A development blog, written by two Lopez Brothers.
Static Website Generator Pelican The minimalist Flex theme.
Install virtualenv
pip install virtualenv
Create a virtualenv
virtualenv ~/.virtualenvs/pelican
Activate the virtualenv
source ~/.virtualenvs/pelican/bin/activate
cd into ~/.virtualenvs/pelican and install pelican + dependencies using pip:
pip install pelican Markdown typogrify
Deactive the virtualenv
deactivate
Note: if it's your first time pulling down the submodule, you'll need to use this:
git submodule update --init --recursive
Once installed, to build locally
Make html
Once built, to serve
Make serve or Make devserver
- Run the
Make publishcommand, as it will use thepublishconf.pyconfig file - Push the commit to the
masterand Travis-CI will kick off a build to deploy the website