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
- Host: GitHub
- URL: https://github.com/tubbo/static-age
- Owner: tubbo
- License: mit
- Created: 2015-01-30T04:21:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:58:21.000Z (over 1 year ago)
- Last Synced: 2025-02-15T04:04:28.301Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/).