nim-md-to-html/README.md

503 B

A simple MD to HTML converter

Compilation

  1. git clone https://git.kirbylife.dev/kirbylife/nim-md-to-html
  2. cd nim-md-to-html
  3. nimble build -d:release

Usage

  1. nim-md-to-html <path/to/file.md> </path/to/theme.css> > index.html

The theme must be a classless CSS file.
I personally recommend water.css, but on the internet there is a good variety, choose the one you like the most.

License

This project is licensed under the LGPL 3.0 license.