This repository contains source code the Zeal homepage.
To build this static site, you need the following dependencies:
jekyll
(v3.1.6
from Ubuntu 18.04 works correctly)
To perform a one-off build, run:
jekyll build
To build any time a source code file changes and locally host the results at http://127.0.0.1:4000/
, run:
jekyll serve
For more information on jekyll usage, see the official jekyll documentation.