Website and documentation
Go to file
Andros Fenollosa bff2d7a412 Add README
2024-03-01 09:49:25 +01:00
assets Update 2024-03-01 09:20:05 +01:00
.gitignore Add first page 2024-02-28 18:49:12 +01:00
one.org Update 2024-03-01 09:20:05 +01:00
onerc.el Update 2024-03-01 09:20:05 +01:00
README.md Add README 2024-03-01 09:49:25 +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.el. 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.