ankurankan / ankurankan.github.io-source

Source for blog at ankurankan.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source for http://ankurankan.github.io

This repository contains the source for http://ankurankan.github.io/. Adapted from http://jakevdp.github.io/

Building the Blog

Clone the repository & make sure submodules are included

$ git clone https://github.com/ankurankan/ankurankan.github.io-source.git
$ git submodule update --init --recursive

Install the required packages:

$ conda create -n pelican-blog python=3.5 jupyter notebook
$ source activate pelican-blog
$ pip install pelican Markdown ghp-import

Build the html and serve locally:

$ make html
$ make serve
$ open http://localhost:8000

Deploy to github pages

$ make publish-to-github

About

Source for blog at ankurankan.github.io


Languages

Language:HTML 90.8%Language:CSS 4.3%Language:Less 2.0%Language:Makefile 1.5%Language:Python 0.7%Language:Shell 0.7%