LibreSolar / learn.libre.solar

Building DC Energy Systems (OER)
https://learn.libre.solar
Creative Commons Attribution Share Alike 4.0 International
15 stars 15 forks source link

Building DC Energy Systems

This repository hosts an Open Educational Resource (OER) for Building DC Energy Systems, built with VuePress.

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

For local deployment install VuePress v1 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

Graphs

Colors

Only the following colors should be used:

Dark blue (Libre Solar logo color) 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)