This is the Jekyll source for the glfw.org website.
The sources for this website are under the zlib/libpng license, the same as the library.
Having Docker installed, spinning up a local Jekyll development server is as easy as running:
docker-compose up
Having Ruby properly installed and configured on your machine, these Ruby gems should be manually installed as well:
gem install jekyll jekyll-seo-tag jekyll-sitemap rouge
Finally start the Jekyll development server by running:
jekyll serve
Note: Please set JEKYLL_ENV=production
environment variable before running
production build.