Skip to content

aicell-lab/ddls-course

Repository files navigation

Course Website for Data-Driven Life Sciences

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.

Development

Make sure you have hugo and go installed. On MacOS you can install them using brew:

brew install hugo
brew install go

Run the following command to start a local development server:

hugo server

Build Error

If 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 server

See here: https://wowchemy.com/docs/hugo-tutorials/troubleshooting/#error-failed-to-resolve-output-format

About

Data-Driven Life Sciences course website

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

 
 
 

Contributors