https://github.com/davidwarrington/erc-transcend
Website for the East Riding College Transcend Media Conference 2018
https://github.com/davidwarrington/erc-transcend
Last synced: 2 months ago
JSON representation
Website for the East Riding College Transcend Media Conference 2018
- Host: GitHub
- URL: https://github.com/davidwarrington/erc-transcend
- Owner: davidwarrington
- Created: 2018-02-25T18:06:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T10:06:00.000Z (about 7 years ago)
- Last Synced: 2025-04-01T15:54:03.824Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 22.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jekyll-Gulpified
A Jekyll-Gulp setup based on [jekyll-gulp-sass-browser-sync](https://github.com/shakyShane/jekyll-gulp-sass-browser-sync) by shakyShane.
This build uses:
* gulp-autoprefixer
* gulp-sass
* gulp-concat
* browser-sync
* bootstrap## System Preparation
Like the repo this is based upon, you will need:
1. [Jekyll](http://jekyllrb.com) - `$ gem install jekyll`
2. [NodeJS](http://npdejs.org) - use the installer.
3. [GulpJS](https://github.com/gulpjs/gulp) - `$ npm install -g gulp` (mac users may need sudo)## Local Installation
1. Clone this repo, or download it manually
2. Inside the directory, run `npm install`.## Usage
1. Run `gulp`.
2. Enjoy.