Demos: Light Theme, Dark Theme
Simplex is heavily based on the shipped Casper theme for inspiration.
A fully responsive, easily themeable, customizable theme that is built and minified for speed.
Currently there is a dark theme and a light theme available for download.
Theme
- Sidebar
- Default & Index Templates
- Post Excerpt Template
- Compatibility with
.kg-gallery-*
- Single Post Template
- Author Template
- Category/Tags Template
- Responsiveness
- Provision for Featured Posts
- Light Theme
- Dark Theme
Meta
- Build theme off scss instead of postcss
- Setup Gulp as buildtool
- Setup Travis to verify builds with Ghost's provided
gscan
util - Break scss into understandable / maintainable partials
- Break templates (
hbs
) into understanable / maintainable partials - [?] Setup Gulp to build both the
light
anddark
themes as part of the build process - Clearer commenting
- Setup linting
- (Optional) Setup a local ghost environment.
- Clone this repo into
content/themes
- Install devDependencies
- Set your theme in
assets/screen.scss
npm run develop
When finished you can run npm run build
to output your customized theme .zip to dist
.