-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.toml
48 lines (37 loc) · 947 Bytes
/
config.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
36
37
38
39
40
41
42
43
44
45
46
47
48
baseURL = "https://example.com"
title = "Inkblotty"
author = "Author"
theme = "inkblotty"
paginate = 10
languageCode = "en-us"
DefaultContentLanguage = "en-us"
hasCJKLanguage = "true"
enableInlineShortcodes = true
footnoteReturnLinkContents = "^"
disqusShortname = ""
googleAnalytics = ""
summaryLength=150
pygmentsUseClasses = true
pygmentsCodefences = true
[permalinks]
post = "/:slug/"
page = "/:slug/"
[taxonomies]
tag = "tags"
category = "categories"
archive = "archives"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[Params]
readmore = true
[outputs] # c.f. https://gohugo.io/templates/output-formats/
home = ["HTML", "RSS"]
page = ["HTML"]
section = ["HTML", "RSS"]
taxonomyTerm = ["HTML", "RSS"]
taxonomy = ["HTML", "RSS"]
[sitemap]
filename = "sitemap.xml" # c.f. https://gohugo.io/templates/sitemap-template/#configure-sitemap-xml