website/README.md
2025-01-08 01:10:11 +01:00

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