A brutalist static landing page built with:
- Caddy - Fast, modern web server with automatic HTTPS
- HTMX - High power tools for HTML
- DaisyUI - Tailwind CSS component library
- Brutalist Design - Raw, honest aesthetic
# Using Docker
docker build -t example-app-static .
docker run -p 8080:80 example-app-static
# Or with Caddy directly
caddy run --config Caddyfile --adapter caddyfile- Push this repo to GitHub
- Connect your GitHub account on Dalang.io
- Select this repository and deploy
- Set port to
80(or use the PORT environment variable)
PORT- The port Caddy listens on (default: 80)
MIT