No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| archetypes | ||
| static | ||
| themes/LucentLink-Hugo | ||
| .gitignore | ||
| composer.json | ||
| composer.lock | ||
| Dockerfile | ||
| hugo.toml | ||
| openrouter-proxy.php | ||
| README.md | ||
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.