Website of petitparser.github.io, hosted on GitHub Pages.
Ensure Jekyll's gem bin directory is on your PATH:
export PATH="$(gem env | awk -F': ' '/EXECUTABLE DIRECTORY/{print $2}'):$PATH"Start the local server with auto-regeneration and live reloading:
jekyll serve --livereloadOpen http://localhost:4000/ in your browser.
jekyll build
python3 -m http.server 4000 --directory _sitedocker run --rm -v "$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll jekyll serve