2025-10-27 22:43:17 +01:00
2025-06-02 00:24:29 +02:00
2025-06-05 03:49:41 +02:00
2025-10-27 22:43:17 +01:00
2025-06-05 03:26:57 +02:00
2025-06-02 00:24:29 +02:00
2023-12-16 06:42:53 +01:00
2023-12-10 15:20:29 +01:00
2023-12-16 06:31:21 +01:00
2025-10-27 22:43:17 +01:00
2025-10-27 22:43:17 +01:00
2025-06-05 03:28:40 +02:00

chaoszone.cz

The source files for the https://chaoszone.cz website.

hugo

  • hugo is a static site generator
  • to start the development server
    • with docker: docker run --rm -p 1313:1313 -v ./:/src hugomods/hugo:exts-non-root server -D
    • local: hugo server
  • to build the website
    • with docker: docker run --rm -v ./:/src hugomods/hugo:exts-non-root build
    • local: hugo

todo

Description
Source files for https://chaoszone.cz
Readme 21 MiB
Languages
Haskell 44.2%
CSS 25.6%
HTML 17.4%
Nix 8.9%
Shell 3.9%