Skip to content

pegasy/glyphs.wf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b72f2ff · Apr 6, 2024
Aug 14, 2020
Aug 2, 2020
Jul 24, 2022
Apr 6, 2024
Aug 3, 2020
Aug 3, 2020
Aug 8, 2019
Jan 16, 2020
Aug 31, 2018
Sep 1, 2018
Feb 2, 2018
Aug 31, 2018
Aug 2, 2020
Aug 4, 2020
Jan 14, 2019
Aug 3, 2020
Aug 14, 2020
Jan 16, 2020
Jan 16, 2020
Oct 11, 2018
Jan 16, 2020

Repository files navigation

glyphs.wf

How to run jekyll in docker for testing locally

This requires that you have already have installed docker (and changed it to use use linux containers if you are on windows).

Dont forget to change the path to where you cloned the repository to (E:\code\git\WFRSB\docs).

docker run --rm --label=jekyll --env POLLING=true --env VERBOSE=true --volume=E:\code\git\glyphs.wf:/srv/jekyll -it -p 4000:4000 jekyll/jekyll jekyll serve

Then open your favorite browser and point it to http://localhost:4000/.

Press ctrl + c to exit / close it.