https://github.com/openmined/openmined-ghost-theme
SOON TO BE DEPRECATED - The theme for the OpenMined and Weekly Digs blogs.
https://github.com/openmined/openmined-ghost-theme
templates writing
Last synced: 6 months ago
JSON representation
SOON TO BE DEPRECATED - The theme for the OpenMined and Weekly Digs blogs.
- Host: GitHub
- URL: https://github.com/openmined/openmined-ghost-theme
- Owner: OpenMined
- License: apache-2.0
- Created: 2018-04-25T12:14:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:54:18.000Z (about 3 years ago)
- Last Synced: 2025-06-07T00:41:13.634Z (7 months ago)
- Topics: templates, writing
- Language: SCSS
- Homepage:
- Size: 2.81 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATION NOTICE
Warning, this repository will soon be deprecated in favor of [openmined-website](https://github.com/OpenMined/openmined-website).
# OpenMined
The default theme for all OpenMined [Ghost](http://github.com/tryghost/ghost/) blogs. This is based heavily on the default Ghost theme [Casper](https://github.com/TryGhost/Casper).

# Development
Styles are compiled using SASS. We use autoprefixer, so you don't worry about writing browser prefixes of any kind, it's all done automatically with support for the latest 2 major versions of every browser. You'll need Node and Gulp installed globally. After that, from the theme's root directory:
```bash
$ yarn install
$ yarn dev
```
Now you can edit `/assets/scss/` 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 the blog of your choice.
```bash
$ yarn zip
```