An open API service indexing awesome lists of open source software.

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

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