Orion is a simple and powerful CMS for meteor. It creates automatically an admin panel for your collections and gives you the ability to have key/value definitions for your site.
http://orion-example.meteor.com
The dictionary is where you can save key/value definitions, allowing the admin to change things like the site logo or the content of a page.
Orion generates the full CRUD for your collections.
In Orion you can add custom attributes like images to entities and dictionary with just a line of code.
-
orionjs:file-attribute Save files easily in the dictionary or entities, uploading them to a S3 bucket.
-
orionjs:summernote Use the powerful summernote editor. The images uploaded are saved in a S3 bucket.
-
Add one yourself It's very easy to add custom attributes to Orion. You can start by forking https://atmospherejs.com/orionjs/summernote.
meteor add orionjs:core
meteor add orionjs:styles
Navigate to /admin
and create the first user.
Go to the documentation and learn how to be an expert in orion
View the example blog made with orion
Orion is a very active repository. Subscribe for updates here