Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Mappy/mappy.github.io-source

Repository files navigation

Mappy Tech Blog

image

About

That project (mappy.github.io-source) hosts source code and content for the Mappy technical blog.

The blog content is written in Markdown and is built using Pelican.

We’re using Travis to build and publish the blog into a separate project (mappy.github.io), served via Github Pages.

How to build locally

Install dependencies via pip install -r requirements.txt or apt-get install python-pelican fabric.

Use make html to transform Markdown to HTML then make serve to launch a local webserver.

You can see your work at http://localhost:8000.

How to publish

Simply push your(s) commit(s).

Travis will then build and publish your work into the output repository (mappy.github.io).

References