Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ScottSmith95/Decode-for-Ghost
A version of Decode made for Ghost.
https://github.com/ScottSmith95/Decode-for-Ghost
Last synced: 5 days ago
JSON representation
A version of Decode made for Ghost.
- Host: GitHub
- URL: https://github.com/ScottSmith95/Decode-for-Ghost
- Owner: ScottSmith95
- License: mit
- Created: 2013-09-21T04:54:17.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T02:29:13.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:16:49.935Z (3 months ago)
- Language: CSS
- Homepage: https://scotthsmith.com/miscellanea/decode-archive/
- Size: 3.17 MB
- Stars: 99
- Watchers: 7
- Forks: 29
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - ScottSmith95/Decode-for-Ghost - A version of Decode made for Ghost. (others)
README
# Decode for Ghost
#### [Download the latest release for Ghost here.](https://github.com/ScottSmith95/Decode-for-Ghost/releases/download/0.9.4/decode.zip)
#### [Demo](https://decode-ghost-demo.scotthsmith.com)
A minimal, modern theme, designed to be mobile first and very responsive, Decode is built just for Ghost and uses Ghost's innovative features to present a beautiful and clean blog.
Please open an issue here on GitHub if you have any suggestions or problems with the theme.
Copyright (c) 2013-2019 Scott Smith - Released under The MIT License.
### Compiling Theme (For development)
1. Change into the root directory of the theme
`cd /path/to/ghost/content/themes/decode/`
2. Install dependencies for npm
`npm ci || npm install`
3. Run Gulp
`gulp build`
4. Restart Ghost
(Only needed if ghost is running in production.)`ghost restart`
### Compiling Theme (For deployment)
There is a gulp task to create a zip file that can be uploaded to Ghost's admin.
1. Change into the root directory of the theme
`cd /path/to/ghost/content/themes/decode/`
2. Install dependencies for npm
`npm ci || npm install`
3. Run Gulp
`gulp bundle`
4. In your Ghost Design admin page, upload the file found in /path/to/ghost/content/themes/decode/distribution
### Additional Notes
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.