added hugo.toml and static folder
[danix.xyz.git] / hugo.toml
diff --git a/hugo.toml b/hugo.toml
new file mode 100644 (file)
index 0000000..ee78795
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,61 @@
+baseURL = "https://danix.xyz"
+languageCode = "en-us"
+title = "danix's ramblings"
+theme = "dagreynix"
+enableRobotsTXT = true
+MetaDataFormat = "yaml"
+refLinksErrorLevel = "WARNING"
+paginate = 10
+
+[author]
+       name = "Danilo 'danix' M."
+       
+[social]
+       spotify = "danixland"
+       twitter = "danixland"
+       instagram = "danixland"
+       github = "danixland"
+
+[params]
+       author_name = "danilo 'danix' m."
+       author_url = "https://danix.xyz"
+       author_nickname = "danix"
+       description = "here's where I think out loud"
+       dateFormat = "2 January 2006"
+       mainSections = ["articles"]
+       faviconSizes = [16, 32, 48]
+
+[permalinks]
+       articles = '/articles/:year/:month/:title/'
+
+[menu]
+       [[menu.main]]
+       identifier = "git-danix"
+       name = "my projects"
+       title = "git repository at danix.xyz"
+       url = "https://git.danix.xyz"
+
+[markup]
+  [markup.goldmark]
+    [markup.goldmark.renderer]
+      hardWraps = false
+      unsafe = true
+      xhtml = false
+  [markup.highlight]
+    noClasses = false
+
+[privacy]
+  [privacy.disqus]
+    disable = true
+  [privacy.googleAnalytics]
+    disable = true
+  [privacy.instagram]
+    simple = true
+  [privacy.twitter]
+    enableDNT = true
+    simple = true
+  [privacy.vimeo]
+    enableDNT = true
+    simple = true
+  [privacy.youtube]
+    privacyEnhanced = true