Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thutterer/bongo
Rails engine for blogging
https://github.com/thutterer/bongo
blogging rails trix
Last synced: 1 day ago
JSON representation
Rails engine for blogging
- Host: GitHub
- URL: https://github.com/thutterer/bongo
- Owner: thutterer
- License: mit
- Created: 2020-05-17T17:05:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T20:05:36.000Z (over 4 years ago)
- Last Synced: 2024-04-25T05:22:05.047Z (8 months ago)
- Topics: blogging, rails, trix
- Language: CSS
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Bongo
Rails engine for blogging using Trix and MongoDB.## Installation
Add this line to your application's `Gemfile`:```ruby
gem "bongo"
```And then execute:
```bash
$ bundle
```Add its assets to your `application.scss` and `application.js`:
```javascript
//= require "bongo/application"
```Mount the engine in your `routes.rb`:
```ruby
mount Bongo::Engine, at: "/blog"
```## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).