Skip to content

charlesyz/charlesyz.github.io

 
 

Repository files navigation

Charles's Personal Site

Built with Jekyll using based on Willian Justen's template

Getting Started

To work on the site, use docker-compose. Run docker-compose up and the jekyll site will be served at localhost:3000 with automated refresh.

Before working on the site, remember to change url in config.yaml to localhost:3000

Images

Put images into src/img. Check that the image has been copied to assets/. If not, run imagemin:

docker-compose up -d
# < Move image >
docker-compose exec node /bin/bash
./node_modules/gulp/bin/gulp.js imagemin

About

Charles's personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 41.4%
  • JavaScript 29.3%
  • Stylus 21.9%
  • Shell 7.4%