satchlj.com/config.toml

57 lines
1.2 KiB
TOML

base_url = "https://satchlj.com/"
title = "Satya Benson"
description = "Personal portfolio and blog of Satya Benson"
theme = "zerm"
default_language = "en"
generate_feed = true
feed_filename = "rss.xml"
build_search_index = false
check_external_links = false
taxonomies = [
{name = "categories", paginate_by = 10, feed = true},
{name = "tags", paginate_by = 10, feed = true},
]
ignored_content = ["*.xcf"]
[markdown]
highlight_code = true
highlight_theme = "1337"
render_emoji = false
smart_punctuation = false
external_links_target_blank = true
external_links_no_follow = false
external_links_no_referrer = false
[extra]
author = "Satya Benson"
theme_color = "blue"
show_author = false
show_categories = false
show_tags = true
read_more = "Continue reading"
logo_text = "SATYA"
logo_home_link = "/"
show_menu_items = 5
menu_more = "show more"
main_menu = [
{url = "/", name = "Home"},
{url = "/about/", name = "About"},
{url = "/blog/", name = "Blog"},
{url = "/now/", name = "Now"},
{url = "/contact/", name = "Contact"},
]
zenn_source = "https://tildegit.org/satchlj/satchlj.com"
# Random string, used in URLs to force update resources
# Change this value when stylesheets or scripts are updated
random = "2021-10-15"