docs/README.md

28 lines
629 B
Markdown
Raw Permalink Normal View History

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](https://one.tonyaldon.com/).
## Do you want to contribute?
2024-03-01 09:50:10 +01:00
Edit `one.org`. It is a org file that contains the documentation and text of the website.
2024-03-01 09:49:25 +01:00
## Do you want to build the website?
Install Emacs in your system.
After that, you must install the `one.el` package.
```bash
M-x package-install RET one.el RET
```
Then, open `one.el` and run the following command:
```bash
M-x one-build
```
The website will be generated in the `public` directory.