From: Nikita Shubin Date: Fri, 29 Mar 2024 09:44:47 +0000 (+0300) Subject: config: Add site config X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=HEAD;p=brevno-suite%2Fsite config: Add site config Signed-off-by: Nikita Shubin --- diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..3744e55 --- /dev/null +++ b/config.yaml @@ -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: "© [Brevo Unlimited](http://blog.maquefel.me) 2024 -- {Year}" + +markup: + highlight: + codeFences: false + goldmark: + renderer: + unsafe: true