Skip to content

Commit ee39804

Browse files
committed
update readme
1 parent 4cb4c1a commit ee39804

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Decode for Ghost
2-
#### [Download the latest release for Ghost here.](https://github.com/ScottSmith95/Decode-for-Ghost/releases/download/0.9.1/decode.zip)
2+
#### [Download the latest release for Ghost here.](https://github.com/ScottSmith95/Decode-for-Ghost/releases/download/0.9.2/decode.zip)
33

44
#### [Demo](https://decode-ghost-demo.scotthsmith.com)
55

@@ -9,7 +9,7 @@ Please open an issue here on GitHub if you have any suggestions or problems with
99

1010
Copyright (c) 2013-2018 Scott Smith - Released under The MIT License.
1111

12-
### Compiling CSS (For Development)
12+
### Compiling Theme (For development)
1313

1414
1. Change into the root directory of the theme
1515

@@ -28,10 +28,8 @@ Copyright (c) 2013-2018 Scott Smith - Released under The MIT License.
2828

2929
`ghost restart`
3030

31-
5. Profit.
32-
33-
### Compiling CSS (For deployment)
34-
There is a gulp task to create a zip file that can be uploaded.
31+
### Compiling Theme (For deployment)
32+
There is a gulp task to create a zip file that can be uploaded to Ghost's admin.
3533

3634
1. Change into the root directory of the theme
3735

@@ -43,14 +41,11 @@ There is a gulp task to create a zip file that can be uploaded.
4341

4442
3. Run Gulp
4543

46-
`gulp build`
4744
`gulp bundle`
4845

4946
4. In your Ghost Design admin page, upload the file found in /path/to/ghost/content/themes/decode/distribution
5047

51-
5. Profit.
52-
5348

5449
### Additional Notes
5550

56-
Syntax highlighting is not supported by Decode, but you can easily inject [prism](http://prismjs.com/), or [highlightjs](https://highlightjs.org/) using the code injection tab. Consider using their respective [cdn's](https://cdnjs.com/)
51+
Syntax highlighting is not supported by Decode, but you can easily inject [prism](http://prismjs.com/), or [highlightjs](https://highlightjs.org/) using the code injection tab.

0 commit comments

Comments
 (0)