config: Add site config master
authorNikita Shubin <nikita.shubin@maquefel.me>
Fri, 29 Mar 2024 09:44:47 +0000 (12:44 +0300)
committerNikita Shubin <nikita.shubin@maquefel.me>
Fri, 29 Mar 2024 09:44:47 +0000 (12:44 +0300)
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
config.yaml [new file with mode: 0644]

diff --git a/config.yaml b/config.yaml
new file mode 100644 (file)
index 0000000..3744e55
--- /dev/null
@@ -0,0 +1,41 @@
+baseurl: "/"
+languageCode: "ru"
+title: "Коллективный блог бревно"
+theme: "xmin"
+googleAnalytics: ""
+disqusShortname: ""
+ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
+footnotereturnlinkcontents: "↩"
+enableGitInfo: true
+enableMarkdownTitleInfo: true
+enableGitPurismInfo: true
+
+permalinks:
+  note: "/note/:year/:month/:day/:slug/"
+  post: "/post/:year/:month/:day/:slug/"
+
+menu:
+  main:
+    - name: На главную
+      url: ""
+      weight: 1
+    - name: О проекте
+      url: "about/"
+      weight: 2
+    - name: Категории
+      url: "categories/"
+      weight: 3
+    - name: Метки
+      url: "tags/"
+      weight: 4
+
+params:
+  description: "Всё про брёвна"
+  footer: "&copy; [Brevo Unlimited](http://blog.maquefel.me) 2024 -- {Year}"
+
+markup:
+  highlight:
+    codeFences: false
+  goldmark:
+    renderer:
+      unsafe: true