Skip to content

oliviervaillancourt/blog

Repository files navigation

This is where I keep the source for my blog which is hosted at https://oliviervaillancourt.com.

how to run locally using docker

git clone

cd blog

docker run --rm --volume="${PWD}:/srv/jekyll" -p:4000:4000 -it jekyll/jekyll:4.0 jekyll serve --force_polling

Look for updated version (4.0 in example above) tag the docker container

Attribution

For theming, I'm using the 'Centrarium' Jekyll theme from https://github.com/bencentra/centrarium.

About

This is the source code of my blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published