21 lines
418 B
TOML
21 lines
418 B
TOML
|
# The URL the site will be built for
|
||
|
base_url = "https://graven.dev/aalnix-test/public"
|
||
|
title = "Nix Aalborg"
|
||
|
description = "The Nix Aalborg user group"
|
||
|
compile_sass = true
|
||
|
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
|