diff options
| author | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-06-14 14:13:13 +0300 |
|---|---|---|
| committer | Dmitry Rokosov <rockosov@rulkc.org> | 2026-07-08 14:09:42 +0300 |
| commit | 94635cd93fb5719fe4fc8f29f83d0b5dd5d21e7e (patch) | |
| tree | 17d81e9af7f7e071a34504302940b19c74fb34df | |
| parent | e911c5bdb45b1f427f5b67a47e659074c91f9965 (diff) | |
| download | landau.one-94635cd93fb5719fe4fc8f29f83d0b5dd5d21e7e.tar.gz landau.one-94635cd93fb5719fe4fc8f29f83d0b5dd5d21e7e.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.yaml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/hugo.yaml b/hugo.yaml new file mode 100644 index 0000000..c150d10 --- /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 |
