A Ghost blog theme, modified from Casper. The main design is inspired by Aquila.
Demo: my blog
Since v3.x this theme is fully support Ghost v1.x, and will no longer compatible with Ghost v0.x version. If you want to use this theme under Ghost v0.x version, please look at previous release, all v2.x and v1.x release should work well under Ghost v0.8 ~ Ghost v0.11. If you want to hack into the source code, please checkout the ghost-v0.x
branch. The master branch will reflects the latest development.
Moved to docs/screenshot.md
content/themes
.pm2 restart ghost
(assuming you're using pm2)General
section, change the theme to decent
Code Injection
section, add some configurations, for example, add Google Analytics service or Duoshuo comment service.This theme support some custom styles, it enable you to write some cool styles in markdown, such as image caption, image alignment and so on. The detailed documentation can be found at docs/writing-markdown.md.
npm install
to install dependencies.gulp
to start development(make sure your Ghost is running, and you have set decent as your Ghost's theme.)Gulp will watch your files' changes, and automatically generate the bundle file, like screen.css
and bundle.min.js
. So you don't need to build these files by yourself. And when the bundle file changes, the browser will automatically reload itself, to see the latest changes.
MIT