satchlj.com/config.toml

50 lines
1.2 KiB
TOML
Raw Normal View History

base_url = "https://satch.xyz"
2019-06-30 22:29:44 +00:00
title = "Satya Johnson"
description = "Personal portfolio and blog of Satya Johnson"
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]
author = "Satya Johnson"
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/projects/", name = "Projects"},
{url = "$BASE_URL/rhino/", name = "Rhino"},
2019-07-01 20:04:04 +00:00
{url = "$BASE_URL/about/", name = "About"},
2020-01-16 21:38:12 +00:00
{url = "$BASE_URL/donate/", name = "Donate"},
2019-07-03 13:01:47 +00:00
{url = "$BASE_URL/contact/", name = "Contact"},
2019-07-01 01:31:51 +00:00
]
2019-07-02 14:20:41 +00:00
zenn_source = "https://gitlab.com/timvisee/timvisee.com/"
# Random string, used in URLs to force update resources
# Change this value when stylesheets or scripts are updated
random = "2021-09-05"