website/config.toml
James Harton e872f98dc5
All checks were successful
continuous-integration/drone/push Build is passing
improvement: add about page and logos.
2023-08-16 14:03:48 +12:00

40 lines
736 B
TOML

base_url = "https://harton.nz"
compile_sass = true
build_search_index = false
generate_feed = true
theme = "anatole-zola"
title = "James Harton"
description = "Nerd, maker and quadcopter breaker from Wairarapa, Aotearoa."
taxonomies = [
{name = "tags"},
]
[markdown]
highlight_code = true
highlight_theme = "base16-ocean-light"
[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"
[extra.social]
github = "jimsynz"
linkedin = "james-harton-35013418a"
gitlab = "jimsy"
mastodon = "jmshrtn@social.coop"