drafted article backing-programs
[danix.xyz.git] / hugo.toml
1 baseURL = "https://danix.xyz"
2 languageCode = "en-us"
3 title = "danix's ramblings"
4 theme = "dagreynix"
5 enableRobotsTXT = true
6 MetaDataFormat = "yaml"
7 refLinksErrorLevel = "WARNING"
8 paginate = 10
9
10 [author]
11 name = "Danilo 'danix' M."
12
13 [social]
14 spotify = "danixland"
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"
25 mainSections = ["articles"]
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