settings: add more zola settings to config.toml
This commit is contained in:
parent
2e259896f8
commit
c3279abd56
1 changed files with 20 additions and 10 deletions
30
config.toml
30
config.toml
|
@ -1,9 +1,26 @@
|
|||
base_url = "https://posixlycorrect.com"
|
||||
compile_sass = true
|
||||
build_search_index = true
|
||||
theme = "tabi-lean"
|
||||
title = "posixlycorrect"
|
||||
description = "root endpoint of the posixlycorrect server"
|
||||
default_language = "en"
|
||||
theme = "tabi-lean"
|
||||
compile_sass = true
|
||||
generate_feeds = false
|
||||
feed_filenames = ["atom.xml"]
|
||||
author = "Fabian Montero"
|
||||
build_search_index = true
|
||||
generate_sitemap = false
|
||||
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
highlight_theme = "ayu-dark"
|
||||
render_emoji = true
|
||||
external_links_class = "external"
|
||||
external_links_target_blank = true
|
||||
external_links_no_referrer = true
|
||||
definition_list = true
|
||||
insert_anchor_links = "heading"
|
||||
|
||||
|
||||
[extra]
|
||||
date_formats = [
|
||||
|
@ -33,8 +50,6 @@ show_reading_time = false
|
|||
|
||||
copyright = "© $CURRENT_YEAR Fabian Montero $SEPARATOR Unless otherwise noted, the content in this website is available under the [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license."
|
||||
|
||||
author = "Fabian Montero"
|
||||
page_titles = "combined"
|
||||
favicon = "/favicon.png"
|
||||
favicon_mimetype = "image/png"
|
||||
|
||||
|
@ -55,11 +70,6 @@ footer_menu = [
|
|||
{url = "https://public.posixlycorrect.com/pki/A8981D346F8F4130CA16A7775517E687FCCE0BB9.asc", name = "gpg key", trailing_slash = true},
|
||||
]
|
||||
|
||||
[markdown]
|
||||
external_links_class = "external"
|
||||
highlight_code = true
|
||||
highlight_theme = "ayu-dark"
|
||||
|
||||
[search]
|
||||
index_format = "elasticlunr_json" # Or the less efficient "elasticlunr_javascript".
|
||||
include_title = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue