The source code powering the allauth.org website. https://allauth.org
  • HTML 77.1%
  • JavaScript 10.9%
  • CSS 8.3%
  • Makefile 3%
  • Dockerfile 0.7%
Raymond Penners 9e97c7c9d6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: typ-o noteworthy
2026-06-13 14:44:41 +02:00
assets feat(trusted-by): Firefox Relay 2024-10-02 21:33:11 +02:00
content fix: typ-o noteworthy 2026-06-13 14:44:41 +02:00
layouts feat: sponsors 2025-11-14 16:24:03 +01:00
static feat: sponsors 2025-11-14 16:24:03 +01:00
.dockerignore
.domains fix(.domains): Add codeberg domain 2024-09-12 13:26:48 +02:00
.gitignore chore: .gitignore 2026-05-29 14:59:14 +02:00
.woodpecker.yaml chore: drop bitnami/git 2025-10-05 11:16:07 +02:00
docker-compose.yml feat: sponsors 2025-11-14 16:24:03 +01:00
Dockerfile
hugo.yaml
LICENSE docs: Add LICENSE 2024-04-19 16:02:23 +02:00
Makefile
README.org fix: allauth_org allauth->org 2024-09-12 11:50:47 +02:00

allauth.org Web Site

This is the source code to the allauth.org website.

Introduction

This website is built using the Hugo static site generator. This repository is structured according to a standard Hugo project layout, please consult the Hugo documentation for more information.

Development

To work on the website, run:

  make serve

Then, point your browser to http://localhost:8000