zealdocs.github.io
zealdocs.github.io copied to clipboard
ZealDocs.org Website
zealdocs.github.io / zealdocs.org
This repository contains source code the Zeal homepage.
Development
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.