Skip to content

anthr76/anthony-rabbito-web

Repository files navigation

Jekyll site CI

anthony-rabbito-web

Generating from Docker

git clone https://github.com/anthr76/anthony-rabbito-web.git
Building from scratch
docker run --rm --volume="$PWD:/srv/jekyll" -it jekyll/jekyll jekyll build
Serving local webserver with drafts
docker run --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll jekyll serve --watch --drafts

Generating on bare-metal

From Jekyll