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
ebccea5984
|
5 years ago | |
---|---|---|
3colplus | 5 years ago | |
old | 5 years ago | |
toolbox | 5 years ago | |
README.md | 5 years ago | |
publish | 5 years ago |
README.md
manymanymany-varia-websites
Many websites for the many.
Make your own
$ 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.
Build the site locally
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.