mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Fix the tags of the posts
This commit is contained in:
parent
3e428742a8
commit
1eb5495b07
3 changed files with 6 additions and 20 deletions
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
date: 2024-07-18T15:52:30.109+01:00
|
||||
publishDate: 2024-07-18T15:52:30.109+01:00
|
||||
slug: aayvy
|
||||
tags:
|
||||
- devlog
|
||||
---
|
||||
|
||||
I want to find more and better ways of integrating my hobby-coding into the rest of my life, friendships, and my more sociable activities.
|
||||
|
||||
I’ll take any ideas for how to do that; but for now I plan on noting down things I’m working on (big, small; silly, purposeful). I’ll tag them with #devlog!
|
||||
I’ll take any ideas for how to do that; but for now I plan on noting down things I’m working on (big, small; silly, purposeful). I’ll tag them with [devlog](/tags/devlog)!
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
date: 2024-07-18T16:31:01.799+01:00
|
||||
publishDate: 2024-07-18T16:31:01.799+01:00
|
||||
slug: cadqb
|
||||
---
|
||||
|
||||
First [devlog](/tags/devlog)! Today I made a few first plans into a full restart of my postcards CLI tool & its fileformat. Together they make archiving & displaying [postcards](/tags/postcards) easy and fun!
|
||||
|
||||
My existing tool is great, but the `.postcard` format is too clever — it needs custom elements/JS for proper viewing. A newer experiment (https://shutup.jp) uses a simpler, more compatible & easier format; time to swap out!
|
||||
|
||||
Check out:
|
||||
- [My eexisting tool](https://github.com/dotpostcard/postcards-go)
|
||||
- [The .postcard custom element](https://dotpostcard.github.io/postcards-html)
|
||||
- [CSS-only postcard viewing](https://shutup.jp)
|
||||
- [My love of postcards](https://www.byjp.me/posts/thoughts-on-postcards/)
|
||||
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
date: 2024-07-18T16:58:47.933+01:00
|
||||
publishDate: 2024-07-18T16:58:47.933+01:00
|
||||
slug: nlqau
|
||||
tags:
|
||||
- postcards
|
||||
- devlog
|
||||
---
|
||||
|
||||
First [devlog](/tags/devlog)! Today I made some plans toward a full restart of my postcards CLI tool & its fileformat. Together they make archiving & displaying [postcards](/tags/postcards) easy and fun!
|
||||
|
@ -13,4 +15,3 @@ Check out:
|
|||
- [The .postcard custom element](https://dotpostcard.github.io/postcards-html)
|
||||
- [CSS-only postcard viewing](https://shutup.jp)
|
||||
- [My love of postcards](https://www.byjp.me/posts/thoughts-on-postcards/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue