mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 02:26:42 -07:00
update home page
This commit is contained in:
parent
b1a6e052e1
commit
566c713097
1 changed files with 17 additions and 3 deletions
|
@ -10,8 +10,22 @@ extra:
|
||||||
|
|
||||||
welcome to webdog, the static site generator fit for a dog :3
|
welcome to webdog, the static site generator fit for a dog :3
|
||||||
|
|
||||||
|
if you have [rust](https://rust-lang.org) installed, all you need to do to install webdog is run the following command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://zyllian/webdog
|
cargo install webdog --git https://github.com/zyllian/webdog
|
||||||
cd webdog
|
```
|
||||||
cargo install .
|
|
||||||
|
then you can make your first webdog site!
|
||||||
|
|
||||||
|
```sh
|
||||||
|
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!
|
||||||
|
|
||||||
|
```sh
|
||||||
|
webdog page new my-first-page "My First Page"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue