mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-01-17 19:22:30 -08:00
begin work on a blog post introducing webdog
This commit is contained in:
parent
0eabc0a797
commit
6b20b49800
1 changed files with 24 additions and 0 deletions
24
site/resources/blog/introducing-webdog.md
Normal file
24
site/resources/blog/introducing-webdog.md
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue