17 lines
378 B
TOML
17 lines
378 B
TOML
contentDir = "articles"
|
|
layoutDir = "layouts"
|
|
publishDir = "public"
|
|
buildDrafts = false
|
|
baseURL = "http://thomas.inf3.ch"
|
|
canonifyURLs = true
|
|
theme = "hugo-zen"
|
|
|
|
languageCode = "en"
|
|
|
|
title = "Thomas Schwery"
|
|
author = "Thomas Schwery"
|
|
copyright = "Thomas Schwery, No rights reserved (CC0)."
|
|
|
|
[params]
|
|
logo = "/images/logo.png"
|
|
subtitle = "A Glog ... Plog ... Blog ..."
|