about summary refs log tree commit diff
path: root/config.yaml
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2021-10-09 16:34:18 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2021-10-09 16:34:18 +0700
commit96ae8d80ec5c10137fa2c87bd3e94e796c8dabc8 (patch)
treefbe27ccb8329336af021d476dcdc786a2f2e4315 /config.yaml
parentaff31d97b2def72252b13d0049ed7ffb4a23dce8 (diff)
downloadblog-96ae8d80ec5c10137fa2c87bd3e94e796c8dabc8.tar.gz
Use YAML config
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml122
1 files changed, 122 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..1d4fadb
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,122 @@
+AvailableText: 'This post is available in:'
+baseURL: https://huyngo.envs.net/
+copyright: CC-BY-SA 4.0
+defaultContentLanguage: en
+languageCode: en-us
+languages:
+  de:
+    about: Info
+    languageName: Deutsch
+    menu:
+      main:
+      - identifier: home
+        name: Startseite
+        url: /
+        weight: 1
+      - identifier: about
+        name: Info
+        url: /about/
+        weight: 2
+      - identifier: works
+        name: Arbeite
+        url: /works/
+        weight: 5
+      - identifier: rss
+        name: RSS
+        url: /rss/
+        weight: 11
+  en:
+    about: About
+    languageName: English
+  fr:
+    about: À propos
+    languageName: Français
+    menu:
+      main:
+      - identifier: home
+        name: Accueil
+        url: /
+        weight: 1
+      - identifier: about
+        name: À propos
+        url: /about/
+        weight: 2
+      - identifier: works
+        name: Travail
+        url: /works/
+        weight: 5
+      - identifier: rss
+        name: RSS
+        url: /rss/
+        weight: 11
+  vi:
+    about: Thông tin
+    languageName: Tiếng Việt
+    menu:
+      main:
+      - ivintifier: home
+        name: Trang chủ
+        url: /
+        weight: 1
+      - ivintifier: about
+        name: Thông tin
+        url: /about/
+        weight: 2
+      - ivintifier: works
+        name: Công việc
+        url: /works/
+        weight: 5
+      - ivintifier: rss
+        name: RSS
+        url: /rss/
+        weight: 11
+markup:
+  goldmark:
+    renderer:
+      unsafe: true
+menu:
+  main:
+  - identifier: home
+    name: Home
+    url: /
+    weight: 1
+  - identifier: about
+    name: About
+    url: /about/
+    weight: 2
+  - identifier: works
+    name: Works
+    url: /works/
+    weight: 5
+  - identifier: rss
+    name: RSS
+    url: /rss/
+    weight: 11
+params:
+  author: Ngô Ngọc Đức Huy
+  disableSummary: true
+  email: huyngo@disroot.org
+  mainSections:
+    - posts
+  social:
+    - id: email
+      name: huyngo@disroot.org
+    - id: mastodon
+      name: huy_ngo
+      url: fosstodon.org
+    - id: pleroma
+      name: xarvos
+      url: nixnet.social
+    - id: sourcehut
+      name: ~huyngo
+      alt: sr.ht
+    - id: matrix
+      name: '#huyngo:envs.net'
+    - id: liberapay
+      name: huy.ngo
+    - id: patreon
+      name: __huy_ngo__
+  style: auto-without-switcher
+summaryLength: 0
+theme: anibus
+title: Huy's site