about summary refs log tree commit diff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml75
1 files changed, 75 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..f36aa8e
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,75 @@
+baseURL = "https://xrvs.net/"
+copyright = "CC-BY-SA 4.0"
+defaultContentLanguage = "en"
+enableRobotsTXT = true
+languageCode = "en-us"
+summaryLength = 0
+title = "xarvos' site"
+
+[taxonomies]
+category = 'categories'
+tag = 'tags'
+
+# for software notes
+program = 'software-notes'
+
+# for books
+genre = 'genres'
+
+[[menus.main]]
+name = "About"
+pageRef = "/about"
+weight = 10
+
+[[menus.main]]
+name = "Articles"
+pageRef = "/posts"
+weight = 20
+
+[[menus.main]]
+name = "Calendar"
+pageRef = "/cal"
+weight = 30
+
+[[menus.main]]
+name = "RSS"
+pageRef = "/about/rss"
+weight = 90
+
+[markup.goldmark.renderer]
+unsafe = true
+
+[markup.highlight]
+noclasses = false
+
+[params]
+author = "Ngô Ngọc Đức Huy"
+disableSummary = true
+email = "huyngo@disroot.org"
+mainSections = [ "posts" ]
+
+  [[params.social]]
+  id = "pleroma"
+  name = "@xarvos@outerheaven.club"
+  url = "https://outerheaven.club/xarvos"
+
+  [[params.social]]
+  id = "mastodon"
+  name = "@xarvos@treehouse.systems"
+  url = "https://social.treehouse.systems/@xarvos"
+
+  [[params.social]]
+  id = "sourcehut"
+  name = "~huyngo"
+  url = "https://sr.ht/~huyngo"
+
+  [[params.social]]
+  id = "matrix"
+  name = "@huyngo:envs.net"
+  url = "matrix:u/huyngo:envs.net"
+
+  [[params.social]]
+  id = "email"
+  name = "huyngo@disroot.org"
+  url = "mailto:huyngo@disroot.org"
+