diff options
| author | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-06-14 14:13:13 +0300 |
|---|---|---|
| committer | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-06-14 15:32:22 +0300 |
| commit | ad325c29014327c905d4a514d07b7fabe995e124 (patch) | |
| tree | d24c76c90c1bd2e23a1ae829eff0217348420cb6 | |
| parent | ce0775501253bec70002764f3f97957a4af3b8ae (diff) | |
| download | landau.one-ad325c29014327c905d4a514d07b7fabe995e124.tar.gz landau.one-ad325c29014327c905d4a514d07b7fabe995e124.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>
| -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 |
