added meetup section & theme corrections

This commit is contained in:
Salar Rahmanian 2017-04-29 17:21:48 -04:00
parent 9e6c7877e8
commit 161b3d33b3
49 changed files with 8780 additions and 48 deletions

View file

@ -1,12 +1,11 @@
+++
categories = ["python", "golang"]
Topics = ["development"]
date = "2015-11-29T07:16:53-05:00"
description = "In this post I will discuss the steps I took to migrate my blog from Pelican to Hugo."
keywords = ["pelican", "hugo", "golang", "go", "python", "blog"]
slug = "migrating-from-pelican-to-hugo"
tags = ["pelican", "hugo", "golang", "go", "python", "blog"]
title = "Migrating from Pelican to Hugo"
Description = "In this post I will discuss the steps I took to migrate my blog from Pelican to Hugo."
Keywords = ["pelican", "hugo", "golang", "go", "python", "blog"]
Slug = "migrating-from-pelican-to-hugo"
Tags = ["pelican", "hugo", "golang", "go", "python", "blog"]
Title = "Migrating from Pelican to Hugo"
+++
In this post I will discuss the steps I took to migrate my blog from [Pelican](http://blog.getpelican.com/) to [Hugo](http://gohugo.io/).