This project is a lightweight and simple tool that converts markdown files into a minimalist webpages.
It's build with a minimalist mindset wich makes it highly flexible and easy to use:
- copy the source folder and index.html in a folder
- add all markdownfiles
- make a homepage via creating a startpage.md. Use it to link all other markdownfiles
- for further customization (titles, headerbar,...) edit the index.html and source/page.html file
✨ voilà ✨ ...that's it! To create a public Website upload your folder to Github and activate GithubPages with main/root.
The Inpiration for this project were the many lightweight RegEx-based parser from the Github User Casualwriter.
The thought of a really simple, selfcontained and minimalistic Markdown ==> Website tool was fascinating.
Also this is a nice way to share notes or documents. That's why I included the themeswitch and print button.