From 6f945c438b71bda8730560c79aa5336cdf381ab3 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 24 Oct 2019 13:09:33 -0300 Subject: [PATCH] We now have minimal theme --- .gitmodules | 6 +++--- config.toml | 13 ++++--------- themes/terminimal-light | 1 + themes/zola-theme-terminimal | 1 - 4 files changed, 8 insertions(+), 13 deletions(-) create mode 160000 themes/terminimal-light delete mode 160000 themes/zola-theme-terminimal diff --git a/.gitmodules b/.gitmodules index f95efd0..d5ccd01 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +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 +[submodule "themes/terminimal-light"] + path = themes/terminimal-light + url = git@git.juliobiason.me:terminimal-light.git diff --git a/config.toml b/config.toml index 1c35ffd..9340bad 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://blog.juliobiason.net" +base_url = "https://blog.juliobiason.me" # Whether to automatically compile all Sass files in the sass directory compile_sass = true @@ -9,7 +9,7 @@ description = "Old school dev living in a 2.0 dev world" # theme = "nighttime" # theme = "hyde" -theme = "zola-theme-terminimal" +theme = "terminimal-light" taxonomies = [ # You can enable/disable RSS @@ -29,14 +29,9 @@ highlight_code = true [extra] # Put all your custom variables here author = "Julio Biason" -accent_color = "orange" +# accent_color = "cyan" 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"}, -] +use_full_hack_font = true menu_items = [ {url = "$BASE_URL", name = "Home"}, {url = "$BASE_URL/announcements/about-me", name = "About Me"}, diff --git a/themes/terminimal-light b/themes/terminimal-light new file mode 160000 index 0000000..fc6fd4a --- /dev/null +++ b/themes/terminimal-light @@ -0,0 +1 @@ +Subproject commit fc6fd4a3c53fc53eac23aa0fcdfe0d695f100ada diff --git a/themes/zola-theme-terminimal b/themes/zola-theme-terminimal deleted file mode 160000 index 86c8e3b..0000000 --- a/themes/zola-theme-terminimal +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 86c8e3b8484de14f1e7a080ab03d7944f12148ef