New refreshed blog for 2024 using Zola

This commit is contained in:
Salar Rahmanian 2024-02-10 18:04:44 -08:00
parent a23dd16b89
commit 46c2405d9e
125 changed files with 1356 additions and 1337 deletions

View file

@ -1,11 +1,15 @@
+++
title = "Migrating from Pelican to Hugo"
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."
date = "2015-11-29T07:16:53-05:00"
[taxonomies]
tags = ["blog"]
categories = ["Blogging"]
[extra]
toc = true
keywords = ["pelican", "hugo", "golang", "go", "python", "blog"]
tags = ["hugo", "golang", "blog"]
categories = ["development"]
+++
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/).