/fredzen.github.io

Build a Jekyll blog in minutes, without touching the command line.

Primary LanguageCSSMIT LicenseMIT

This is Frederic Merizen’s blog. It runs on Jekyll. I got it rolling by starting from Jekyll Now.

Development environment

There is a standard Docker-based development environment. You start it by running ./dev-env (on linux or macos) or dev-env (on windows).

This gets you into a standard shell, and starts a jekyll server running in the background. You can visit your local Jekyll site by going to [http://localhost:4000].

Shut down the development environment by running ./dock down.