reederz / reederz.com

https://reederz.com
0 stars 0 forks source link

reederz.com

Powered by Pelican and hosted on GitHub Pages.

# Setup requirements
virtualenv --no-site-packages venv
source venv/bin/activate
pip install -r requirements.txt

# Download themes and plugins
git clone --recursive https://github.com/getpelican/pelican-themes ../pelican-themes
wget -O ../pelican-themes/voidy-bootstrap/static/css/bootstrap.min.css https://bootswatch.com/3/cosmo/bootstrap.min.css
git clone --recursive https://github.com/getpelican/pelican-plugins ../pelican-plugins

# Build and run
make html
make devserver