mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
My personal website & all the tooling around it to build a static, IPFS-powered, Micropub compatible IndieWeb site!
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! |
||
---|---|---|
.github/workflows | ||
.vscode | ||
archetypes | ||
assets | ||
content | ||
contibutions/hugo-theme-hello-friend-ng | ||
data | ||
i18n | ||
indiekit | ||
layouts | ||
static | ||
tools | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.lycheeignore | ||
.syndicate | ||
config.toml | ||
Dockerfile | ||
fly.toml | ||
LICENSE.md | ||
lychee.toml | ||
pagefind.yaml | ||
README.md | ||
retrieve-deps.sh | ||
Taskfile.yml | ||
todo.md |
byJP.me
This is the source code for my blog at www.byjp.me. It's built with hugo, using Github Actions, and is deployed to both Github's static content servers and the InterPlanetary FileSystem.
This blog's contents—texts authored by me—are licensed under Creative Commons BY-NC-SA 4.0.
Original code herein is licenced under the MIT licence. Code contributions with other licenses are detailed in the contributions
directory.