An open API service indexing awesome lists of open source software.

https://github.com/paxswill/disaster-theme-ghost


https://github.com/paxswill/disaster-theme-ghost

Last synced: 4 months ago
JSON representation

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).