IRS Satellite Software Projects Website https://absatsw.irs.uni-stuttgart.de/
Go to file
2023-12-09 17:11:07 +01:00
archetypes init commit 2023-12-08 10:43:06 +01:00
assets come on unvers.. 2023-12-09 17:11:07 +01:00
content move some content out of the .html file 2023-12-09 02:01:11 +01:00
layouts looks good on mobile 2023-12-09 16:52:21 +01:00
themes/minimal-theme come on unvers.. 2023-12-09 17:11:07 +01:00
.gitignore I like this 2023-12-08 11:37:31 +01:00
hugo.toml that went horribly wrong 2023-12-08 17:36:51 +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