https://github.com/paxswill/disaster-theme-ghost
https://github.com/paxswill/disaster-theme-ghost
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paxswill/disaster-theme-ghost
- Owner: paxswill
- License: mit
- Created: 2020-08-19T14:12:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T17:46:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T03:49:53.842Z (5 months ago)
- Language: CSS
- Size: 948 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Disaster Area Theme
This is a (somewhat quick) rework of the Ghost Starter theme for my blog.
Things will probably chage, but this will work for now.# Development
Styles are compiled using Gulp/PostCSS to polyfill future CSS spec. You'll need [Node](https://nodejs.org/), [Yarn](https://yarnpkg.com/) and [Gulp](https://gulpjs.com) installed globally. After that, from the theme's root directory:
```bash
# Install
yarn# Run build & watch for changes
$ yarn dev
```Now you can edit `/assets/css/` files, which will be compiled to `/assets/built/` automatically.
The `zip` Gulp task packages the theme files into `dist/.zip`, which you can then upload to your site.
```bash
yarn zip
```# Copyright & License
Copyright (c) 2013-2020 Ghost Foundation - Released under the [MIT license](LICENSE).