Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arnaudsm/raito
- Owner: arnaudsm
- License: mit
- Created: 2021-12-05T05:21:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T16:55:48.000Z (12 months ago)
- Last Synced: 2024-08-01T21:51:39.422Z (3 months ago)
- Topics: cms, javascript, markdown, static-site-generator, wiki
- Language: HTML
- Homepage: https://raito.arnaud.at
- Size: 142 KB
- Stars: 104
- Watchers: 7
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - arnaudsm/raito - Mini Markdown Wiki/CMS in 8kb of JavaScript (HTML)
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)