IRS Satellite Software Projects Website https://absatsw.irs.uni-stuttgart.de/
Go to file
Robin Müller 8f800be5d3
well that was hard
2023-12-10 18:11:02 +01:00
archetypes init commit 2023-12-08 10:43:06 +01:00
assets well that was hard 2023-12-10 18:11:02 +01:00
content well that was hard 2023-12-10 18:11:02 +01:00
layouts well that was hard 2023-12-10 18:11:02 +01:00
static/fonts needs to be in static folder 2023-12-09 17:33:03 +01:00
themes/minimal-theme well that was hard 2023-12-10 18:11:02 +01:00
.gitignore I like this 2023-12-08 11:37:31 +01:00
LICENSE added license files 2023-12-08 14:36:13 +01:00
NOTICE added license files 2023-12-08 14:36:13 +01:00
README.md added README 2023-12-08 16:00:11 +01:00
hugo.toml well that was hard 2023-12-10 18:11:02 +01:00
package-lock.json well that was hard 2023-12-10 18:11:02 +01:00
package.json well that was hard 2023-12-10 18:11:02 +01:00

README.md

IRS Software Website

This website shows the software projects of the satellite division at the Institute of Space Systems of the University of Stuttgart.

Development

Prerequisites

  1. Install hugo
  2. Install node

Building the website

  1. Install the npm dependencies first.

    npm install
    
  2. Build the website locally.

hugo serve --open

Generating the website

The website can be built into the public folder by running

hugo