forked from varia/varia.website
many many many Varia's websites, work in progress: https://many.vvvvvvaria.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luke Murphy
3fce9e0193
|
5 years ago | |
---|---|---|
3-column-plus | 5 years ago | |
old | 5 years ago | |
Makefile | 5 years ago | |
README.md | 5 years ago |
README.md
manymanymany-varia-websites
Many websites for the many.
Build the site locally
Get a local copy
$ git clone https://git.vvvvvvaria.org/varia/manymanymany-varia-websites
Choose a version
$ cd manymanymany-varia-websites/3-column-plus
System requirements
Install the system requirements (on Debian based systems):
$ sudo apt install -y python3 python3-dev python3-venv
Python requirements
Then create a virtual environment and activate it:
$ python3 -m venv .venv
$ source .venv/bin/activate
Then install the requirements:
$ pip install -r requirements.txt
Generating the site
Generate the content and run the server:
$ make devserver
Then the site is available at the following URL:
You can use make help
for the other commands.