static site gen for a dog :3
Find a file
dependabot[bot] 97d1b2d348
Bump crossbeam-channel from 0.5.14 to 0.5.15
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.14 to 0.5.15.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.14...crossbeam-channel-0.5.15)

---
updated-dependencies:
- dependency-name: crossbeam-channel
  dependency-version: 0.5.15
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-10 14:43:47 +00:00
.cargo
.github
site recommend installing webdog with locked dependencies 2025-03-23 21:40:27 -07:00
src move away from serde_yml (ai garbage..) to serde_yaml_ng 2025-01-27 12:00:20 -08:00
.gitignore
.ignore
.rustfmt.toml
Cargo.lock Bump crossbeam-channel from 0.5.14 to 0.5.15 2025-04-10 14:43:47 +00:00
Cargo.toml v0.1.1 2025-01-27 12:05:48 -08:00
LICENSE
README.md recommend installing webdog with locked dependencies 2025-03-23 21:40:27 -07:00
rust-toolchain.toml

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"