Crates.io | webdog |
lib.rs | webdog |
version | 0.1.4 |
created_at | 2025-01-15 09:47:38.052968+00 |
updated_at | 2025-09-24 06:12:18.83184+00 |
description | static site generator fit for a dog |
homepage | https://webdog.zyl.gay |
repository | https://github.com/zyllian/webdog |
max_upload_size | |
id | 1517319 |
size | 215,566 |
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"