Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 643 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 643 Bytes

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