diff options
| author | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-06-14 14:13:13 +0300 |
|---|---|---|
| committer | Dmitry Rokosov <rockosov@rulkc.org> | 2026-07-29 16:23:42 +0300 |
| commit | 75dae090186f2a70aa5dbede7d8cc8c90cf85aef (patch) | |
| tree | d4d9f536ac5545403f1560406b56d505496cf490 | |
| parent | 5a0a340a860399d9a3c940f2ffe0bc4f715e6527 (diff) | |
| download | landau.one-75dae090186f2a70aa5dbede7d8cc8c90cf85aef.tar.gz landau.one-75dae090186f2a70aa5dbede7d8cc8c90cf85aef.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..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: "© [Landau Unlimited](https://blog.landau.one/) 2026 -- {Year}" + +markup: + highlight: + codeFences: false + goldmark: + renderer: + unsafe: true |
