https://github.com/egoist/funbook-old
I have a dream, to be a novelist someday.
https://github.com/egoist/funbook-old
blogs book docs markdown novel ssr vue website writing
Last synced: 16 days ago
JSON representation
I have a dream, to be a novelist someday.
- Host: GitHub
- URL: https://github.com/egoist/funbook-old
- Owner: egoist
- License: mit
- Created: 2017-04-13T13:19:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T14:24:58.000Z (over 3 years ago)
- Last Synced: 2025-04-30T09:15:07.176Z (16 days ago)
- Topics: blogs, book, docs, markdown, novel, ssr, vue, website, writing
- Language: JavaScript
- Homepage: https://funbook.js.org
- Size: 854 KB
- Stars: 67
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# funbook
[](https://npmjs.com/package/funbook) [](https://npmjs.com/package/funbook) [](https://circleci.com/gh/egoist/funbook/tree/master) [](https://github.com/egoist/donate)
**FunBook** is a framework for building static or universal website, it's perfect for writing books, novels, docs and blogs.
## Install
```bash
yarn add funbook
# or
npm install --save funbook
```CDN: [JS](https://unpkg.com/funbook/dist/funbook.js) / [CSS](https://unpkg.com/funbook/dist/funbook.css)
## Support
[Documentation](https://funbook.js.org)
## Projects using FunBook
- [FunBook documentation](https://funbook.js.org) ([source](https://github.com/egoist/funbook/tree/master/docs))
- Feel free to add yours here 💌## Development
```bash
# Run example
yarn dev
```## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## Author
**funbook** © [egoist](https://github.com/egoist), Released under the [MIT](./LICENSE) License.
Authored and maintained by egoist with help from contributors ([list](https://github.com/egoist/funbook/contributors)).> [egoistian.com](https://egoistian.com) · GitHub [@egoist](https://github.com/egoist) · Twitter [@rem_rin_rin](https://twitter.com/rem_rin_rin)