Skip to content

Commit

Permalink
DeepThought theme
Browse files Browse the repository at this point in the history
- dark mode flickers RatanShreshtha/DeepThought#46
- paginators gone wild RatanShreshtha/DeepThought#60
- landing page shows no posts
  • Loading branch information
tshepang committed Jul 24, 2022
1 parent 4815f03 commit e6f5f7b
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title = "Tshepang logs"
base_url = "https://tshepang.github.io"
theme = "after-dark"
theme = "DeepThought"
generate_feed = true
build_search_index = true
taxonomies = [
Expand All @@ -12,8 +12,29 @@ taxonomies = [
highlight_code = true

[extra]
after_dark_menu = [
{url = "$BASE_URL/about-me", name = "about"},
{url = "$BASE_URL/tags", name = "tags"},
{url = "$BASE_URL/categories/movies", name = "movies"},
]
author.name = "Tshepang Mbambo"
mermaid.enabled = true

[extra.social]
email = "tshepang@gmail.com"
twitter = "tshepang_dev"
github = "tshepang"

[[extra.navbar_items]]
code = "en"

[[extra.navbar_items.nav_items]]
url = "$BASE_URL"
name = "home"

[[extra.navbar_items.nav_items]]
url = "$BASE_URL/tags"
name = "tags"

[[extra.navbar_items.nav_items]]
url = "$BASE_URL/categories/movies"
name = "movies"

[[extra.navbar_items.nav_items]]
url = "$BASE_URL/about-me"
name = "about"

0 comments on commit e6f5f7b

Please sign in to comment.