Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arnaudsm/raito

Mini Markdown Wiki/CMS in 8kb of JavaScript
https://github.com/arnaudsm/raito

cms javascript markdown static-site-generator wiki

Last synced: about 16 hours ago
JSON representation

Mini Markdown Wiki/CMS in 8kb of JavaScript

Awesome Lists containing this project

README

        

![logo](docs/logo.svg)

# [Raito](https://raito.arnaud.at) - 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](https://arnaud.at), inspired by the defunct [MDwiki](https://github.com/Dynalon/mdwiki/)

**[🔥 Demo](https://raito.arnaud.at) | [📄 Docs](docs/)**

## Install
- Copy `index.html` to your website root
- Write your homepage in `README.md`
- Every MarkDown file will turn into a page ✨

## Testing
- Install Node 16+ and Yarn
- `cd tests`
- `yarn` to install dependencies
- `yarn test` to run tests
- `yarn start` to start the HTTP servers
- `yarn debug` to debug tests interactively

### Dependencies
- [Marked.js](https://github.com/markedjs/marked/)
- [highlight.js](https://github.com/highlightjs/highlight.js/) (Optional)