https://github.com/tubbo/ember-cli-blog
[WIP] A blogging addon to compliment static pages on Ember CLI apps
https://github.com/tubbo/ember-cli-blog
Last synced: about 1 month ago
JSON representation
[WIP] A blogging addon to compliment static pages on Ember CLI apps
- Host: GitHub
- URL: https://github.com/tubbo/ember-cli-blog
- Owner: tubbo
- License: mit
- Created: 2015-05-17T05:19:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:17:34.000Z (over 1 year ago)
- Last Synced: 2024-05-21T12:29:52.684Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-blog
An extension to [ember-cli-static][static] pages to support blogging
features.## Features
- Dates
- Categories
- Tags
- Smart, title-optional URL generation## Installation
* `git clone` this repository
* `npm install`
* `bower install`## Running
* `ember server`
* Visit your app at http://localhost:4200.## Running Tests
* `ember test`
* `ember test --server`## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).
[static]: https://github.com/tubbo/ember-cli-static