From 125456ff01f8cf2eac68f79f2265e32db9348e4e Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 12 Aug 2019 18:16:54 -0300 Subject: [PATCH] Changing theme for Terminimal --- .gitmodules | 3 +++ config.toml | 16 +++++++++++++--- content/books/_index.md | 1 - content/books/things-i-learnt/_index.md | 1 - content/books/uma-licao-de-vim/_index.md | 1 - themes/zola-theme-terminimal | 1 + 6 files changed, 17 insertions(+), 6 deletions(-) create mode 160000 themes/zola-theme-terminimal diff --git a/.gitmodules b/.gitmodules index 06b5909..f95efd0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/nighttime"] path = themes/nighttime url = git@github.com:jbiason/nighttime.git +[submodule "themes/zola-theme-terminimal"] + path = themes/zola-theme-terminimal + url = https://github.com/pawroman/zola-theme-terminimal diff --git a/config.toml b/config.toml index 6675684..1c35ffd 100644 --- a/config.toml +++ b/config.toml @@ -4,11 +4,12 @@ base_url = "https://blog.juliobiason.net" # Whether to automatically compile all Sass files in the sass directory compile_sass = true -title = "Julio Biason .Net 4.0" +title = "Julio Biason .Net 4.1" description = "Old school dev living in a 2.0 dev world" -theme = "nighttime" +# theme = "nighttime" # theme = "hyde" +theme = "zola-theme-terminimal" taxonomies = [ # You can enable/disable RSS @@ -28,10 +29,19 @@ highlight_code = true [extra] # Put all your custom variables here author = "Julio Biason" +accent_color = "orange" +logo_text = "JulioBiason.Net 4.1" after_dark_menu = [ {url = "$BASE_URL", name = "Home"}, {url = "$BASE_URL/announcements/about-me", name = "About Me"}, {url = "$BASE_URL/tags", name = "Tags"}, {url = "$BASE_URL/books", name = "Books"}, ] -after_dark_title = "JulioBiason.Net 4.0" +menu_items = [ + {url = "$BASE_URL", name = "Home"}, + {url = "$BASE_URL/announcements/about-me", name = "About Me"}, + {url = "$BASE_URL/tags", name = "Tags"}, + {url = "$BASE_URL/books", name = "Books"}, +] +after_dark_title = "JulioBiason.Net 4.1" +enable_post_view_navigation = false diff --git a/content/books/_index.md b/content/books/_index.md index 4dd7768..30a3928 100644 --- a/content/books/_index.md +++ b/content/books/_index.md @@ -1,6 +1,5 @@ +++ title = "My Books" -template = "section-contentless.html" transparent = true +++ diff --git a/content/books/things-i-learnt/_index.md b/content/books/things-i-learnt/_index.md index 3231340..08a7956 100644 --- a/content/books/things-i-learnt/_index.md +++ b/content/books/things-i-learnt/_index.md @@ -1,7 +1,6 @@ +++ transparent = true title = "Things I Learnt The Hard Way (In 30 Years of Software Development)" -template = "section-contentless.html" +++ * [Intro](intro) diff --git a/content/books/uma-licao-de-vim/_index.md b/content/books/uma-licao-de-vim/_index.md index 087e5dd..e744f48 100644 --- a/content/books/uma-licao-de-vim/_index.md +++ b/content/books/uma-licao-de-vim/_index.md @@ -1,7 +1,6 @@ +++ transparent = false title = "Uma Lição de VIM" -template = "section-contentless.html" +++ * [Introdução](00-intro) diff --git a/themes/zola-theme-terminimal b/themes/zola-theme-terminimal new file mode 160000 index 0000000..1e013d8 --- /dev/null +++ b/themes/zola-theme-terminimal @@ -0,0 +1 @@ +Subproject commit 1e013d81e48858d01b563c76cc36de25c123d0ec