IRS Satellite Software Projects Website https://absatsw.irs.uni-stuttgart.de/
Go to file
2023-12-11 15:02:15 +01:00
archetypes init commit 2023-12-08 10:43:06 +01:00
assets DONE 2023-12-11 14:02:31 +01:00
automation add CI 2023-12-11 14:46:13 +01:00
content ignore book folder in sat-rs 2023-12-11 15:02:15 +01:00
layouts DONE 2023-12-11 14:02:31 +01:00
static add favicon 2023-12-11 10:12:43 +01:00
themes/minimal-theme now only the boxes for mobile remain 2023-12-11 12:22:12 +01:00
.gitignore I like this 2023-12-08 11:37:31 +01:00
hugo.toml better looking tags 2023-12-11 10:53:38 +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
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 added README 2023-12-08 16:00:11 +01:00

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