mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-09 18:16:40 -07:00
static site gen for a dog :3
![]() 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> |
||
---|---|---|
.cargo | ||
.github | ||
site | ||
src | ||
.gitignore | ||
.ignore | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
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"