Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrvautin/moff
Ghost theme
https://github.com/mrvautin/moff
Last synced: about 1 month ago
JSON representation
Ghost theme
- Host: GitHub
- URL: https://github.com/mrvautin/moff
- Owner: mrvautin
- License: mit
- Created: 2020-01-24T22:04:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:54:06.000Z (about 2 years ago)
- Last Synced: 2024-10-14T09:17:43.444Z (3 months ago)
- Language: CSS
- Size: 1.57 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# moff - Ghost Theme
A simple and extentable starter/template ghost theme.
# 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
```