diff options
author | Martin Ashby <martin@ashbysoft.com> | 2024-03-27 20:49:30 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2024-03-27 20:49:30 +0000 |
commit | 6a68d2e06932d848571948eea9ec586027a42fd6 (patch) | |
tree | 37dcdc00981de673344156f3fb6bea59f8dc0d29 /content/posts | |
parent | 525ade5a6de3837699b5c7e66686c3e5c8b5a1f3 (diff) | |
download | mfashby.net-6a68d2e06932d848571948eea9ec586027a42fd6.tar.gz mfashby.net-6a68d2e06932d848571948eea9ec586027a42fd6.tar.bz2 mfashby.net-6a68d2e06932d848571948eea9ec586027a42fd6.tar.xz mfashby.net-6a68d2e06932d848571948eea9ec586027a42fd6.zip |
Add post on zine
Remove video assets from git, they are now hosted on move IT Tube
Add client-side redirect to help when using zine serve.
Diffstat (limited to 'content/posts')
-rw-r--r-- | content/posts/2024-03-27-zine.md | 15 | ||||
-rw-r--r-- | content/posts/assets/10-11-21-longboard-slides.mp4 | bin | 45783829 -> 0 bytes | |||
-rw-r--r-- | content/posts/assets/drop-in.mp4 | bin | 1573234 -> 0 bytes | |||
-rw-r--r-- | content/posts/assets/skate4.mp4 | bin | 22065301 -> 0 bytes |
4 files changed, 15 insertions, 0 deletions
diff --git a/content/posts/2024-03-27-zine.md b/content/posts/2024-03-27-zine.md new file mode 100644 index 0000000..9dd23ad --- /dev/null +++ b/content/posts/2024-03-27-zine.md @@ -0,0 +1,15 @@ +--- +.title = "Zine", +.author = "Martin Ashby", +.date = @date("2024-03-27T20:26:45+00:00"), +.layout = "single.html", +.custom = {"comments": true}, +--- + +I converted my blog from [hugo](https://gohugo.io/) to [zine](https://zine-ssg.io/). Hugo has been pretty good, but it had a couple of small annoyances like simple inclusion of raw HTML being difficult. Mostly though, I wanted to try something new, and my personal site is a safe space for me to do that :) + +Zine is very new, in fact the disclaimer on the site "Zine is alpha software. Using Zine today means participating in its development." turned out to be true, and I had to submit a couple of changes to Zine to make it work for me. Thankfully the maintainer was really helpful, and they also pointed out how I could generate an RSS XML feed for my blog just like hugo did. + +Code for my website can be found [here](https://code.mfashby.net/mfashby.net/). Since I have a quite a few posts, I wrote a [little program](https://code.mfashby.net/mfashby.net/tree/converter/src/main.zig) to convert the frontmatter for all my pages from hugo's YAML format to zine's ziggy format; although the output still needed some manual tweaks afterwards. + +Tangentially related, I moved the couple of videos I was hosting directly from my site to [move IT Tube](https://tube.spdns.org/) to save bandwidth at home and so others can view them faster.
\ No newline at end of file diff --git a/content/posts/assets/10-11-21-longboard-slides.mp4 b/content/posts/assets/10-11-21-longboard-slides.mp4 Binary files differdeleted file mode 100644 index 50152b8..0000000 --- a/content/posts/assets/10-11-21-longboard-slides.mp4 +++ /dev/null diff --git a/content/posts/assets/drop-in.mp4 b/content/posts/assets/drop-in.mp4 Binary files differdeleted file mode 100644 index 7b07ab5..0000000 --- a/content/posts/assets/drop-in.mp4 +++ /dev/null diff --git a/content/posts/assets/skate4.mp4 b/content/posts/assets/skate4.mp4 Binary files differdeleted file mode 100644 index f557355..0000000 --- a/content/posts/assets/skate4.mp4 +++ /dev/null |