This is the Hawaii desktop environment Web site based on Jekyll Now.
To learn how to work on this Web site please refer to the Jekyll Now documentation.
Install the following stuff the first time:
sudo dnf install -y ruby-devel rubygem-rake rubygem-execjs rubygem-therubyracer rubygem-bundler
gem install bundler
bundle install
Serve the pages locally with:
jekyll serve
Deploy to GitHub pages with:
rake