ember-ghost-attila-template

Static Site Template designed to work with Ember Ghost


Keywords
ember-addon, ember-ghost, ember-ghost-template
License
MIT
Install
npm install ember-ghost-attila-template@1.0.6

Documentation

empress-blog-attila-template

This is a template designed to work with empress-blog and is a fully-functional, static site implementation of the Attila Template built on EmberJS with fully working out of the box SEO friendly output. It supports being hosted on Github Pages, AWS S3 or any other static site hosting solution.

For more information on how to use this system read the empress-blog documentation but if you want to get started straight away, try the quick start below.

If you want to see a demo of this template you can checkout https://empress-blog-attila-template.netlify.com/

You do not need to be a web developer to be able to use this system. You just write markdown files and the rest of the work is performed by EmberJS' build system.

Quick Start

npm init ember-app super-blog

cd super-blog

ember install empress-blog empress-blog-attila-template

It will ask you if you want to update the index.html file and you should say yes 👍

If you want to see the blog system running on your local machine just run npm start and you will be able to navigate to http://localhost:4200 to see the blog in action.