Updated theme. Now we have category lists.
[danix.xyz.git] / hugo.toml
CommitLineData
917cea5d 1baseURL = "https://danix.xyz"
2languageCode = "en-us"
3title = "danix's ramblings"
4theme = "dagreynix"
5enableRobotsTXT = true
6MetaDataFormat = "yaml"
7refLinksErrorLevel = "WARNING"
8paginate = 10
9
10[author]
11 name = "Danilo 'danix' M."
12
13[social]
68ec04c8 14 spotify = "1166786773"
917cea5d 15 twitter = "danixland"
16 instagram = "danixland"
17 github = "danixland"
18
19[params]
20 author_name = "danilo 'danix' m."
21 author_url = "https://danix.xyz"
22 author_nickname = "danix"
23 description = "here's where I think out loud"
24 dateFormat = "2 January 2006"
4261231f 25 mainSections = ["articles", "article"]
917cea5d 26 faviconSizes = [16, 32, 48]
27
28[permalinks]
29 articles = '/articles/:year/:month/:title/'
30
31[menu]
32 [[menu.main]]
33 identifier = "git-danix"
34 name = "my projects"
35 title = "git repository at danix.xyz"
36 url = "https://git.danix.xyz"
37
38[markup]
39 [markup.goldmark]
40 [markup.goldmark.renderer]
41 hardWraps = false
42 unsafe = true
43 xhtml = false
44 [markup.highlight]
45 noClasses = false
46
47[privacy]
48 [privacy.disqus]
49 disable = true
50 [privacy.googleAnalytics]
51 disable = true
52 [privacy.instagram]
53 simple = true
54 [privacy.twitter]
55 enableDNT = true
56 simple = true
57 [privacy.vimeo]
58 enableDNT = true
59 simple = true
60 [privacy.youtube]
61 privacyEnhanced = true
c35103dc 62
63[outputs]
64 home = ["HTML", "SearchIndex"]
65
66[outputFormats]
67 [outputFormats.SearchIndex]
68 mediaType = "application/json"
69 baseName = "searchindex"
70 isPlainText = true
71 notAlternative = true
72