mauricewipf.github.io
Running on local server
- Website is built on jekyll,
- Install Jekyll
- Run
$ jekyll serve
- Open
http://localhost:4000/
Production build
- After
$ git push
to master branch GitHub Pages build automatically forproduction
environment. - Jekyll’s environment is set to
development
by default.