/kth-step.github.io

KTH STEP group's website

Primary LanguageRuby

KTH STEP website

This README intends to give short instructions about how to manage and update this website. If you just want to visit the website, here it is:

https://kth-step.github.io/

Important notes

When copy-pasting configuration files from around the Internet, (try to keep it legal, and) try to keep documentation and comments. No need to remove it, because that's likely that (the next-)you will have forgotten about all of this the next time that a change will have to be made. Also, try to write short comments for everything.

Running locally

# Only once, or when changing plugins
bundle install

# Rerun this when changing `_config.yml`, otherwise it's live-reloading
bundle exec jekyll serve

Documentation links

This website tries to use the minimal configuration and "technical" changes possible. That's possible thanks to this combination of tools:

Basically, if you want to update the site content or structure, go to the theme's documentation.