Raito
Mini Markdown Wiki/CMS in 8kb of JavaScript
Install / Use
/learn @arnaudsm/RaitoREADME
Raito - Mini Markdown CMS ✨📝
Build your website with a single file!
Raito is an ultralight static CMS/Wiki that weights 8kb.
Hence the name, ライト meaning light in Japanese.
Made by Arnaud de Saint Meloir, inspired by the defunct MDwiki
Install
- Copy
index.htmlto your website root - Write your homepage in
README.md - Every MarkDown file will turn into a page ✨
Testing
- Install Node 16+ and Yarn
cd testsyarnto install dependenciesyarn testto run testsyarn startto start the HTTP serversyarn debugto debug tests interactively
Dependencies
- Marked.js
- highlight.js (Optional)
