blob: 85c0e3a7c7ea424a958c70f11c173058ca343e7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
baseURL = "https://{{ domain }}"
languageCode = "en-us"
title = "{{ username }}"
theme = "dos-theme"
publishDir = "/var/www/html/docs"
disableKinds = ["taxonomy", "RSS", "sitemap"]
disablePathToLower = true
disableHugoGeneratorInject = true
[params]
contacts = [
"{{ radio_email }}",
]
|