Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thoughtbot/ghost-theme-template
A project scaffold for building ghost themes using gulp, node-sass, & autoprefixer
https://github.com/thoughtbot/ghost-theme-template
ghost gulp template theme
Last synced: about 1 month ago
JSON representation
A project scaffold for building ghost themes using gulp, node-sass, & autoprefixer
- Host: GitHub
- URL: https://github.com/thoughtbot/ghost-theme-template
- Owner: thoughtbot
- License: mit
- Archived: true
- Created: 2014-10-20T01:55:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T22:11:04.000Z (over 5 years ago)
- Last Synced: 2024-06-21T09:24:56.425Z (6 months ago)
- Topics: ghost, gulp, template, theme
- Language: HTML
- Homepage:
- Size: 133 KB
- Stars: 89
- Watchers: 5
- Forks: 40
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - thoughtbot/ghost-theme-template - A project scaffold for building ghost themes using gulp, node-sass, & autoprefixer (gulp)
README
# Ghost Theme Template
A project scaffold for building [Ghost](http://github.com/tryghost/ghost/)
themes using Gulp, LibSass, & Autoprefixer.## Features
- Gulp integration
- Blazing fast LibSass
- Bourbon and Neat
- The amazing power of Autoprefixer
- JSHint with Stylish## Gulp Tasks
Running `gulp` will initiate the default compile task which will compile all
stylesheets using Sass and Autoprefixer, use JSHint to analyze the javascript,
and watch for changes on both.Running `gulp deploy` will recompile the theme's stylesheets, create a zip file
of the theme (excluding the `node_modules` directory), and then use
[gscan](https://github.com/TryGhost/gscan) to validate if the theme is compliant
with ghost.> [Gscan] Checks Ghost themes for errors, deprecations, best practices and looks
> to see which features are supported. Aims to generate a compatibility report
> and feature listing for themes.