mirror of
https://github.com/zyllian/webdog.git
synced 2025-01-18 11:44:35 -08:00
703 B
703 B
extra | ||||||||
---|---|---|---|---|---|---|---|---|
|
webdog
welcome to webdog, the static site generator fit for a dog :3
if you have rust installed, all you need to do to install webdog is run the following command:
cargo install webdog --git https://github.com/zyllian/webdog
then you can make your first webdog site!
webdog create https://example.com "My First Site!" --site-path my-site
cd my-site
webdog serve # your site is now running at http://127.0.0.1:8080 🥳
and from there, you can editing your site and adding pages!
webdog page new my-first-page "My First Page"