New blog site.
Go to file
array-in-a-matrix 308e58721a clean up
2024-01-09 21:14:33 -05:00
src clean up 2024-01-09 21:14:33 -05:00
.gitignore ignore testing articles 2024-01-09 00:12:41 -05:00
happyx.cfg rewrite as SPA 2023-12-21 16:41:06 -05:00
LICENSE init 2023-07-10 12:46:26 -04:00
README.md space? 2024-01-09 15:16:15 -05:00

Blog in a Matrix

New blog site written in Nim.

Articles/blogs written in markdown using Joplin then exported as a HTML directory to /src/public where it will create a Blog folder.

Joplin has support for the extended markdown, KaTeX, and Mermaid.js out of the box and can be farther extended with plugins like music sheet notation.

Development

Install Nim dependencies:

nimble install happyx@#head

Development server:

hpx dev --reload