mirror of
https://github.com/Django-LiveView/docs.git
synced 2025-11-24 21:55:18 +01:00
c9061aaa07ac3c057ca847ed2218abdfdccbff48
Some checks failed
Gitea Actions Deploy / deploy (push) Has been cancelled
Added documentation for the new data-liveview-debounce attribute introduced in django-liveview 2.1.0. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Django LiveView Website and Documentation
This repository contains the source code for the website and documentation of Django LiveView v2.0.0.
It is a static website generated with one.el.
Contributing
Edit one.org - an Org mode file that contains all the documentation and website content.
Building the Website
Using Docker (Recommended)
docker compose up one-el
The website will be generated in the public directory.
Local Build
- Install Emacs in your system
- Install the
one.elpackage:M-x package-install RET one.el RET - Open
one.orgin Emacs - Run:
M-x one-build
The website will be generated in the public directory.
Serving Locally
docker compose up nginx
Then visit http://localhost:9100
Description
Languages
Emacs Lisp
52.7%
CSS
46.3%
Dockerfile
1%