Jobs website generated with Python Pelican with Nest theme.
pip install pelican --user
pip install Markdown --user
pip install ghp-import --user
For more details, check Pelican docs
mkdir -p output
git clone git@github.com:celtec/celtec-custom-nest.git /path/for/celtec/custom/nest/theme
pelican-themes -s /path/for/celtec/custom/nest/theme
This will symlink our custom theme with pelican
.
./develop_server.sh start
Then access localhost:8000
To stop server just run:
./develop_server.sh stop
pelican content/ -o output/ -s publishconf.py
ghp-import -b master output/
git push origin master
Or just run:
./publish