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.
-
Change into the root directory of the theme
cd /path/to/ghost/content/themes/decode/
-
Install dependencies for npm
npm ci || npm install
-
Run Gulp
gulp build
-
Restart Ghost (Only needed if ghost is running in production.)
ghost restart
There is a gulp task to create a zip file that can be uploaded to Ghost's admin.
-
Change into the root directory of the theme
cd /path/to/ghost/content/themes/decode/
-
Install dependencies for npm
npm ci || npm install
-
Run Gulp
gulp bundle
-
In your Ghost Design admin page, upload the file found in /path/to/ghost/content/themes/decode/distribution
Syntax highlighting is not supported by Decode, but you can easily inject prism, or highlightjs using the code injection tab.