Add README.md

This commit is contained in:
JeremyStar™ 2025-01-08 01:10:11 +01:00
parent d7bf66d3ea
commit 6d7b0b2e69
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# StarOpenSource's webbsite
This repository contains the source code for StarOpenSource's website.
We use [Hugo](https://gohugo.io) for our website in combination
with the [Terminal](https://github.com/panr/hugo-theme-terminal) theme.
## Commands
You can run a test server using:
```bash
hugo serve -M
```
To build this site statically, invoke:
```bash
hugo
```
You'll find Hugo's output in the `out/` directory