Skip to content

Commit

Permalink
Switch to Zola and tabi
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuotidem committed Nov 27, 2024
1 parent a73822b commit b30fb05
Show file tree
Hide file tree
Showing 545 changed files with 36,561 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/tabi"]
path = themes/tabi
url = https://github.com/welpo/tabi.git
31 changes: 31 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# The URL the site will be built for
base_url = "https://mbuotidem.github.io"

# Whether to automatically compile all Sass files in the sass directory
compile_sass = true

# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false

theme = "tabi"
title = "Isaac on DevSecOps"
author = "Isaac Mbuotidem"
taxonomies = [
{name = "tags", feed = true},
]

[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
highlight_theme= "css"


[extra]
# Put all your custom variables here

menu = [
{ name = "blog", url = "blog", trailing_slash = true },
#{ name = "archive", url = "archive", trailing_slash = true },
{ name = "tags", url = "tags", trailing_slash = true },
]
Binary file added content/4692052.webp
Binary file not shown.
8 changes: 8 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Latest posts"
[extra]
section_path = "blog/_index.md"
header = {title = "Hello! I'm Isaac", img = "4692052.webp", img_alt ="Isaac"}
+++

I specialize in cloud applications and infrastructure as code. All opinions expressed here are my own.
11 changes: 11 additions & 0 deletions content/blog/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
title = "All posts"
sort_by = "date"
paginate_by = 5
template = "section.html"
insert_anchor_links = "left"

[extra]
quick_navigation_buttons = true
show_previous_next_article_links = true
+++
Loading

0 comments on commit b30fb05

Please sign in to comment.