static site gen for a dog :3
Find a file
zyl 855d29d9c4
Some checks are pending
Build Site / build (push) Waiting to run
Build Site / deploy (push) Blocked by required conditions
update install command on site
2025-01-15 01:50:04 -08:00
.cargo
.github
site update install command on site 2025-01-15 01:50:04 -08:00
src
.gitignore
.ignore
.rustfmt.toml
Cargo.lock
Cargo.toml fix license 2025-01-15 01:46:56 -08:00
LICENSE
README.md prepare webdog for first release 2025-01-15 01:38:53 -08:00
rust-toolchain.toml

webdog

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

cargo install webdog

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"