Vanilla OS Website
This page contains source code of the official Vanilla OS website.
Development
To run the Vanilla OS website locally, install Jekyll, the required plugins and clone this repository:
# make sure to have the requirements for jekyll installed: Ruby, RubyGems, GCC, Make
gem install jekyll bundler
gem install jekyll-feed jekyll-sitemap
git clone https://github.com/Vanilla-OS/website.git
cd websiteThen serve the site locally with:
jekyll serve