StarOpenSource's main website
https://staropensource.de
content | ||
static | ||
themes | ||
.gitignore | ||
.gitmodules | ||
hugo.toml | ||
LICENSE | ||
README.md |
StarOpenSource's webbsite
This repository contains the source code for StarOpenSource's website. We use Hugo for our website in combination with the Terminal theme.
Commands
You can run a test server using:
hugo serve -M
To build this site statically, invoke:
hugo
You'll find Hugo's output in the out/
directory