A minimalist Ghost theme with a focus on clean typography, whitespace, and giving your readers a better reading experience.
- Minimal design
- Beautiful typography
- Ready for Ghost 5.x
- HTML5 / CSS3 valid code
- 100% responsive layout
- Multi-author support
- Author page
- Google fonts
- Evil Icons for UI
- Tag page support
- Post sharing
- 404 page
- Next & previous post navigation
- Gulp & Sass source files
Typewriter uses Gulp to compile Sass. This improves the development flow, and makes it much faster.
First make sure you have Node.js and npm installed, then run the following commands in the theme root directory to install npm dependencies.
npm installTo start Gulp, run:
gulp watchThis builds the theme and watches for changes; as you edit files in the src directory, Gulp will update the build automatically.
To package the theme for upload to Ghost, run:
gulp package👉 Originally created by Aspire Themes. Visit aspirehemes.com for more Ghost, WordPress, and Jekyll themes.