This repository contains the fabuloos’ website (fabuloos.org).
The website is powered by Jekyll. In order to build it you’ll have to install Jekyll first:
gem install jekyllOr simply launch the _jekyll.command, it will install everything your need.
Then, you have two options:
- Launch
build.command(double-clicking might work depending on your platform).
The script will install the dependencies and build the website. - Open a terminal console, browse to the folder and launch:
jekyll buildto build the website,jekyll build --watchto build the website and keep watching the files for modifications,jekyll server --watchto build, watch and create a webserver (0.0.0.0:4000).