Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bawn92/sleek_blog
A Empty template blog
https://github.com/bawn92/sleek_blog
Last synced: about 2 months ago
JSON representation
A Empty template blog
- Host: GitHub
- URL: https://github.com/bawn92/sleek_blog
- Owner: bawn92
- Created: 2016-01-05T20:39:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T22:05:36.000Z (about 6 years ago)
- Last Synced: 2023-08-15T07:03:17.412Z (over 1 year ago)
- Language: JavaScript
- Size: 5.05 MB
- Stars: 40
- Watchers: 3
- Forks: 76
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
=============================
Sleek Blog
=============================[Live Website](http://gearoidoconnor.ie)
A blog project including full setup for Jekyll, GulpJS, SASS, AutoPrefixer & BrowserSync
## System Preparation
To use this project, you'll need the following things installed on your machine.
1. [Jekyll](http://jekyllrb.com/) - `$ gem install jekyll`
2. [NodeJS](http://nodejs.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 into a directory of your choice.
2. Inside the directory, run `npm install`.## Usage
**development mode**
This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc etc.
```shell
$ gulp watch
```