| assets | ||
| partials | ||
| .gitignore | ||
| author.hbs | ||
| default.hbs | ||
| gulpfile.js | ||
| home.hbs | ||
| index.hbs | ||
| LICENSE | ||
| package.json | ||
| page.hbs | ||
| post.hbs | ||
| README.md | ||
| tag.hbs | ||
| yarn.lock | ||
SKH.news Ghost Theme
This repository holds the source code for the custom theme used for the Stuff Keeps Happening newsletter website, powered by Ghost.
This theme is forked from Source, and is licensed the same as Source (MIT).
The goal of this theme is to slightly tweak the Source theme to better fit the specific needs of SKH.news, and is not intended as a general use theme.
Developing
First, set up a local Ghost install using the ghost CLI.
After cloning the repo, set up the dependencies:
yarn install
Run in development mode (auto-build changes) with
yarn dev
Deploy
To build the theme into a .zip file for uploading to Ghost's control panel, use:
yarn zip
License
Original Source theme is Copyright (c) 2013-2025 Ghost Foundation - Released under the MIT license.
SKH theme modifications are Copyright (c) 2025 Rustic Arcade, LLC - Released under the MIT license.