No description
Find a file
rncdonalds 8d31b15a3f
Some checks failed
Docker Build and Push / docker (push) Failing after 1m47s
Update actions
2025-10-15 17:47:22 -07:00
.forgejo/workflows Update actions 2025-10-15 17:47:22 -07:00
archetypes Initial commit 2025-09-26 22:19:39 -07:00
static Initial commit 2025-09-26 22:19:39 -07:00
themes/LucentLink-Hugo Links to two new services 2025-10-15 17:12:31 -07:00
.gitignore Initial commit 2025-09-26 22:19:39 -07:00
composer.json Initial commit 2025-09-26 22:19:39 -07:00
composer.lock Initial commit 2025-09-26 22:19:39 -07:00
Dockerfile Readme and dockerfile 2025-09-26 23:59:10 -07:00
hugo.toml Initial commit 2025-09-26 22:19:39 -07:00
openrouter-proxy.php Initial commit 2025-09-26 22:19:39 -07:00
README.md Readme and dockerfile 2025-09-26 23:59:10 -07:00

rncdonalds homepage

Overview

Static HTML files are generated using Hugo, but there is one API endpoint that requires PHP. Document root will be located at /public after Hugo builds the site.

Based off of the LucentLink-Hugo theme.

Needs a .env file with the OPENROUTER_API_KEY variable set. Feel free to make the credit limit $0.0001, it will just make free calls to an LLM to generate taglines for the site, up to once per minute.

Setup with Docker

docker build -t hugo-site .
docker run -p 1313:80 hugo-site

Go to http://localhost:1313 to view the site.