metc / electrical-age.github.io

Official Electrical-Age website

Home Page:https://electrical-age.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Official Electrical-Age website Build Status

FOSSA Status

This is the source code of the official Electrical-Age/ElectricalAge website available online at https://electrical-age.net.

The code source of the mod is available in the Electrical-Age/ElectricalAge repository.

Jekyll

The website is based on Jekyll. Before getting started, you'll need to install:

  1. Ruby
  2. Bundler
  3. ImageMagick - Tested with 6.9.1-3-Q16, see this installing guide

Then, run the following command to install Jekyll and the required gems:

$ ./script/install.sh

Or install them manually:

$ gem update
$ gem install jekyll
$ gem install rmagick -- '--with-opt-dir="[path to ImageMagick]"'
$ gem install jekyll-responsive_image
$ jekyll serve

Finally, run the ./script/server.sh script from the root folder to build and serve Jekyll locally. Navigate to http://localhost:4000 to see the website.

License

The source code of this mod is licensed under the LGPL V3.0 licence. See http://www.gnu.org/copyleft/lesser.html for more informations.

All graphics and 3D models are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/.

FOSSA Status

About

Official Electrical-Age website

https://electrical-age.net/

License:Other


Languages

Language:HTML 45.3%Language:CSS 26.0%Language:Ruby 24.9%Language:Shell 3.4%Language:Nix 0.6%