LibreSolar / libresolar.github.io

Libre Solar website built with VuePress
https://libre.solar
Creative Commons Attribution Share Alike 4.0 International
4 stars 9 forks source link

Libre Solar website

This repository hosts the Libre Solar website (https://libre.solar) built with VuePress.

You can contribute by cloning the repository to your private GitHub workspace and sending pull-requests with upates you made.

For local deployment run the following commands:

npm install
npm run dev

install VuePress and run yarn docs:dev in the root directory of this repository. Afterwards, you can see the result in your favourite web browser at http://localhost:8080.

Style Guide

Git usage

Text

Images

If possible, images should be in Inkscape SVG (scalable vector graphics) format. All modern browsers can embed SVG images directly. This allows others to edit the images. JPEG is only allowed for photos, not for graphs.

JavaScript coding style

Colors (preliminary)

Only the following colors should be used:

Dark blue for headers and highlighting

#005e85 #005e85 / rgb(0, 94, 133)

Light blue

#5c9aaf #5c9aaf / rgb(92, 154, 175)

Yellow as contrast to blue colors

#fbbe59 #fbbe59 / rgb(251, 190, 89)

Dark grey

#262626 #262626 / rgb(38, 38, 38)

Medium grey

#6b6b6b #6b6b6b / rgb(107, 107, 107)

Light grey

#d3d5cc #d3d5cc / rgb(211, 213, 204)