[rulkc] [PATCH v2 08/16] template: config: Add landau preliminary config

Dmitry Rokosov rockosov at rulkc.org
Fri Jul 17 20:17:05 MSK 2026


From: Nikita Shubin <nikita.shubin at maquefel.me>

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 at maquefel.me>
Signed-off-by: Dmitry Rokosov <rockosov at rulkc.org>
---
 hugo.yaml | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 hugo.yaml

diff --git a/hugo.yaml b/hugo.yaml
new file mode 100644
index 000000000000..c150d109e3f4
--- /dev/null
+++ b/hugo.yaml
@@ -0,0 +1,41 @@
+baseurl: "/"
+languageCode: "ru"
+title: "LANDAU Kernel"
+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 kernel Advanced for Next-gen Devices & Architectures"
+  # PaperMod doesn't like this
+  # footer: "© [Landau Unlimited](https://blog.landau.org/) 2026 -- {Year}"
+
+markup:
+  highlight:
+    codeFences: false
+  goldmark:
+    renderer:
+      unsafe: true
-- 
2.48.1




More information about the rulkc mailing list