Skip to content

Commit 1873bc3

Browse files
authored
Update README.md
1 parent 970ec42 commit 1873bc3

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
# ember-ghost-casper-template
22

3-
This is a template designed to work with [Ember Ghost](https://github.com/stonecircle/ember-ghost) and is a fully-functional, static site implementation of the
3+
This is a template designed to work with [empress-blog](https://github.com/empress/empress-blog) and is a fully-functional, static site implementation of the
44
[Attila Template](https://github.com/zutrinken/attila) built on EmberJS with fully working out of the
55
box SEO friendly output. It supports being hosted on Github Pages, AWS S3 or any other static site
66
hosting solution.
77

8-
For more information on how to use this system [read the Ember Ghost documentation](https://github.com/stonecircle/ember-ghost/blob/master/README.md) but if you want to get started straight away, try the quick start below.
8+
For more information on how to use this system [read the Ember Ghost documentation](https://github.com/empress/empress-blog/blob/master/README.md) but if you want to get started straight away, try the quick start below.
99

10-
If you want to see a demo of this template you can checkout [https://ember-ghost-attila-template.stonecircle.io/](https://ember-ghost-attila-template.stonecircle.io/)
10+
If you want to see a demo of this template you can checkout [https://empress-blog-attila-template.netlify.com/](https://empress-blog-attila-template.netlify.com/)
1111

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

1515
## Quick Start
1616

1717
```sh
18-
# if you don't have ember-cli installed already
19-
npm install -g ember-cli
18+
npm init ember-app super-blog
2019

21-
ember new super-blog
2220
cd super-blog
2321

24-
ember install ember-ghost ember-ghost-attila-template
22+
ember install empress-blog empress-blog-attila-template
2523
```
2624

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

0 commit comments

Comments
 (0)