Go to file
2023-03-25 20:42:57 -06:00
2023-03-25 20:58:20 -06:00
2023-03-25 20:42:57 -06:00
2023-03-25 20:42:57 -06:00
2023-03-07 22:45:23 -07:00
2023-03-07 22:39:25 -07:00

Solarpunk City

Development

After cloning the repo:

$ cd solarpunkcity/
$ virtualenv -p python3 env
$ source env/bin/activate
(env) $ pip install -r requirements.txt

While editing:

$ source env/bin/activate
(env) $ pelican -rl -s pelicanconf.py

To deploy:

$ source env/bin/activate
(env) $ pelican -d -s publishconf.py && rsync -rv --delete output/ solarpunkcity.org:/var/www/solarpunkcity/

Editing

Edit .md files in the content/ directory.

Place all media in the content/media/ directory. Pelican will automatically find it.

Description
No description provided
Readme 882 KiB
Languages
CSS 46.2%
HTML 34.1%
Python 19.7%