IRS Satellite Software Projects Website https://absatsw.irs.uni-stuttgart.de/
Go to file
2023-12-09 19:52:32 +01:00
archetypes init commit 2023-12-08 10:43:06 +01:00
assets integrate the image 2023-12-09 18:27:09 +01:00
content buttons working but the duplication is horrible 2023-12-09 19:30:31 +01:00
layouts fianlly it works 2023-12-09 19:52:32 +01:00
static/fonts needs to be in static folder 2023-12-09 17:33:03 +01:00
themes/minimal-theme fianlly it works 2023-12-09 19:52:32 +01:00
.gitignore I like this 2023-12-08 11:37:31 +01:00
brand.html fianlly it works 2023-12-09 19:52:32 +01:00
hugo.toml fianlly it works 2023-12-09 19:52:32 +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 I like this 2023-12-08 11:37:31 +01:00
package.json I like this 2023-12-08 11:37:31 +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