Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
--- /dev/null
+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: "© [Brevo Unlimited](http://blog.maquefel.me) 2024 -- {Year}"
+
+markup:
+ highlight:
+ codeFences: false
+ goldmark:
+ renderer:
+ unsafe: true