This repository contains the source code for the course website of the Data-Driven Life Sciences course at KTH Royal Institute of Technology.
See the website at https://ddls.aicell.io.
Make sure you have hugo and go installed. On MacOS you can install them using brew:
brew install hugo
brew install goRun the following command to start a local development server:
hugo serverIf you came across the following error:
Error: command error: failed to create config from modules config: unknown output format "redirects" for kind "home"
Do the following:
rm -rf $TMPDIR/hugo_cache/
hugo mod get
hugo serverSee here: https://wowchemy.com/docs/hugo-tutorials/troubleshooting/#error-failed-to-resolve-output-format