New blog site.
Go to file
2024-01-09 01:11:46 -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 typo 2024-01-08 21:03:22 -05:00

Blog in a Matrix

New single page blog site application written in Nim.

Articles/blogs written in markdown using Joplin then exported as HTML to the /src/public directory. Joplin has support for the extended markdown syntax, KaTeX, and Mermaid.js out of the box. The syntax can be farther extended with plugins (e.g. music sheet notation).

MTH tech stack is used, pronounced Meth or Math:

Development

Install Nim dependencies:

nimble install happyx

Development server:

hpx dev --reload