You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
# The URL the site will be built for |
|
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" |
|
description = "Old school dev living in a 2.0 dev world" |
|
|
|
theme = "nighttime" |
|
# theme = "hyde" |
|
|
|
taxonomies = [ |
|
# You can enable/disable RSS |
|
{name = "categories", rss = true}, |
|
{name = "tags", rss = true}, |
|
] |
|
|
|
# Whether to do syntax highlighting |
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola |
|
highlight_code = true |
|
|
|
# Whether to build a search index to be used later on by a JavaScript library |
|
# build_search_index = true |
|
|
|
[extra] |
|
# Put all your custom variables here |
|
author = "Julio Biason" |
|
after_dark_menu = [ |
|
{url = "$BASE_URL", name = "Home"}, |
|
{url = "$BASE_URL/tags", name = "Tags"}, |
|
|
|
] |
|
after_dark_title = "JulioBiason.Net 4.0" |
|
|
|
hyde_links = [ |
|
{name = "Category: Book Reviews", url = "/reviews/books"}, |
|
{name = "Category: Code", url = "/code"}, |
|
{name = "Category: Reviews", url = "/reviews"}, |
|
{name = "Tags", url = "/tags"}, |
|
] |
|
hyde_reverse = true
|
|
|