mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 10:45:41 +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!
13 lines
342 B
Markdown
13 lines
342 B
Markdown
---
|
|
title: Tools
|
|
emoji: 🛠️
|
|
summary: Tools for developing websites
|
|
draft: false
|
|
tags:
|
|
- WWW
|
|
- web
|
|
- webdesign
|
|
---
|
|
## Favicons
|
|
|
|
I frequently use the [real favicon generator](https://realfavicongenerator.net/) to create favicon packages for my sites. I could probably do the work myself at this stage, but its easy & simple and works well!
|