webdog/README.md

22 lines
477 B
Markdown
Raw Permalink Normal View History

2024-11-04 17:57:51 -08:00
# webdog
2021-08-18 14:26:51 -07:00
2025-01-15 01:38:53 -08:00
webdog, the static site generator fit for a dog :3
```sh
cargo install webdog
```
after installing, you can create your first site:
```sh
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](https://webdog.zyl.gay/docs/)
```sh
webdog page new my-first-page "My First Page"
```