-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
35 lines (31 loc) · 1 KB
/
hugo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
baseurl = "https://solidarity.nz"
contentdir = "content"
layoutdir = "layouts"
title = "SolidarityNZ"
canonifyurls = true
uglyurls = false
staticDir = ["static"]
DefaultContentLanguage = "en"
LanguageCode = "en"
theme = "solidaritynz"
metaDataFormat = "yaml"
sourceURL = "https://github.com/finnito/solidarity.nz"
[taxonomies]
series = 'series'
tags = "tags"
authors = "author"
[Params]
subtitle = ""
logo = "logo.png"
favicon = "favicon.ico"
dateFormat = "January 2, 2006"
commit = true
rss = true
mainSections = []
[Author]
name = "Finn Le Sueur"
email = "workersolidaritynz@gmail.com"
[sitemap]
changefreq = "daily"
filename = "sitemap.xml"
priority = 0.5