diff options
| -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 |
