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-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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)
@@ -9,7 +9,7 @@ Please open an issue here on GitHub if you have any suggestions or problems with
9
9
10
10
Copyright (c) 2013-2018 Scott Smith - Released under The MIT License.
11
11
12
-
### Compiling CSS (For Development)
12
+
### Compiling Theme (For development)
13
13
14
14
1. Change into the root directory of the theme
15
15
@@ -28,10 +28,8 @@ Copyright (c) 2013-2018 Scott Smith - Released under The MIT License.
28
28
29
29
`ghost restart`
30
30
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.
35
33
36
34
1. Change into the root directory of the theme
37
35
@@ -43,14 +41,11 @@ There is a gulp task to create a zip file that can be uploaded.
43
41
44
42
3. Run Gulp
45
43
46
-
`gulp build`
47
44
`gulp bundle`
48
45
49
46
4. In your Ghost Design admin page, upload the file found in /path/to/ghost/content/themes/decode/distribution
50
47
51
-
5. Profit.
52
-
53
48
54
49
### Additional Notes
55
50
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