many many many Varia's websites, work in progress: https://many.vvvvvvaria.org
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Luke Murphy ebccea5984
Improve the README structure
il y a 4 ans
3colplus secret msg il y a 4 ans
old messing with content md pages il y a 4 ans
toolbox adding a toolbox il y a 4 ans
README.md Improve the README structure il y a 4 ans
publish Use right command il y a 4 ans

README.md

manymanymany-varia-websites

Many websites for the many.

https://many.vvvvvvaria.org

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:

http://localhost:8000

You can use make help for the other commands.