static site gen for a dog :3
Find a file
dependabot[bot] c60802f230
Bump tokio from 1.43.0 to 1.43.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.43.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.43.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.43.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-08 02:04:48 +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 tokio from 1.43.0 to 1.43.1 2025-04-08 02:04:48 +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"