Devlo Build Status

A development blog, written by two Lopez Brothers.

Integrations

Static Website Generator Pelican The minimalist Flex theme.

Install

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

Build Locally

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

Publish

  1. Run the Make publish command, as it will use the publishconf.py config file
  2. Push the commit to the master and Travis-CI will kick off a build to deploy the website