gost
A minimalistic Ghost blog theme for goLance blog.
Features
- clean UI based on goui
- Medium-like post images preview
- small css and js bundles. Only required stuff is included.
Structure
assets/source
— source assets like Stylus and JS filesassets/build
— generated CSS and JS bundlesassets/static
— static files served as-is
Installation
Installation is manual for now.
git clone --depth=1 https://github.com/goLance-LLC/gost.git YOUR_GHOST_FOLDER/assets/themes
cd YOUR_GHOST_FOLDER/assets/themes/gost
npm i
npm run build
# ready for use in Ghost
Now you can switch to gost
theme in Ghost admin.
Development
Running theme in development mode includes live-reloading of all assets and templates.
npm start # navigate to localhost:3100
npm run build # build assets for production. Builds are stored in assets/build.