website/config.toml

41 lines
736 B
TOML
Raw Normal View History

2023-08-16 11:15:15 +12:00
base_url = "https://harton.nz"
compile_sass = true
build_search_index = false
generate_feed = true
theme = "anatole-zola"
2023-08-16 14:03:48 +12:00
title = "James Harton"
description = "Nerd, maker and quadcopter breaker from Wairarapa, Aotearoa."
2023-08-16 11:15:15 +12:00
taxonomies = [
{name = "tags"},
]
[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]
tags = false
links = false
[languages.en.translations]
language_name = "English"
about = "About"
home = "Home"
tags = "Tags"
archive = "Archive"
links = "Links"
date_format = "%Y-%m-%d"
next_page = "Next Page"
last_page = "Last Page"
2023-08-16 14:03:48 +12:00
[extra.social]
github = "jimsynz"
linkedin = "james-harton-35013418a"
gitlab = "jimsy"
mastodon = "jmshrtn@social.coop"