You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-7
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,25 @@
1
1
# ember-ghost-casper-template
2
2
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
4
4
[Attila Template](https://github.com/zutrinken/attila) built on EmberJS with fully working out of the
5
5
box SEO friendly output. It supports being hosted on Github Pages, AWS S3 or any other static site
6
6
hosting solution.
7
7
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.
9
9
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/)
11
11
12
12
You do not need to be a web developer to be able to use this system. You just write markdown files
13
13
and the rest of the work is performed by EmberJS' build system.
14
14
15
15
## Quick Start
16
16
17
17
```sh
18
-
# if you don't have ember-cli installed already
19
-
npm install -g ember-cli
18
+
npm init ember-app super-blog
20
19
21
-
ember new super-blog
22
20
cd super-blog
23
21
24
-
ember install ember-ghost ember-ghost-attila-template
22
+
ember install empress-blog empress-blog-attila-template
25
23
```
26
24
27
25
It will ask you if you want to update the `index.html` file and you should say yes 👍
0 commit comments