Skip to content

hylo-lang/hylo-lang.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Setting up the environment

To set up the dependencies, you need to have Ruby and the Bundler package manager installed (gem install bundler). Alternatively, you can also use a devcontainer to set up a VM with all the required dependencies, and have a nicely integrated coding enviroment.

Then, you can run

bundle install

to resolve and download the project's dependencies.

You can start the local server by

bundle exec jekyll serve -l

which makes the site available at http://localhost:4000.