Skip to content

hylo-lang/hylo-lang.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hylo website

This repository contains Hylo's website, which you can browse here.

Infrastructure

The reference is developed as a Jekyll website, currently being served by GitHub Pages.

Running a local server

If you are able to install the necessary parts for jekyll,

bundle exec jekyll serve -l

will start a server for the site at http://localhost:4000.