static site gen for a dog :3
Find a file
2025-03-23 21:40:27 -07:00
.cargo use lld on windows 2024-06-24 21:35:56 -07:00
.github fix to use the new proper site argument 2024-11-12 17:53:26 -08:00
site recommend installing webdog with locked dependencies 2025-03-23 21:40:27 -07:00
src move away from serde_yml (ai garbage..) to serde_yaml_ng 2025-01-27 12:00:20 -08:00
.gitignore introduce webdog cli tool 2024-11-08 18:16:23 -08:00
.ignore Add development server 2021-08-18 13:49:50 -07:00
.rustfmt.toml Initial commit 2021-08-17 09:59:34 -07:00
Cargo.lock v0.1.1 2025-01-27 12:05:48 -08:00
Cargo.toml v0.1.1 2025-01-27 12:05:48 -08:00
LICENSE Add license 2021-08-18 14:26:22 -07:00
README.md recommend installing webdog with locked dependencies 2025-03-23 21:40:27 -07:00
rust-toolchain.toml Switch to stable toolchain 2021-08-19 13:59:00 -07:00

webdog

webdog, the static site generator fit for a dog :3

cargo install webdog --locked

after installing, you can create your first site:

webdog create https://example.com "My First Site!" --site my-site
cd my-site
webdog serve # your site is now running at http://127.0.0.1:8080 🥳

from there, you can start editing your site and adding pages or more advanced things

webdog page new my-first-page "My First Page"