docs.libre.is site
This commit is contained in:
commit
3f3725f203
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# docs.libre.is
|
||||||
|
|
||||||
|
Source code for the https://docs.libre.is documentation website.
|
||||||
|
|
||||||
|
# Build
|
||||||
|
How to build these docs.
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://code.libre.is/libre/docs.libre.is
|
||||||
|
# or
|
||||||
|
git clone git@code.libre.is:libre/docs.libre.is.git
|
||||||
|
|
||||||
|
cd docs.libre.is/
|
||||||
|
python -m venv venv
|
||||||
|
source venv/bin/activate
|
||||||
|
pip install -U pip poetry
|
||||||
|
poetry install
|
||||||
|
poetry update
|
||||||
|
make clean
|
||||||
|
make all
|
||||||
|
rsync -ultav docs/_build/html/ docs.libre.is:/var/www/html/docs.libre.is/
|
||||||
|
```
|
Loading…
Reference in a new issue