Skip to content

TinkerSoc/TinkerWebJekyll

 
 

Repository files navigation

TinkerSoc Website

TinkerSoc uses a static website, built with Jekyll, which is a ruby gem for building static websites. Currently jekyll does not work on Windows, and windows isn't a supported platform - so it is highly recomended you run the build system on a *NIX platform.

Pre-requisites

You will need:

  • ruby (>=2.0.1)
  • imagemagick
  • mini_magick gem install mini_magick
  • jekyll gem install jekyll

Building the website

jekyll build -c _local.yml,config.yml

If you want to view the website in a webrowser too, then use

jekyll server -c _local.yml,config.yml

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.6%
  • Ruby 17.3%
  • JavaScript 9.2%
  • CSS 8.8%
  • Other 4.1%