Browse Source

Changing theme for Terminimal

master
Julio Biason 5 years ago
parent
commit
125456ff01
  1. 3
      .gitmodules
  2. 16
      config.toml
  3. 1
      content/books/_index.md
  4. 1
      content/books/things-i-learnt/_index.md
  5. 1
      content/books/uma-licao-de-vim/_index.md
  6. 1
      themes/zola-theme-terminimal

3
.gitmodules vendored

@ -1,3 +1,6 @@
[submodule "themes/nighttime"] [submodule "themes/nighttime"]
path = themes/nighttime path = themes/nighttime
url = git@github.com:jbiason/nighttime.git 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

16
config.toml

@ -4,11 +4,12 @@ base_url = "https://blog.juliobiason.net"
# Whether to automatically compile all Sass files in the sass directory # Whether to automatically compile all Sass files in the sass directory
compile_sass = true 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" description = "Old school dev living in a 2.0 dev world"
theme = "nighttime" # theme = "nighttime"
# theme = "hyde" # theme = "hyde"
theme = "zola-theme-terminimal"
taxonomies = [ taxonomies = [
# You can enable/disable RSS # You can enable/disable RSS
@ -28,10 +29,19 @@ highlight_code = true
[extra] [extra]
# Put all your custom variables here # Put all your custom variables here
author = "Julio Biason" author = "Julio Biason"
accent_color = "orange"
logo_text = "JulioBiason.Net 4.1"
after_dark_menu = [ after_dark_menu = [
{url = "$BASE_URL", name = "Home"}, {url = "$BASE_URL", name = "Home"},
{url = "$BASE_URL/announcements/about-me", name = "About Me"}, {url = "$BASE_URL/announcements/about-me", name = "About Me"},
{url = "$BASE_URL/tags", name = "Tags"}, {url = "$BASE_URL/tags", name = "Tags"},
{url = "$BASE_URL/books", name = "Books"}, {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

1
content/books/_index.md

@ -1,6 +1,5 @@
+++ +++
title = "My Books" title = "My Books"
template = "section-contentless.html"
transparent = true transparent = true
+++ +++

1
content/books/things-i-learnt/_index.md

@ -1,7 +1,6 @@
+++ +++
transparent = true transparent = true
title = "Things I Learnt The Hard Way (In 30 Years of Software Development)" title = "Things I Learnt The Hard Way (In 30 Years of Software Development)"
template = "section-contentless.html"
+++ +++
* [Intro](intro) * [Intro](intro)

1
content/books/uma-licao-de-vim/_index.md

@ -1,7 +1,6 @@
+++ +++
transparent = false transparent = false
title = "Uma Lição de VIM" title = "Uma Lição de VIM"
template = "section-contentless.html"
+++ +++
* [Introdução](00-intro) * [Introdução](00-intro)

1
themes/zola-theme-terminimal

@ -0,0 +1 @@
Subproject commit 1e013d81e48858d01b563c76cc36de25c123d0ec
Loading…
Cancel
Save