website/config.toml
James Harton d5c2191a05
All checks were successful
continuous-integration/drone/push Build is passing
feat: Add links page.
2024-01-29 13:44:40 +13:00

41 lines
766 B
TOML

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