webdog

Crates.iowebdog
lib.rswebdog
version0.1.4
created_at2025-01-15 09:47:38.052968+00
updated_at2025-09-24 06:12:18.83184+00
descriptionstatic site generator fit for a dog
homepagehttps://webdog.zyl.gay
repositoryhttps://github.com/zyllian/webdog
max_upload_size
id1517319
size215,566
zyl (zyllian)

documentation

README

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"
Commit count: 280

cargo fmt