Andros Fenollosa 4076821faa Add Loading Indicator documentation section
Documents the SPA navigation loading bar pattern using click event
capture on navigate_* handlers and MutationObserver on #main-content.
2026-02-18 08:10:33 +01:00
2024-03-10 19:54:30 +01:00
2025-12-30 16:14:31 +01:00
2025-12-27 10:32:21 +01:00
2026-02-03 12:38:09 +01:00
2024-06-24 22:00:00 +02:00
2024-06-24 22:18:17 +02:00

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

docker compose up one-el

The website will be generated in the public directory.

Local Build

  1. Install Emacs in your system
  2. Install the one.el package:
    M-x package-install RET one.el RET
    
  3. Open one.org in Emacs
  4. 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
Website and documentation
Readme 3.6 MiB
Languages
HTML 53%
Emacs Lisp 35.5%
CSS 11.4%
Dockerfile 0.1%