A Ghost blog theme, modified from Casper. The main design is inspired by Aquila.
Demo: my blog
Moved to docs/screenshot.md
- Minimalist design, less is more.
- Syntax highlighting.
- Responsive deign.
- Quote with author supported.
- Image caption supported.
- Image alignment supported.
- Image gallery supported.
- Google Analytics service.
- Duoshuo comment service.
- Disqus comment service.
- All Optional services can be configured in the Ghost admin page, you don't have to manually modify the code.
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.
- Download this theme from Github release page, and extract the files to the Ghost's theme folder:
content/themes. - Restart Ghost:
pm2 restart ghost(assuming you're using pm2) - In the Ghost admin page, navigate to
Generalsection, change the theme todecent - In the Ghost admin page, navigate to
Code Injectionsection, add some configurations, for example, add Google Analytics service or Duoshuo comment service. - Everything is done. Just visit your blog's home page to enjoy the theme.
- Fork this project, and clone it to Ghost theme's folder.
- Run
npm installto install dependencies. - Run
gulpto 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