zola-ludwig/config.toml

14 lines
375 B
TOML
Raw Permalink Normal View History

2023-03-26 01:59:54 -03:00
base_url = "https://ludwig.dog"
title = "Ludwig"
compile_sass = true
build_search_index = false
[extra]
author = "Ludwig"
links = [
{ title = "E-Mail", url = "mailto:mail@example.org", iconset = "fas", icon = "envelope" },
{ title = "GitHub", url = "https://github.com", icon = "github" },
{ title = "Twitter", url = "https://twitter.com", icon = "twitter" }
]