blob: 9f679509bb2f9e0797353b0bd7504dc893261c71 (
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
46
47
|
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
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
|