IRS Satellite Software Projects Website
https://absatsw.irs.uni-stuttgart.de/
archetypes | ||
assets | ||
content | ||
layouts/partials | ||
themes/minimal-theme | ||
.gitignore | ||
hugo.toml | ||
LICENSE | ||
NOTICE | ||
package-lock.json | ||
package.json | ||
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
Building the website
-
Install the npm dependencies first.
npm install
-
Build the website locally.
hugo serve --open
Generating the website
The website can be built into the public
folder by running
hugo