Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LeeKyoungIl/leekyoungil.github.io
blog
https://github.com/LeeKyoungIl/leekyoungil.github.io
Last synced: 3 months ago
JSON representation
blog
- Host: GitHub
- URL: https://github.com/LeeKyoungIl/leekyoungil.github.io
- Owner: LeeKyoungIl
- Created: 2018-12-04T05:00:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T04:29:53.000Z (12 months ago)
- Last Synced: 2024-05-27T15:16:32.197Z (6 months ago)
- Language: JavaScript
- Size: 39.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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
```