StarOpenSource's main website https://staropensource.de
Find a file
2025-01-08 01:10:11 +01:00
content Update project information 2024-11-30 14:54:37 +01:00
static Update theme 2025-01-07 20:53:05 +01:00
themes Update theme 2025-01-07 20:53:05 +01:00
.gitignore Update configuration 2025-01-07 20:52:59 +01:00
.gitmodules Update theme and site 2023-09-02 00:10:28 +02:00
hugo.toml Enable centerTheme option 2025-01-07 20:54:23 +01:00
LICENSE Add missing LICENSE file 2023-09-11 00:34:19 +02:00
README.md Add README.md 2025-01-08 01:10:11 +01:00

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