webdog

Crates.iowebdog
lib.rswebdog
version
sourcesrc
created_at2025-01-15 09:47:38.052968+00
updated_at2025-01-27 20:10:46.736198+00
descriptionstatic site generator fit for a dog
homepagehttps://webdog.zyl.gay
repositoryhttps://github.com/zyllian/webdog
max_upload_size
id1517319
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
zyl (zyllian)

documentation

README

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

cargo fmt