IRS Satellite Software Projects Website https://absatsw.irs.uni-stuttgart.de/
Go to file
2023-12-08 18:35:32 +01:00
archetypes init commit 2023-12-08 10:43:06 +01:00
assets added univers font folder 2023-12-08 16:04:31 +01:00
content now, how to do these grids.. 2023-12-08 18:35:32 +01:00
layouts now, how to do these grids.. 2023-12-08 18:35:32 +01:00
themes/minimal-theme continuing 2023-12-08 17:53:31 +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