summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-14misc: add .gitignorenshubin/merge_all_reposNikita Shubin
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
2026-06-14mermaid: Add mermaid workaroundNikita Shubin
For upstream hugo the only possiblity for mermaid rendering is using external js script. Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
2026-06-14content/landau_linux_maintenance: Fix front matterNikita Shubin
- add opening meta delimeter as required - s/published/draft/ as `published` is an alias to `publishDate` and requires correct date and not boolean type Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
2026-06-14content: convert links to canonicalNikita Shubin
Convert links to canonical as per vanilla hugo. Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
2026-06-14template: config: Add landau preliminary configNikita Shubin
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>
2026-06-14themes: add landau-hacker themeNikita Shubin
Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
2026-06-14content: Move content to subdirectoryNikita Shubin
Upstream hugo can't work with content separated from templates, config and other stuff. So move all content files to subdirectory. Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
2026-05-17Introduce LANDAU Linux Maintenance v1.0Dmitry Rokosov
Signed-off-by: Dmitry Rokosov <rockosov@rulkc.org>
2026-05-17hugo: renamed index.md to _index.mdNikita Shubin
hugo requires this for some reason, otherwise refuses to render pages on same level. Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
2026-05-17scripts: Add hunspell checkerNikita Shubin
See original commit by Viacheslav Bocharov <v@baodeep.com> https://github.com/adeepn/landau/commit/c694f9d9f41d0b5298fc822edcdfba61bceadb6c. [Splitted checker into content repo site] Signed-off-by: Nikita Shubin <nikita.shubin@maquefel.me>
2026-03-13Introduce LANDAU project web pagesmasterDmitry Rokosov
Summary changes - Define LANDAU: Linux kernel Advanced for Next-gen Devices & Architectures - Add Jekyll config with hacker theme - Create main page with project vision and upcoming events - Add Open Mic #001 page with agenda and registration - Include RULKC contacts and Telegram channel Signed-off-by: Dmitry Rokosov <rockosov@rulkc.org>
2026-03-13Provide RULKC logoDmitry Rokosov
Signed-off-by: Dmitry Rokosov <rockosov@rulkc.org>
2026-03-13Initial commitDmitry Rokosov
Signed-off-by: Dmitry Rokosov <rockosov@rulkc.org>