Project page for lolcat++ — a fast C++ port of lolcat https://lolcatpp.github.io/
Find a file
2026-05-07 15:36:33 +02:00
.github/workflows add deploy workflow and README 2026-05-07 15:34:34 +02:00
archetypes first 2026-05-07 15:31:11 +02:00
assets/css/extended first 2026-05-07 15:31:11 +02:00
content first 2026-05-07 15:31:11 +02:00
static first 2026-05-07 15:31:11 +02:00
themes first 2026-05-07 15:31:11 +02:00
.gitignore add deploy workflow and README 2026-05-07 15:34:34 +02:00
.gitmodules first 2026-05-07 15:31:11 +02:00
hugo.toml remove icon 2026-05-07 15:36:33 +02:00
README.md add deploy workflow and README 2026-05-07 15:34:34 +02:00

lolcatpp.github.io

Source for the project page at https://lolcatpp.github.io/.

Built with Hugo and PaperMod.

Local preview

git clone --recurse-submodules https://github.com/lolcatpp/lolcatpp.github.io
cd lolcatpp.github.io
hugo server

Then open http://localhost:1313/.

Deploy

Pushes to master build via GitHub Actions and publish to GitHub Pages automatically.