summaryrefslogtreecommitdiff
path: root/template/hugo.yaml
blob: b7d95fc109aa42e65361805d6e6c2044a1a38be6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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