The official Code@LTH website.
It currently lives at code-at-lth.github.io/. There is also a shortcut up at lth.se/code.
This site might live on code.lth.se or something similar when it is mature.
If you want to help develop the site, download and install Jekyll which this site uses for static page generation. The Jekyll docs should describe well how to use it. Whenever a new commit is made with the project files GitHub automatically updates the site (might take a few minutes).
If you have any issues getting things up and running, contact an existing contributor.
Note: Always test your changes locally before pushing. If you have issues with pages not rendering properly ensure you don't have a BOM at the start of the related file. An example of a breaking such commit can be found here.
NOTE: This section is a work in progress.
It will assume you are running on an Debian based system for now (includes Ubuntu, Linux Mint).
sudo apt-get install ruby ruby-dev make rake build-essentialsudo gem install jekyll
TODO
- Install homebrew
- Something...
- Clone this repository
cdinto the directory- Run
jekyll serve --watch - Open up localhost:4000 in your webbrowser.
