offen.software Website https://www.offen.software
Go to file
hendr-ik 5082933f21
All checks were successful
Build / build (push) Successful in 54s
remove SITEURL tag (#17)
Reviewed-on: #17
2024-01-16 20:49:46 +01:00
.gitea/workflows Deploy assets from CI 2023-09-02 21:18:57 +02:00
build Lock base image to version used locally 2024-01-14 22:00:56 +01:00
website remove SITEURL tag 2024-01-16 20:48:51 +01:00
.editorconfig Scaffold empty pelican site 2023-09-02 20:18:29 +02:00
.gitignore Scaffold empty pelican site 2023-09-02 20:18:29 +02:00
docker-compose.yml Set up template inheritance 2023-09-03 18:46:44 +02:00
Dockerfile.python Scaffold empty pelican site 2023-09-02 20:18:29 +02:00
LICENSE Scaffold empty pelican site 2023-09-02 20:18:29 +02:00
Makefile Fix page attributes in site header 2023-09-03 17:27:39 +02:00
README.md Add basic README 2023-09-02 21:24:36 +02:00

Offen logo

Website

The www.offen.software website

This repository contains the source code for the https://www.offen.software website.


Developing the application

The development setup requires docker and docker compose to be installed.

After cloning the repository, you can build the containers and install dependencies using:

$ make setup

You can test your setup by starting the application:

$ make up

which should enable you to access the homepage at http://localhost:9001/.