Website and documentation
Go to file
Andros Fenollosa f406fec96b
Some checks failed
Gitea Actions Deploy / deploy (push) Has been cancelled
Update compose.yaml
2024-06-28 09:34:21 +02:00
.gitea/workflows Update deploy.yaml 2024-06-05 18:05:08 +02:00
assets Better website 2024-03-29 22:56:25 +01:00
raws Optimize images 2024-03-10 19:54:30 +01:00
.gitignore Add first page 2024-02-28 18:49:12 +01:00
build.el Update build.el 2024-06-24 22:10:32 +02:00
compose.yaml Update compose.yaml 2024-06-28 09:34:21 +02:00
Dockerfile Update Dockerfile 2024-06-24 22:00:00 +02:00
draft.org Optimize images 2024-03-10 19:54:30 +01:00
nginx.conf Update nginx.conf 2024-06-24 22:18:17 +02:00
one.org Add format 2024-06-04 14:27:12 +02:00
onerc.el Better website 2024-03-29 22:56:25 +01:00
README.md Fix 2024-03-01 09:50:10 +01:00

Website and documentation

This repository contains the source code for the website and documentation of Django Liveview.

It is a static website generated with one.el.

Do you want to contribute?

Edit one.org. It is a org file that contains the documentation and text of the website.

Do you want to build the website?

Install Emacs in your system.

After that, you must install the one.el package.

M-x package-install RET one.el RET

Then, open one.el and run the following command:

M-x one-build

The website will be generated in the public directory.