https://github.com/vnotex/viki
A simple Wiki page in Markdown from notebook of VNote.
https://github.com/vnotex/viki
blog markdown static-site vnote wiki
Last synced: about 1 year ago
JSON representation
A simple Wiki page in Markdown from notebook of VNote.
- Host: GitHub
- URL: https://github.com/vnotex/viki
- Owner: vnotex
- License: mit
- Created: 2018-10-27T13:20:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T02:14:29.000Z (over 1 year ago)
- Last Synced: 2025-06-07T19:47:40.705Z (about 1 year ago)
- Topics: blog, markdown, static-site, vnote, wiki
- Language: JavaScript
- Homepage: https://vnotex.github.io/viki
- Size: 834 KB
- Stars: 131
- Watchers: 6
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Viki
A simple Wiki page in Markdown from notebook of [VNote](https://vnotex.github.io/vnote).

With Viki, we could just simply put several simple files with our Markdown files to generate an elegant site. No additional software or sever side processing is required.
Combined with VNote, Viki could show your notebooks as a blog site seamlessly.
For more information, please visit [vnotex.github.io/viki](https://vnotex.github.io/viki), which is also generated by Viki.
## Credits
- [MDWiki](http://dynalon.github.io/mdwiki/#!index.md)
The idea of Viki comes from MDWiki. Viki also references to the implementation of MDWiki a lot.
- [jQuery](http://www.jquery.org/)
- [Boostrap](http://www.getbootstrap.com/)
- [markdown-it](https://github.com/markdown-it/markdown-it)
- [highlightjs](https://highlightjs.org/)
## License
[MIT](LICENSE)