publish webdog introduction

This commit is contained in:
zyl 2025-01-15 01:52:03 -08:00
parent 5f98427467
commit 778fba8951
Signed by: zyl
SSH key fingerprint: SHA256:uxxbSXbdroP/OnKBGnEDk5q7EKB2razvstC/KmzdXXs

View file

@ -5,20 +5,25 @@ tags:
- webdog - webdog
- meta - meta
- dev - dev
cdn_file: null cdn_file: webdog.jpg
header_image_alt: placeholder header_image_alt: placeholder
desc: my static site builder, now available for anyone :3 desc: my static site generator, now available for anyone :3
draft: true
--- ---
# [webdog.](https://webdog.zyl.gay) # [webdog.](https://webdog.zyl.gay)
if you've been to my site recently, you may have noticed the "powered by webdog" text in the footer. if not, then surprise! i've been upgrading the tool i wrote to build this site to make it more general (i.e. NOT coupled explicitly to my own website) and more easily available for anyone to use. if you've been to my site recently, you may have noticed the "powered by webdog" text in the footer. if not, then surprise! i've been working on upgrading the tool i built for this site to make it easier for anyone to use.
if this post is out of drafts by the time you read this, it should be ready to be installed like so (if you have rust installed): if you have [rust](https://rust-lang.org) installed, you can install webdog like this:
```sh ```sh
cargo install webdog cargo install webdog
``` ```
and that's it! now you can use webdog to build a site of your own! the [webdog site](https://webdog.zyl.gay) has more information on how to use it, but i'll write some stuff up here too at some point. and that's it! now you can use webdog to build a site of your own! if i were creating zyl.gay again today, i'd run this command to get started:
```sh
webdog create --site ./zyllian.github.io https://zyl.gay/ "zyl is gay" --cdn-url https://i.zyl.gay/
```
from here, you could consult the [webdog documentation](https://webdog.zyl.gay/docs/) for more info on how to build your site.