mulles / libresolar.github.io

Libre Solar website using Jekyll and Minimal Mistakes theme

Home Page:https://libre.solar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libre Solar website

Hosted on http://libre.solar.

The Libre Solar website was built using the Jekyll static site builder and the Minimal Mistakes theme by Michael Rose.

How to develop

requirements:

On a modern (Debian based) Linux system, you can get all of it like this:

# install ruby (including `gem` and git)
sudo apt-get install -z ruby git
# clone this repo to the local machine
git clone https://github.com/LibreSolar/libresolar.github.io.git
cd libresolar.github.io.git
# install bundler
gem install bundler
# install dependencies (including jekyll)
bundler install

You can now host a local version of the website with:

bundle exec jekyll serve

It should then be visible at http://127.0.0.1:4000, and will update whenever you change the sources.

About

Libre Solar website using Jekyll and Minimal Mistakes theme

https://libre.solar

License:MIT License


Languages

Language:CSS 38.7%Language:HTML 32.6%Language:JavaScript 27.1%Language:Ruby 1.6%