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.
|
2 days ago | |
---|---|---|
assets/fonts | 2 days ago | |
content | 2 weeks ago | |
logo | 3 weeks ago | |
themes/theme/templates | 7 days ago | |
.gitignore | 3 weeks ago | |
README.md | 3 weeks ago | |
pelicanconf.py | 3 weeks ago | |
publishconf.py | 3 weeks ago | |
requirements.txt | 3 weeks ago |
README.md
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.