summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Shubin <nikita.shubin@maquefel.me>2026-06-14 14:13:13 +0300
committerSerge Semin <fancer.lancer@gmail.com>2026-07-24 00:10:06 +0300
commit112008f65653e4c748047091d22132101c6d4cfe (patch)
treef5b760088bb5ea7f3a94296368e5739056582250
parent5ec506c81b2531e8afc1b91cb99eb936fffccba6 (diff)
downloadlandau.one-112008f65653e4c748047091d22132101c6d4cfe.tar.gz
landau.one-112008f65653e4c748047091d22132101c6d4cfe.zip
template: config: Add landau preliminary config
Currently make simple: - no tags or categories - disable footer copyright - just a few section: mainpage, about and subscribe - landau-hacker theme (embedded) Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me> Signed-off-by: Dmitry Rokosov <rockosov@rulkc.org>
-rw-r--r--hugo.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/hugo.yaml b/hugo.yaml
new file mode 100644
index 0000000..407bf68
--- /dev/null
+++ b/hugo.yaml
@@ -0,0 +1,41 @@
+baseurl: "/"
+languageCode: "ru"
+title: "LANDAU"
+theme: "landau-hacker"
+googleAnalytics: ""
+disqusShortname: ""
+ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"]
+footnotereturnlinkcontents: "↩"
+disableKinds : ["taxonomy", "term"]
+relativeURLs: true
+canonifyURLs: false
+
+permalinks:
+ note: "/note/:year/:month/:day/:slug/"
+ post: "/post/:year/:month/:day/:slug/"
+
+menu:
+ main:
+ - name: Home
+ url: ""
+ weight: 1
+ - name: About
+ url: "index.html"
+ weight: 2
+ - name: Subscribe
+ url: "index.xml"
+
+params:
+ mainSections:
+ - git
+ - doc
+ description: "Linux And Neo-Depositorium Associated Unity"
+ # PaperMod doesn't like this
+ # footer: "&copy; [Landau Unlimited](https://blog.landau.one/) 2026 -- {Year}"
+
+markup:
+ highlight:
+ codeFences: false
+ goldmark:
+ renderer:
+ unsafe: true