condensed readme

This commit is contained in:
array-in-a-matrix 2024-01-09 15:07:07 -05:00
parent 3aeef85a81
commit b6616420f8

View file

@ -1,14 +1,10 @@
# [Blog in a Matrix](https://bloginamatrix.xyz)
New single page blog site application written in Nim.
New blog site written in Nim.
Articles/blogs written in markdown using [Joplin](https://github.com/laurent22/joplin/ "The best notes app/markdown editor ever made.") then exported as `HTML` to the `/src/public` directory. Joplin has support for [the extended markdown syntax](https://github.com/laurent22/joplin/blob/dev/readme/markdown.md), [KaTeX](https://khan.github.io/KaTeX/), and [Mermaid.js](https://mermaidjs.github.io/) out of the box. The syntax can be farther extended with [plugins](https://github.com/joplin/plugins/) (e.g. [music sheet notation](https://github.com/joplin/plugin-abc-sheet-music)).
Articles/blogs written in markdown using [Joplin](https://github.com/laurent22/joplin/ "The best notes app/markdown editor ever made.") then exported as a HTML directory to `/src/public` where it will create a `Blog` folder.
MTH tech stack is used, pronounced _Meth_ or _Math_:
- [Markdown](https://daringfireball.net/projects/markdown/)
- [Tailwindcss](https://tailwindcss.com/)
- [HappyX](https://hapticx.github.io/happyx/)
Joplin has support for [the extended markdown](https://github.com/laurent22/joplin/blob/dev/readme/markdown.md), [KaTeX](https://khan.github.io/KaTeX/), and [Mermaid.js](https://mermaidjs.github.io/) out of the box and can be farther extended with [plugins](https://github.com/joplin/plugins/) like [music sheet notation](https://github.com/joplin/plugin-abc-sheet-music).
## Development