lopezm1 / devlo-blog

Devlo Blog

Home Page:http://www.devlo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Devlo Blog

http://www.devlo.io


Languages

Language:Makefile 45.7%Language:Shell 32.8%Language:Python 21.5%