Browse Source

We now have minimal theme

master
Julio Biason 5 years ago
parent
commit
6f945c438b
  1. 6
      .gitmodules
  2. 13
      config.toml
  3. 1
      themes/terminimal-light
  4. 1
      themes/zola-theme-terminimal

6
.gitmodules vendored

@ -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

13
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"},

1
themes/terminimal-light

@ -0,0 +1 @@
Subproject commit fc6fd4a3c53fc53eac23aa0fcdfe0d695f100ada

1
themes/zola-theme-terminimal

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