diff options
| author | Dmitry Rokosov <rockosov@rulkc.org> | 2026-07-08 15:37:36 +0300 |
|---|---|---|
| committer | Dmitry Rokosov <rockosov@rulkc.org> | 2026-07-08 15:37:36 +0300 |
| commit | a142469b0b262dbac3d617ee6b2f2bdb4703058d (patch) | |
| tree | 473db5483a0262e7d1a50f64cd4790c29459954b | |
| parent | 94635cd93fb5719fe4fc8f29f83d0b5dd5d21e7e (diff) | |
| download | landau.one-a142469b0b262dbac3d617ee6b2f2bdb4703058d.tar.gz landau.one-a142469b0b262dbac3d617ee6b2f2bdb4703058d.zip | |
template: config: fix LANDAU acronym expansion and update URLs
Expand LANDAU acronym to "Linux And Neo-Depositorium Associated Unity"
in site title and description. Also update the footer URL from
blog.landau.org to blog.landau.one to reflect the current project
domain.
Fixes: 94635cd93fb5 ("template: config: Add landau preliminary config")
Signed-off-by: Dmitry Rokosov <rockosov@rulkc.org>
| -rw-r--r-- | hugo.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ baseurl: "/" languageCode: "ru" -title: "LANDAU Kernel" +title: "LANDAU" theme: "landau-hacker" googleAnalytics: "" disqusShortname: "" @@ -29,9 +29,9 @@ params: mainSections: - git - doc - description: "Linux kernel Advanced for Next-gen Devices & Architectures" + description: "Linux And Neo-Depositorium Associated Unity" # PaperMod doesn't like this - # footer: "© [Landau Unlimited](https://blog.landau.org/) 2026 -- {Year}" + # footer: "© [Landau Unlimited](https://blog.landau.one/) 2026 -- {Year}" markup: highlight: |
