koxinga; editing
Some checks failed
Build Saki and Deploy to Github Pages / build (push) Has been cancelled
Build Saki and Deploy to Github Pages / deploy (push) Has been cancelled

This commit is contained in:
stjet
2026-03-05 09:45:42 +00:00
parent 57794693c1
commit 8f7ce282f4
14 changed files with 76 additions and 76 deletions

View File

@@ -24,7 +24,7 @@ Anyways, once I decided to start completely rewriting the blog, I established so
## Code
Hedgeblog (oh, that's what I'm calling it by the way) is made of three components: Makoto (Markdown to HTML parser), Ryuji (templating language), and Saki (build system).
You can find the code on [Github](https://github.com/jetstream0/hedgeblog).
You can find the code [here](https://git.elintra.net/stjet/hedgeblog).
### Makoto
Makoto is the Markdown-to-HTML parser, made with no dependencies. It was made around two months before Ryuji and Saki, and is meant to be more of a standalone thing. This is the sole npm dependency of the project. I `npm install`ed it instead of just copying the file over mostly because I published Makoto to npm and wanted to make sure it worked. Also, it has a different license, documentation and stuff.