mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07:00
988 B
988 B
title | timestamp | tags | cdn_file | header_image_alt | desc | |||
---|---|---|---|---|---|---|---|---|
introducing webdog | 2024-11-13T23:02:36.179943751Z |
|
webdog.jpg | placeholder | my static site generator, now available for anyone :3 |
webdog.
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 you have rust installed, you can install webdog like this:
cargo install webdog
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:
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 for more info on how to build your site.