Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/InternetFreedomFoundation/ghost-sti

Ghost theme for savetheinternet.in
https://github.com/InternetFreedomFoundation/ghost-sti

ghost-theme handlebars

Last synced: about 2 months ago
JSON representation

Ghost theme for savetheinternet.in

Awesome Lists containing this project

README

        

# 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
$ yarn install
$ yarn dev
```

Now you can edit `/assets/css/` files, which will be compiled to `/assets/built/` automatically.