Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/InternetFreedomFoundation/ghost-sti
- Owner: InternetFreedomFoundation
- Created: 2019-02-11T07:16:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T12:12:52.000Z (over 2 years ago)
- Last Synced: 2024-08-08T18:23:28.476Z (5 months ago)
- Topics: ghost-theme, handlebars
- Language: Handlebars
- Homepage: https://savetheinternet.in
- Size: 317 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - InternetFreedomFoundation/ghost-sti - Ghost theme for savetheinternet.in (others)
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.