mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter. This makes display on Gemini (in which newlines matter) much more consistent! I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
11 lines
546 B
Markdown
11 lines
546 B
Markdown
---
|
|
date: 2024-01-16T20:24:00.000Z
|
|
publishDate: 2024-01-16T20:24:00.000Z
|
|
lastmod: 2024-01-16T20:26:37.507Z
|
|
visibility: public
|
|
tags:
|
|
- HomeLab
|
|
---
|
|
I _think_ I've finally managed to run [IndieKit](https://getindiekit.com/) on my [HomeLab](/tags/homelab) so that I can update my personal site from [MicroPub](/tags/micropub) clients (I'm trying [micro.blog](https://help.micro.blog/t/micro-blog-for-mac/45) on mac os right now).
|
|
|
|
It's more complex than I'd like, but perhaps I can invest some time into making the install process easier for others!
|