Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 555 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 555 Bytes

Web

The website content is created in Markdown and uses the Jekyll website generator.

In order to preview the website locally, install Jekyll, then in the directory where you checked out this project:

$ jekyll serve
…
    Server address: http://127.0.0.1:4000/
  Server running... press ctrl-c to stop.

In order to generate the static html for the site

$ jekyll build

The html is generated in the _site directory.