Crates.io | webdog |
lib.rs | webdog |
version | |
source | src |
created_at | 2025-01-15 09:47:38.052968+00 |
updated_at | 2025-01-27 20:10:46.736198+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 |
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` |
size | 0 |
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"