From 6b20b498001c8927fa5c994f195a5bf35af2db56 Mon Sep 17 00:00:00 2001 From: zyl Date: Wed, 13 Nov 2024 15:08:19 -0800 Subject: [PATCH] begin work on a blog post introducing webdog --- site/resources/blog/introducing-webdog.md | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 site/resources/blog/introducing-webdog.md diff --git a/site/resources/blog/introducing-webdog.md b/site/resources/blog/introducing-webdog.md new file mode 100644 index 0000000..ff1bb89 --- /dev/null +++ b/site/resources/blog/introducing-webdog.md @@ -0,0 +1,24 @@ +--- +title: introducing webdog +timestamp: "2024-11-13T23:02:36.179943751Z" +tags: + - webdog + - meta + - dev +cdn_file: null +header_image_alt: placeholder +desc: my static site builder, now available for anyone :3 +draft: true +--- + +# [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 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): + +```sh +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.