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

https://github.com/tubbo/static-age

A static pages and blogging addon for Ember CLI
https://github.com/tubbo/static-age

Last synced: about 2 months ago
JSON representation

A static pages and blogging addon for Ember CLI

Awesome Lists containing this project

README

        

# static-age

A static site addon for ember-cli.

## Installation

`ember install:addon static-age`

## Usage

Generate an article:

`ember generate article TITLE`

Generate a page:

`ember generate page TITLE`

## Deployment

Coming soon: Grunt tasks.

## 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/).