satchlj.com/config.toml

50 lines
1.1 KiB
TOML
Raw Normal View History

2021-10-16 02:12:44 +00:00
base_url = "https://satchlj.com"
2019-06-30 22:29:44 +00:00
2021-12-08 21:52:47 +00:00
title = "Satya Benson"
description = "Personal portfolio and blog of Satya Benson"
2019-06-30 22:29:44 +00:00
2019-07-01 15:50:51 +00:00
theme = "zenn"
2019-06-30 22:29:44 +00:00
default_language = "en"
2021-02-27 17:24:29 +00:00
generate_feed = true
feed_filename = "rss.xml"
2020-04-25 21:54:39 +00:00
build_search_index = false
2019-07-03 19:40:57 +00:00
check_external_links = false
2019-06-30 22:29:44 +00:00
taxonomies = [
2021-02-27 17:25:56 +00:00
{name = "categories", paginate_by = 5, feed = true},
{name = "tags", paginate_by = 5, feed = true},
2019-06-30 22:29:44 +00:00
]
2021-03-01 12:12:32 +00:00
ignored_content = ["*.xcf"]
2021-02-27 17:40:30 +00:00
[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
2019-06-30 22:29:44 +00:00
[extra]
2021-12-08 21:52:47 +00:00
author = "Satya Benson"
2019-06-30 22:29:44 +00:00
zenn_title = "Satch"
2019-07-01 01:31:51 +00:00
zenn_menu = [
2019-07-01 20:04:04 +00:00
{url = "$BASE_URL/", name = "Home"},
{url = "$BASE_URL/chat/", name = "Chat"},
2021-10-18 14:31:36 +00:00
{url = "$BASE_URL/about/", name = "About"},
{url = "$BASE_URL/blog/", name = "Blog"},
2021-09-24 03:22:53 +00:00
{url = "$BASE_URL/now/", name = "Now"},
2019-07-03 13:01:47 +00:00
{url = "$BASE_URL/contact/", name = "Contact"},
2019-07-01 01:31:51 +00:00
]
2021-10-16 02:12:44 +00:00
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
2021-10-16 02:12:44 +00:00
random = "2021-10-15"