Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamishmw/portfolio-2016
https://github.com/hamishmw/portfolio-2016
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hamishmw/portfolio-2016
- Owner: HamishMW
- Created: 2015-05-27T11:17:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T01:08:36.000Z (about 7 years ago)
- Last Synced: 2024-11-03T17:23:47.030Z (3 months ago)
- Language: CSS
- Homepage: http://hamishmw.github.io
- Size: 42.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Design Portfolio 2016
A portfolio site to showcase some of the projects I'm working on.## Dependencies
To use this project, you'll need the following things installed on your machine.
1. [Jekyll](http://jekyllrb.com/) - `$ gem install jekyll`
2. [Jekyll Sitemap](https://github.com/jekyll/jekyll-sitemap) - `$ gem install jekyll-sitemap`
3. [NodeJS](http://nodejs.org) - use the installer.
4. [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
This will give you file watching, browser synchronisation, auto-rebuild, CSS injecting etc.
```shell
$ gulp
```