website/config.toml

27 lines
611 B
TOML
Raw Normal View History

2021-11-15 19:46:47 +00:00
# The URL the site will be built for
2021-11-22 14:53:15 +00:00
base_url = "https://nixaalb.org"
2021-11-15 19:46:47 +00:00
title = "Nix Aalborg"
description = "The Nix Aalborg user group"
compile_sass = true
2021-11-22 14:54:16 +00:00
generate_feed = true
2021-11-15 19:46:47 +00:00
highlight_code = true
highlight_theme = "gruvbox-light"
build_search_index = false
theme = "lightspeed"
sort_by = "date"
[extra]
seo = true
author = "Nix Aalborg"
ogimage = "/logo.png"
zola = true
netlify = false
maintained_with_love = false
2021-11-22 14:51:10 +00:00
footer_links = [
{url = "$BASE_URL/about", name = "About"},
{url = "$BASE_URL/atom.xml", name = "RSS"},
2022-02-15 13:38:56 +00:00
{url = "https://git.data.coop/nixaalborg/website", name = "Source Code"},
2021-11-22 14:51:10 +00:00
]