An open API service indexing awesome lists of open source software.

https://github.com/geyang/episodeyang.github.io-old

Ge Yang's portfolio
https://github.com/geyang/episodeyang.github.io-old

Last synced: 4 months ago
JSON representation

Ge Yang's portfolio

Awesome Lists containing this project

README

        

# how to develop
## 1. install gems and browserSync

run:
```shell
bundle install
npm install
npm install -g browser-sync
```

## 2. To kick start the development:

run:
```shell
npm start # this kick starts the jekyll server
npm run watch # this kick starts the browserSync proxy server, and watches the `_site` folder for updated output files.
```

## 3. To test for github page production mode

run
```shell
jekyll build --safe
```

### Notes on performance:
With the `node_module` and other library folders excluded, the jekyll watch should be very speedy.