Website and documentation
Go to file
Andros Fenollosa 60b3b5f7f9
Some checks are pending
Gitea Actions Deploy / deploy (push) Waiting to run
Update nginx.conf
2024-06-24 17:42:09 +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 Add Docker build 2024-06-23 23:10:23 +02:00
compose.yaml Update compose.yaml 2024-06-24 17:33:34 +02:00
Dockerfile Add Docker build 2024-06-23 23:10:23 +02:00
draft.org Optimize images 2024-03-10 19:54:30 +01:00
nginx.conf Update nginx.conf 2024-06-24 17:42:09 +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.