Skip to content

mulles/libresolar.github.io

 
 

Repository files navigation

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

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 38.7%
  • HTML 32.6%
  • JavaScript 27.1%
  • Ruby 1.6%