An open API service indexing awesome lists of open source software.

https://github.com/theskumar/blog

Source code of my blog built using pelican.
https://github.com/theskumar/blog

Last synced: about 1 year ago
JSON representation

Source code of my blog built using pelican.

Awesome Lists containing this project

README

          

# My Blog

[![Build Status](https://travis-ci.org/theskumar/blog.svg?branch=master)](https://travis-ci.org/theskumar/blog)

Built with [Pelican][1]

## Setup

```shell
git clone --recursive git@github.com:theskumar/blog.git theskumar-blog && cd theskumar-blog

# activate virtualenv
virtualenv venv && source venv/bin/activate

# install the depenciences
pip install -r requirements.txt

```

The blog uses [pelican-svbtle-responsive][2] theme.

## License

Creative Commons License


This work by Saurabh Kumar is licensed under a Creative Commons Attribution 4.0 International License.

[1]: http://docs.getpelican.com/
[2]: https://github.com/theskumar/pelican-svbtle-responsive