414 B
414 B
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