A modern Ghost theme focused on readability and clean design. This is a fork of Simply by @godofredoninja.
-
Multiple Homepage Layouts
-
Post Formats
-
Theme Features
For complete documentation, see the docs directory.
- Download the latest release
- Log into Ghost Admin
- Go to
Settings → Design
- Scroll to
Theme
and upload the zip file
Requirements: Node, Yarn, Gulp
# Install
yarn
# Development
yarn dev
# Build
yarn build
# Create zip
yarn production
Create a .env
file with your Ghost credentials:
GHOST_API_URL=https://your-blog.com
GHOST_ADMIN_API_KEY=your_admin_api_key
Then deploy:
yarn deploy
Released under GPL-3.0-or-later. Original theme by @godofredoninja.