Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 754 Bytes

File metadata and controls

26 lines (20 loc) · 754 Bytes

Notes on Binnur's github.io structure

About the site

Site uses Writer Jekyll theme by adventurethemes.com

Local development

Local setup uses the latest Jekyll docker image for development and updates.

$ docker-compose up -d
$ docker-compose down
# restart required when _config.yml updated
$ docker-compose restart
# log dump when running in -d mode
$ docker-compose logs -f

Note, docker setup requires host: 0.0.0.0 in _config.yml Access: localhost:4000

Basic Workflow

  • Start docker for local development
  • Update and preview locally
  • Push the changes to remote git repo master branch, which is configured for GitHub Pages