|
11 months ago | |
---|---|---|
3colplus | 11 months ago | |
old | 11 months ago | |
toolbox | 11 months ago | |
README.md | 11 months ago | |
publish | 11 months ago |
Many websites for the many.
$ git clone https://git.vvvvvvaria.org/varia/manymanymany-varia-websites
$ cd manymanymany-varia-websites
$ cp -R old myexperiment
That's all! Promise!
Once you push your changes a Git hook should generate the new site for you.
If you want to build the site locally, follow the steps below.
Choose a site.
$ cd 3colplus
Create a virtual environment and activate it.
$ python3 -m venv .venv
$ source .venv/bin/activate
Install the requirements.
$ pip install -r requirements.txt
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.