diff options
| author | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-05-13 14:23:52 +0300 |
|---|---|---|
| committer | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-05-13 14:23:52 +0300 |
| commit | b468d13f7f94ba3df35fee1f39ceb7a1fca10959 (patch) | |
| tree | 0a843395e08fb054fc254029dd7c7424b9e1716c | |
| parent | eb79005fa849680800bb4bef043605c111789f49 (diff) | |
| download | landau-suite-b468d13f7f94ba3df35fee1f39ceb7a1fca10959.tar.gz landau-suite-b468d13f7f94ba3df35fee1f39ceb7a1fca10959.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
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
| -rw-r--r-- | template/hugo.yaml | 48 |
1 files changed, 45 insertions, 3 deletions
diff --git a/template/hugo.yaml b/template/hugo.yaml index 3d77705..b7d95fc 100644 --- a/template/hugo.yaml +++ b/template/hugo.yaml @@ -1,3 +1,45 @@ -baseURL: https://example.org/ -locale: en-us -title: My New Hugo Project +baseurl: "/" +languageCode: "ru" +title: "LANDAU Kernel" +theme: "PaperMod" +googleAnalytics: "" +disqusShortname: "" +ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit\\.md$", "\\.utf8\\.md$"] +footnotereturnlinkcontents: "↩" +disableKinds : ["taxonomy", "term"] +enableGitInfo: true +enableGitPurismInfo: true + +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" + +author: + name: "Ваше имя" + email: "ваш-email@example.com" + +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 |
