Skip to content

Code-at-LTH/code-at-lth.github.io

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date
Apr 25, 2018
Mar 6, 2025
Sep 11, 2024
Mar 6, 2025
Oct 10, 2020
Mar 6, 2025
Mar 6, 2025
Nov 25, 2019
Sep 23, 2024
Mar 26, 2020
Feb 17, 2022
Sep 18, 2018
May 12, 2021
May 12, 2021
Sep 23, 2024
Mar 6, 2025
Jan 24, 2020
Mar 6, 2025
Mar 6, 2025
Feb 15, 2023
Mar 13, 2019

Repository files navigation

Code@LTH Website

The official Code@LTH website.

It currently lives at codeatlth.org. There is also a shortcut up at lth.se/code.

Development

Whenever a new commit is made GitHub automatically updates the site (might take a few minutes).

If you have any issues getting things up and running, contact an existing contributor.

If you want to help develop the site, download and install Jekyll which this site uses for static page generation.

How to get started

  1. Install dependencies
    1. For Ubuntu/Debian:
      1. sudo apt-get install ruby ruby-dev make rake build-essential
    2. For macOS:
      1. Install homebrew
      2. brew install ruby
  2. gem install jekyll webrick jekyll-redirect-from
  3. Clone this repository
  4. cd into the directory
  5. bundle install
  6. Run make dev
  7. Open up localhost:4000 in your webbrowser.

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.

Current status of issues

Stories in Ready ![Stories in Progress](https://badge.waffle.io/Code-at-LTH/code-at-lth.github.io.png?label=in progress&title=In Progress)