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