website/config.toml

42 lines
766 B
TOML
Raw Normal View History

2023-08-16 11:15:15 +12:00
base_url = "https://harton.nz"
2023-08-16 17:18:23 +12:00
build_search_index = true
2023-08-16 11:15:15 +12:00
compile_sass = true
generate_feed = true
2023-08-16 17:18:23 +12:00
generate_rss = true
2023-08-16 11:15:15 +12:00
theme = "anatole-zola"
2023-08-16 14:03:48 +12:00
description = "Nerd, maker and quadcopter breaker from Wairarapa, Aotearoa."
2023-08-16 17:18:23 +12:00
title = "James Harton"
2023-08-16 14:03:48 +12:00
2023-08-16 11:15:15 +12:00
taxonomies = [
2023-08-16 17:18:23 +12:00
{name = "tags", feed = true},
2023-08-16 11:15:15 +12:00
]
[markdown]
highlight_code = true
2023-08-16 14:03:48 +12:00
highlight_theme = "base16-ocean-light"
2023-08-16 11:15:15 +12:00
[extra]
author = "James Harton"
[extra.show]
2024-01-29 13:44:40 +13:00
links = true
2023-08-16 17:18:23 +12:00
tags = true
2023-08-16 11:15:15 +12:00
[languages.en.translations]
about = "About"
archive = "Archive"
date_format = "%Y-%m-%d"
2023-08-16 17:18:23 +12:00
home = "Home"
language_name = "English"
2023-08-16 11:15:15 +12:00
last_page = "Last Page"
2023-08-16 17:18:23 +12:00
links = "Links"
next_page = "Next Page"
tags = "Tags"
2023-08-16 14:03:48 +12:00
[extra.social]
github = "jimsynz"
gitlab = "jimsy"
2023-08-16 17:18:23 +12:00
linkedin = "james-harton-35013418a"
2023-08-16 14:03:48 +12:00
mastodon = "jmshrtn@social.coop"