Awesome
Technology-Carbon-Standard
This is the repository for the Technology Carbon Standard Website available at: www.techcarbonstandard.org created by Scott Logic Ltd.
A proposed Technology Carbon Standard that aims to provide a unified standard for understanding, quantifying, and reducing carbon emissions from an organisation's technology landscape. A component of a holistic Technology Sustainability Framework (that covers more sustainability considerations).
Running a Local Environment
Setting up your local environment you will need to install Ruby and NodeJS. Once installed run the following commands to install the project dependencies: npm install
and bundle install
.
To run a local environment use:
bundle exec jekyll serve
. This will start a local server running the website on http://localhost:4000/.
Add --livereload
to live reload the page on file save.
Creative Commons
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">Technology Carbon Standard</span> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://www.scottlogic.com/">Scott Logic</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a></p>