jessite/config.toml

57 lines
1.5 KiB
TOML
Raw Normal View History

2024-01-02 23:57:28 +00:00
title = "Jessica Phoenix Canady"
page_titles = "combined"
author = "Jessica Phoenix Canady"
# The URL the site will be built for
base_url = "https://jessica.zone"
# Theme!
theme = "terminette"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
generate_feed = true
feed_limit = 20
[markdown]
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
render_emoji = true
[extra]
logo_text = "Jessica Pheonix Canady"
accent_color = "pink"
background_color = "pink"
author = "Jessica Phoenix Canady"
copyright_html = "Suck it losers"
menu_items = [
# each of these is optional, name and url are required
# $BASE_URL is going to be substituted by base_url from configuration
{name = "home", url = "$BASE_URL"},
# tags should only be enabled if you have "tags" taxonomy
# see documentation below for more details
{name = "tags", url = "$BASE_URL/tags"},
{name = "blog archive", url = "$BASE_URL/archive"},
{name = "about", url = "$BASE_URL/about"},
{name = "now", url = "$BASE_URL/now"},
{name = "rss", url = "$BASE_URL/rss.xml"}
]
taxonomies = [
{name = "tags"},
]
# Whether to show links to earlier and later links on posts
enable_post_view_navigation = true
# The text shown at the bottom of a post,
# before earlier/later post links.
post_view_navigation_prompt = "EOF"