New blog site.
Go to file
2024-01-09 15:14:06 -05:00
src no need for arbitrary error codes, 404 is enough, /read/ added to articles path 2024-01-09 01:11:46 -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 ues latest git head 2024-01-09 15:14:06 -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