-
-
-
-
-
-
-
-
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..21debd5
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# Build script for Hugo site
+set -e
+
+echo "Building Hugo site..."
+hugo --gc --minify
+
+echo "Creating atom.xml from index.xml..."
+cp public/index.xml public/atom.xml
+
+echo "✓ Build complete!"
+echo ""
+echo "To check for broken links, run: htmltest"
+echo "To serve locally, run: hugo server"
diff --git a/about.md b/content/about.md
similarity index 87%
rename from about.md
rename to content/about.md
index 6704621..41d6e0b 100755
--- a/about.md
+++ b/content/about.md
@@ -1,7 +1,7 @@
---
-layout: page
title: About
-permalink: /about/
+type: page
+url: /about/
---
@@ -35,4 +35,4 @@ It's pretty easy to reach out to me. Feel free to get in touch via email: dtu[do
---
-[Blog]({{site.baseurl}}) · [GitHub](https://github.com/aktech) · [Twitter](https://twitter.com/iaktech) · [Quora](https://www.quora.com/Amit-Kumar-516) · [Gmail]()
+[Blog](/blog) · [GitHub](https://github.com/aktech) · [Twitter](https://twitter.com/iaktech) · [Quora](https://www.quora.com/Amit-Kumar-516) · [Gmail]()
diff --git a/_posts/2014-12-12-Spoj FCTRL2 Explanation and Solution.md b/content/blog/2014-12-12-Spoj FCTRL2 Explanation and Solution.md
similarity index 98%
rename from _posts/2014-12-12-Spoj FCTRL2 Explanation and Solution.md
rename to content/blog/2014-12-12-Spoj FCTRL2 Explanation and Solution.md
index 2b3c577..1742e4c 100755
--- a/_posts/2014-12-12-Spoj FCTRL2 Explanation and Solution.md
+++ b/content/blog/2014-12-12-Spoj FCTRL2 Explanation and Solution.md
@@ -1,10 +1,11 @@
---
+date: "2014-12-12"
layout: post
title: Spoj FCTRL2 Explanation and Solution
tags:
- Spoj
- Competitive Coding
-permalink: /blog/Spoj-Problem-Small-Factorials-FCTRL2-Explanation-and-Solution/
+url: /blog/Spoj-Problem-Small-Factorials-FCTRL2-Explanation-and-Solution/
---
diff --git a/_posts/2015-1-19-Migrated to Jekyll and Github Pages.md b/content/blog/2015-1-19-Migrated to Jekyll and Github Pages.md
similarity index 92%
rename from _posts/2015-1-19-Migrated to Jekyll and Github Pages.md
rename to content/blog/2015-1-19-Migrated to Jekyll and Github Pages.md
index 19351ce..5efad83 100755
--- a/_posts/2015-1-19-Migrated to Jekyll and Github Pages.md
+++ b/content/blog/2015-1-19-Migrated to Jekyll and Github Pages.md
@@ -1,10 +1,11 @@
---
+date: "2015-01-19"
layout: post
title: Migrated to Jekyll and Github Pages
tags:
- Jekyll
- Github
-permalink: /blog/Migrated-to-Jekyll-and-Github-Pages/
+url: /blog/Migrated-to-Jekyll-and-Github-Pages/
---
diff --git a/_posts/2015-2-9-Higher order functions in Python : sorted, map, reduce, filter.md b/content/blog/2015-2-9-Higher order functions in Python : sorted, map, reduce, filter.md
similarity index 97%
rename from _posts/2015-2-9-Higher order functions in Python : sorted, map, reduce, filter.md
rename to content/blog/2015-2-9-Higher order functions in Python : sorted, map, reduce, filter.md
index 5d97536..5d92f4c 100755
--- a/_posts/2015-2-9-Higher order functions in Python : sorted, map, reduce, filter.md
+++ b/content/blog/2015-2-9-Higher order functions in Python : sorted, map, reduce, filter.md
@@ -1,9 +1,10 @@
---
+date: "2015-02-09"
layout: post
title: Higher order functions in Python : sorted, map, reduce, filter
tags:
- Python
-permalink: /blog/Higher-order-functions-in-Python-sorted-map-reduce-filter/
+url: /blog/Higher-order-functions-in-Python-sorted-map-reduce-filter/
---
Python has a pretty good support for Higher order functions, we are going to learn their implementation here :bulb: .
diff --git a/_posts/2015-4-28-Google-Summer-Of-Code-with-SymPy.md b/content/blog/2015-4-28-Google-Summer-Of-Code-with-SymPy.md
similarity index 96%
rename from _posts/2015-4-28-Google-Summer-Of-Code-with-SymPy.md
rename to content/blog/2015-4-28-Google-Summer-Of-Code-with-SymPy.md
index 13bde97..1a8b8e5 100755
--- a/_posts/2015-4-28-Google-Summer-Of-Code-with-SymPy.md
+++ b/content/blog/2015-4-28-Google-Summer-Of-Code-with-SymPy.md
@@ -1,11 +1,12 @@
---
+date: "2015-04-28"
layout: post
title: Google Summer Of Code with SymPy
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/Google-Summer-Of-Code-with-SymPy/
+url: /blog/Google-Summer-Of-Code-with-SymPy/
---

diff --git a/_posts/2015-5-24-GSoC : Getting-Up-For-the-Coding-Period .md b/content/blog/2015-5-24-GSoC : Getting-Up-For-the-Coding-Period .md
similarity index 96%
rename from _posts/2015-5-24-GSoC : Getting-Up-For-the-Coding-Period .md
rename to content/blog/2015-5-24-GSoC : Getting-Up-For-the-Coding-Period .md
index 343ceab..78bab5a 100755
--- a/_posts/2015-5-24-GSoC : Getting-Up-For-the-Coding-Period .md
+++ b/content/blog/2015-5-24-GSoC : Getting-Up-For-the-Coding-Period .md
@@ -1,11 +1,12 @@
---
+date: "2015-05-24"
layout: post
title: GSoC : Getting Up For the Coding Period
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/GSoC-Getting-Up-For-the-Coding-Period/
+url: /blog/GSoC-Getting-Up-For-the-Coding-Period/
---
### **The Start of Coding Period!**
diff --git a/_posts/2015-6-1-GSoC : This week in SymPy #1.md b/content/blog/2015-6-1-GSoC : This week in SymPy #1.md
similarity index 98%
rename from _posts/2015-6-1-GSoC : This week in SymPy #1.md
rename to content/blog/2015-6-1-GSoC : This week in SymPy #1.md
index e327c41..727df13 100755
--- a/_posts/2015-6-1-GSoC : This week in SymPy #1.md
+++ b/content/blog/2015-6-1-GSoC : This week in SymPy #1.md
@@ -1,11 +1,12 @@
---
+date: "2015-06-01"
layout: post
title: GSoC : This week in SymPy #1
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/GSoC-week-1/
+url: /blog/GSoC-week-1/
---
Hi there! The First week of the coding period has came to an end, this week has been very hectic for me due to my practicals and Minor project submission at college, though I mananged to reach the goal for this week.
diff --git a/_posts/2015-6-17-GSoC : This week in SymPy #3.md b/content/blog/2015-6-17-GSoC : This week in SymPy #3.md
similarity index 98%
rename from _posts/2015-6-17-GSoC : This week in SymPy #3.md
rename to content/blog/2015-6-17-GSoC : This week in SymPy #3.md
index 8a3ef74..e5ef22a 100755
--- a/_posts/2015-6-17-GSoC : This week in SymPy #3.md
+++ b/content/blog/2015-6-17-GSoC : This week in SymPy #3.md
@@ -1,11 +1,12 @@
---
+date: "2015-06-17"
layout: post
title: GSoC : This week in SymPy #3
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/GSoC-week-3/
+url: /blog/GSoC-week-3/
---
Hi there! It's been three weeks into [GSoC](https://en.wikipedia.org/wiki/Google_Summer_of_Code), & I have managed to get some pace.
diff --git a/_posts/2015-6-23-GSoC : This week in SymPy #4 & 5.md b/content/blog/2015-6-23-GSoC : This week in SymPy #4 & 5.md
similarity index 98%
rename from _posts/2015-6-23-GSoC : This week in SymPy #4 & 5.md
rename to content/blog/2015-6-23-GSoC : This week in SymPy #4 & 5.md
index 2d1f811..b9981bf 100755
--- a/_posts/2015-6-23-GSoC : This week in SymPy #4 & 5.md
+++ b/content/blog/2015-6-23-GSoC : This week in SymPy #4 & 5.md
@@ -1,11 +1,12 @@
---
+date: "2015-06-23"
layout: post
title: GSoC : This week in SymPy #4 & #5
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/GSoC-week-4-5/
+url: /blog/GSoC-week-4-5/
---
Hi there! It's been five weeks into [GSoC](https://en.wikipedia.org/wiki/Google_Summer_of_Code),
diff --git a/_posts/2015-6-7-GSoC : This week in SymPy #2 .md b/content/blog/2015-6-7-GSoC : This week in SymPy #2 .md
similarity index 97%
rename from _posts/2015-6-7-GSoC : This week in SymPy #2 .md
rename to content/blog/2015-6-7-GSoC : This week in SymPy #2 .md
index 7f6056e..232906b 100755
--- a/_posts/2015-6-7-GSoC : This week in SymPy #2 .md
+++ b/content/blog/2015-6-7-GSoC : This week in SymPy #2 .md
@@ -1,11 +1,12 @@
---
+date: "2015-06-07"
layout: post
title: GSoC : This week in SymPy #2
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/GSoC-week-2/
+url: /blog/GSoC-week-2/
---
Hi there! It's been two weeks into GSoC, & I have managed to flip some bits.
diff --git a/_posts/2015-7-15-GSoC : This week in SymPy #7.md b/content/blog/2015-7-15-GSoC : This week in SymPy #7.md
similarity index 98%
rename from _posts/2015-7-15-GSoC : This week in SymPy #7.md
rename to content/blog/2015-7-15-GSoC : This week in SymPy #7.md
index dbd2eb8..e9cb34d 100755
--- a/_posts/2015-7-15-GSoC : This week in SymPy #7.md
+++ b/content/blog/2015-7-15-GSoC : This week in SymPy #7.md
@@ -1,11 +1,12 @@
---
+date: "2015-07-15"
layout: post
title: GSoC : This week in SymPy #7
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/GSoC-week-7/
+url: /blog/GSoC-week-7/
---
Hi there! It's been seven weeks into [GSoC](https://en.wikipedia.org/wiki/Google_Summer_of_Code)
diff --git a/_posts/2015-7-21-GSoC : This week in SymPy #8.md b/content/blog/2015-7-21-GSoC : This week in SymPy #8.md
similarity index 98%
rename from _posts/2015-7-21-GSoC : This week in SymPy #8.md
rename to content/blog/2015-7-21-GSoC : This week in SymPy #8.md
index e5c3be3..82c1a7b 100755
--- a/_posts/2015-7-21-GSoC : This week in SymPy #8.md
+++ b/content/blog/2015-7-21-GSoC : This week in SymPy #8.md
@@ -1,11 +1,12 @@
---
+date: "2015-07-21"
layout: post
title: GSoC : This week in SymPy #8
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/GSoC-week-8/
+url: /blog/GSoC-week-8/
---
Hi there! It's been eight weeks into [GSoC](https://en.wikipedia.org/wiki/Google_Summer_of_Code)
diff --git a/_posts/2015-7-28-GSoC : This week in SymPy #9.md b/content/blog/2015-7-28-GSoC : This week in SymPy #9.md
similarity index 98%
rename from _posts/2015-7-28-GSoC : This week in SymPy #9.md
rename to content/blog/2015-7-28-GSoC : This week in SymPy #9.md
index 0995fed..4587504 100755
--- a/_posts/2015-7-28-GSoC : This week in SymPy #9.md
+++ b/content/blog/2015-7-28-GSoC : This week in SymPy #9.md
@@ -1,11 +1,12 @@
---
+date: "2015-07-28"
layout: post
title: GSoC : This week in SymPy #9
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/GSoC-week-9/
+url: /blog/GSoC-week-9/
---
Hi there! It's been nine weeks into [GSoC](https://en.wikipedia.org/wiki/Google_Summer_of_Code)
diff --git a/_posts/2015-7-6-GSoC : This week in SymPy #6.md b/content/blog/2015-7-6-GSoC : This week in SymPy #6.md
similarity index 98%
rename from _posts/2015-7-6-GSoC : This week in SymPy #6.md
rename to content/blog/2015-7-6-GSoC : This week in SymPy #6.md
index a7243fe..b6e04e5 100755
--- a/_posts/2015-7-6-GSoC : This week in SymPy #6.md
+++ b/content/blog/2015-7-6-GSoC : This week in SymPy #6.md
@@ -1,11 +1,12 @@
---
+date: "2015-07-06"
layout: post
title: GSoC : This week in SymPy #6
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/GSoC-week-6/
+url: /blog/GSoC-week-6/
---
Hi there! It's been six weeks into [GSoC](https://en.wikipedia.org/wiki/Google_Summer_of_Code),
diff --git a/_posts/2015-8-11-GSoC : This week in SymPy #10 &11.md b/content/blog/2015-8-11-GSoC : This week in SymPy #10 &11.md
similarity index 97%
rename from _posts/2015-8-11-GSoC : This week in SymPy #10 &11.md
rename to content/blog/2015-8-11-GSoC : This week in SymPy #10 &11.md
index 8744075..f722748 100755
--- a/_posts/2015-8-11-GSoC : This week in SymPy #10 &11.md
+++ b/content/blog/2015-8-11-GSoC : This week in SymPy #10 &11.md
@@ -1,11 +1,12 @@
---
+date: "2015-08-11"
layout: post
title: GSoC : This week in SymPy #10 & #11
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/GSoC-week-10-11/
+url: /blog/GSoC-week-10-11/
---
Hi there! It's been 11 weeks into [GSoC](https://en.wikipedia.org/wiki/Google_Summer_of_Code)
diff --git a/_posts/2015-8-28-GSoC : Throughout in SymPy # Wrap Up.md b/content/blog/2015-8-28-GSoC : Throughout in SymPy # Wrap Up.md
similarity index 94%
rename from _posts/2015-8-28-GSoC : Throughout in SymPy # Wrap Up.md
rename to content/blog/2015-8-28-GSoC : Throughout in SymPy # Wrap Up.md
index 1d810b8..42517ea 100755
--- a/_posts/2015-8-28-GSoC : Throughout in SymPy # Wrap Up.md
+++ b/content/blog/2015-8-28-GSoC : Throughout in SymPy # Wrap Up.md
@@ -1,11 +1,12 @@
---
+date: "2015-08-28"
layout: post
title: GSoC : Throughout in SymPy # Wrap Up
tags:
- Open Source
- GSoC
- SymPy
-permalink: /blog/GSoC-wrap-up/
+url: /blog/GSoC-wrap-up/
---
Hi! I am Amit Kumar ([**@aktech**](http://www.github.com/aktech)), a final year undergraduate student of Mathematics & Computing at Delhi Technological University. This post summarizes my experience working on GSoC Project on Improving Solvers in SymPy.
@@ -15,7 +16,7 @@ Hi! I am Amit Kumar ([**@aktech**](http://www.github.com/aktech)), a final year
I first stumbled upon SymPy last year, while looking for some Open Source Computer Algebra Systems to contribute. I didn't had any Open Source experience by then, So SymPy was an Ideal Choice for getting into the beautiful world of Open Source. I wasn't even Proficient in Python so at first it was little difficult for me, but Thanks! to the beauty of the language itself, which makes anyone comfortable with it in no time. Soon, I decided to participate into Google Summer of Code under SymPy. Though at this point of time, I didn't had decided about the project, I would like to work in Summers.
##### First Contribution
-I started learning the codebase & made my first contribution by Fixing an EasyToFix bug in `solvers.py` through the PR [#8647](https://github.com/sympy/sympy/pull/8647), Thanks to [@smichr]() for helping me making my first ever open source contribution. After my first PR, I started looking for more things to work and improve upon and I started commiting quite often. During this period I learnt the basics of Git, which is one of the most important tools for contributing to Open Source.
+I started learning the codebase & made my first contribution by Fixing an EasyToFix bug in `solvers.py` through the PR [#8647](https://github.com/sympy/sympy/pull/8647), Thanks to [@smichr](https://github.com/smichr) for helping me making my first ever open source contribution. After my first PR, I started looking for more things to work and improve upon and I started commiting quite often. During this period I learnt the basics of Git, which is one of the most important tools for contributing to Open Source.
## Project Ideas
When I got a bit comfortable with the basics of SymPy & contributing to open source in general, I decided to chose an area (module) to concentrate on. The modules I was interested in, were Solvers and Integrals, I was literally amazed by the capability of a CAS to integrate and solve equations. I decided to work on one of these in the summers. There was already some work done on the Integrals module in 2013, which was yet to be Merged. I wasn't well versed about the Manuel Bronsteins works on Methods of Integration in a Computer Algebra System, so I was little skeptical about working on Integrals. The Solvers module attracted me due it's awesome capabilities, I found it one of the most useful features of any Computer Algebra Systems, So I finally decided to work on Solvers Module.
diff --git a/_posts/2016-10-30-Summer 2016 @ HackerEarth.md b/content/blog/2016-10-30-Summer 2016 @ HackerEarth.md
similarity index 98%
rename from _posts/2016-10-30-Summer 2016 @ HackerEarth.md
rename to content/blog/2016-10-30-Summer 2016 @ HackerEarth.md
index 11cd124..a4ff36f 100755
--- a/_posts/2016-10-30-Summer 2016 @ HackerEarth.md
+++ b/content/blog/2016-10-30-Summer 2016 @ HackerEarth.md
@@ -1,10 +1,11 @@
---
+date: "2016-10-30"
layout: post
title: Summer 2016 @ HackerEarth 🧑💼
tags:
- Internship
- Python
-permalink: /blog/summer-2016-hackerearth/
+url: /blog/summer-2016-hackerearth/
---
diff --git a/_posts/2016-11-06-PyCon UK : Python in Wales.md b/content/blog/2016-11-06-PyCon UK : Python in Wales.md
similarity index 99%
rename from _posts/2016-11-06-PyCon UK : Python in Wales.md
rename to content/blog/2016-11-06-PyCon UK : Python in Wales.md
index 627ca6f..b040839 100755
--- a/_posts/2016-11-06-PyCon UK : Python in Wales.md
+++ b/content/blog/2016-11-06-PyCon UK : Python in Wales.md
@@ -1,10 +1,11 @@
---
+date: "2016-11-06"
layout: post
title: PyCon UK 2016 : Python in Wales! 🐍
tags:
- Conference
- Python
-permalink: /blog/pycon-uk-2016/
+url: /blog/pycon-uk-2016/
---
This is an anecdote of my Journey to the United Kingdom for [PyCon UK](http://2016.pyconuk.org/). It was held at Cardiff, the capital of Wales (a country in South West Britain). I took a flight to London from Delhi via Doha (Qatar) as it was cheaper than directly getting to Cardiff. I usually prefer flights with layovers, when I am not running short of time as it gives me an opportunity to have a glimpse of culture of people from different nationalities. I spent few Days in London to explore the City then I went to Cardiff with Sartaj and Manoj to attend PyCon UK. There we stayed at Hostel called as BunkHouse, which was pretty close to the conference venue. Here is a picture of the venue of the conference.
diff --git a/_posts/2016-2-7-SymPy Workshop at PyDelhi Meetup.md b/content/blog/2016-2-7-SymPy Workshop at PyDelhi Meetup.md
similarity index 96%
rename from _posts/2016-2-7-SymPy Workshop at PyDelhi Meetup.md
rename to content/blog/2016-2-7-SymPy Workshop at PyDelhi Meetup.md
index 0c1c3d2..302fe64 100755
--- a/_posts/2016-2-7-SymPy Workshop at PyDelhi Meetup.md
+++ b/content/blog/2016-2-7-SymPy Workshop at PyDelhi Meetup.md
@@ -1,11 +1,12 @@
---
+date: "2016-02-07"
layout: post
title: SymPy Workshop at PyDelhi Meetup 🎙️
tags:
- SymPy
- Scientific Computing
- PyDelhi
-permalink: /blog/sympy-workshop-pydelhi-meetup/
+url: /blog/sympy-workshop-pydelhi-meetup/
---
Hi there! It's been sometime now since my last blog post, It's probably the right time to write one now. Yesterday, I gave a talk on SymPy at Python Delhi User group Meetup at [CSDS](https://maps.google.com/maps?f=q&hl=en&q=29%2C+Rajpur+Road%2C+Delhi%2C+in), New Delhi. Things never go the way you want, an hour was wasted in just setting up Anaconda on everyone's system, eventually I had to cut on the material I could demonstrate, though It was nice to see that people were very enthusiatic about SymPy, they actively solved excercises. It was fun interacting with everyone.
diff --git a/_posts/2016-3-26-SymPy Workshop at FOSSASIA 2016, Singapore.md b/content/blog/2016-3-26-SymPy Workshop at FOSSASIA 2016, Singapore.md
similarity index 96%
rename from _posts/2016-3-26-SymPy Workshop at FOSSASIA 2016, Singapore.md
rename to content/blog/2016-3-26-SymPy Workshop at FOSSASIA 2016, Singapore.md
index 9da5ed4..1c01a36 100755
--- a/_posts/2016-3-26-SymPy Workshop at FOSSASIA 2016, Singapore.md
+++ b/content/blog/2016-3-26-SymPy Workshop at FOSSASIA 2016, Singapore.md
@@ -1,11 +1,12 @@
---
+date: "2016-03-26"
layout: post
title: SymPy Workshop at FOSSASIA 2016, Singapore 🎙️
tags:
- SymPy
- Scientific Computing
- FOSSASIA
-permalink: /blog/sympy-workshop-fossasia-2016/
+url: /blog/sympy-workshop-fossasia-2016/
---
Hi there! Last week I went to [Singapore](https://en.wikipedia.org/wiki/Singapore) for [FOSSASIA](http://2016.fossasia.org/) Open Tech Summit 2016. I conducted a Worskhop on [SymPy](http://sympy.org) and assisted the [PyDy](http://pydy.org) Workshop in Python track hosted by [Kushal Das](https://kushaldas.in/). This blog post accounts to my experience as a speaker, as a attendee at FOSSASIA and as a traveler to Singapore.
@@ -23,7 +24,7 @@ As the name suggests its one of the largest tech conferences in Asia and my expe
## The SymPy/PyDy Workshop
Community is more important than Code @ Singapore Science Center Level 3, Pauling Lab
-
+
The SymPy and PyDy workshop was scheduled on 20th March at 1:00 - 2:00 PM (PyDy) and 2:00 - 4:00 PM (SymPy). [Jason](http://www.moorepants.info/) suggested to conduct the SymPy workshop first since PyDy uses SymPy and it would be easier for people to learn SymPy first and then PyDy, but since the [schedule](http://2016.fossasia.org/schedule/) was already published, It was not possible to reschedule the workshops, so we had to continue with PyDy first.
[Sahil](https://github.com/sahilshekhawat) started the PyDy workshop at 1:00 PM, though we had to spend a lot of time installing Anaconda to everyone's systems by creating a local server and distributing flash drives as most of the people didn't had Anaconda or Canopy installed. This has been the problem for almost all the workshops I have conducted in the past. It seems I need to invent an efficient way to do this faster in future as we spent 30-40 odd minutes in installation.
@@ -49,4 +50,4 @@ I would not have been able to attend the conference without the generous financi
### Good Bye!
Good bye! everyone, see you on my next blog post, meanwhile you can have a look at a Picture of me doing back flip at Sentosa ;)
-
+
diff --git a/_posts/2016-4-2-Talk on Python MRO at PyDelhi Meetup.md b/content/blog/2016-4-2-Talk on Python MRO at PyDelhi Meetup.md
similarity index 97%
rename from _posts/2016-4-2-Talk on Python MRO at PyDelhi Meetup.md
rename to content/blog/2016-4-2-Talk on Python MRO at PyDelhi Meetup.md
index 5556886..53163a8 100755
--- a/_posts/2016-4-2-Talk on Python MRO at PyDelhi Meetup.md
+++ b/content/blog/2016-4-2-Talk on Python MRO at PyDelhi Meetup.md
@@ -1,10 +1,11 @@
---
+date: "2016-04-02"
layout: post
title: Talk on Python MRO at PyDelhi Meetup 🎙️
tags:
- Core Python
- PyDelhi
-permalink: /blog/talk-python-mro-pydelhi-meetup/
+url: /blog/talk-python-mro-pydelhi-meetup/
---
diff --git a/_posts/2016-5-29-Talk on Introducing Metaclasses at PyDelhi Meetup.md b/content/blog/2016-5-29-Talk on Introducing Metaclasses at PyDelhi Meetup.md
similarity index 97%
rename from _posts/2016-5-29-Talk on Introducing Metaclasses at PyDelhi Meetup.md
rename to content/blog/2016-5-29-Talk on Introducing Metaclasses at PyDelhi Meetup.md
index 2081621..6835aa7 100755
--- a/_posts/2016-5-29-Talk on Introducing Metaclasses at PyDelhi Meetup.md
+++ b/content/blog/2016-5-29-Talk on Introducing Metaclasses at PyDelhi Meetup.md
@@ -1,10 +1,11 @@
---
+date: "2016-05-29"
layout: post
title: Talk on Introducing Metaclasses at PyDelhi Meetup 🎙️
tags:
- Core Python
- PyDelhi
-permalink: /blog/talk-python-metaclasses-pydelhi-meetup/
+url: /blog/talk-python-metaclasses-pydelhi-meetup/
---
diff --git a/_posts/2016-8-28-SciPy-2016 : Journey to the West.md b/content/blog/2016-8-28-SciPy-2016 : Journey to the West.md
similarity index 99%
rename from _posts/2016-8-28-SciPy-2016 : Journey to the West.md
rename to content/blog/2016-8-28-SciPy-2016 : Journey to the West.md
index 78964bf..4b9d2e2 100755
--- a/_posts/2016-8-28-SciPy-2016 : Journey to the West.md
+++ b/content/blog/2016-8-28-SciPy-2016 : Journey to the West.md
@@ -1,11 +1,12 @@
---
+date: "2016-08-28"
layout: post
title: SciPy 2016 : Journey to the West ✈️
tags:
- Conference
- Scientific Computing
- Python
-permalink: /blog/scipy-2016/
+url: /blog/scipy-2016/
---
[SciPy 2016](http://scipy2016.scipy.org) was held in [University of Texas](http://www.utexas.edu/)
diff --git a/_posts/2016-9-2-PyGotham-2016 : Journey to the West II.md b/content/blog/2016-9-2-PyGotham-2016 : Journey to the West II.md
similarity index 98%
rename from _posts/2016-9-2-PyGotham-2016 : Journey to the West II.md
rename to content/blog/2016-9-2-PyGotham-2016 : Journey to the West II.md
index 34eb61b..f409bd9 100755
--- a/_posts/2016-9-2-PyGotham-2016 : Journey to the West II.md
+++ b/content/blog/2016-9-2-PyGotham-2016 : Journey to the West II.md
@@ -1,10 +1,11 @@
---
+date: "2016-09-02"
layout: post
title: PyGotham 2016 : Journey to the West II ✈️
tags:
- Conference
- Python
-permalink: /blog/pygotham-2016
+url: /blog/pygotham-2016
---
This post is the second in the series of my [Journey to the West](http://iamit.in/blog/scipy-2016/).
diff --git a/_posts/2016-9-20-PyCon-Asia-Pacific-2016 : Respect Diversity.md b/content/blog/2016-9-20-PyCon-Asia-Pacific-2016 : Respect Diversity.md
similarity index 99%
rename from _posts/2016-9-20-PyCon-Asia-Pacific-2016 : Respect Diversity.md
rename to content/blog/2016-9-20-PyCon-Asia-Pacific-2016 : Respect Diversity.md
index 996491f..44ca4f6 100755
--- a/_posts/2016-9-20-PyCon-Asia-Pacific-2016 : Respect Diversity.md
+++ b/content/blog/2016-9-20-PyCon-Asia-Pacific-2016 : Respect Diversity.md
@@ -1,10 +1,11 @@
---
+date: "2016-09-20"
layout: post
title: PyCon Asia Pacific 2016 : Respect Diversity 🌈
tags:
- Conference
- Python
-permalink: /blog/pycon-apac-2016/
+url: /blog/pycon-apac-2016/
---
diff --git a/_posts/2017-03-26-The-First-PyCon Pune-2017.md b/content/blog/2017-03-26-The-First-PyCon Pune-2017.md
similarity index 98%
rename from _posts/2017-03-26-The-First-PyCon Pune-2017.md
rename to content/blog/2017-03-26-The-First-PyCon Pune-2017.md
index d8c1baa..058d8a1 100755
--- a/_posts/2017-03-26-The-First-PyCon Pune-2017.md
+++ b/content/blog/2017-03-26-The-First-PyCon Pune-2017.md
@@ -1,10 +1,11 @@
---
+date: "2017-03-26"
layout: post
title: The First PyCon Pune'17 🐍
tags:
- Conference
- Python
-permalink: /blog/pycon-pune-2017
+url: /blog/pycon-pune-2017
---
diff --git a/_posts/2017-11-16-An-Year-at-Zomato.md b/content/blog/2017-11-16-An-Year-at-Zomato.md
similarity index 99%
rename from _posts/2017-11-16-An-Year-at-Zomato.md
rename to content/blog/2017-11-16-An-Year-at-Zomato.md
index dd75ee3..2ff0849 100755
--- a/_posts/2017-11-16-An-Year-at-Zomato.md
+++ b/content/blog/2017-11-16-An-Year-at-Zomato.md
@@ -1,9 +1,10 @@
---
+date: "2017-11-16"
layout: post
title: An Year at Zomato 💼
tags:
- Zomato
-permalink: /blog/zomato
+url: /blog/zomato
---
diff --git a/_posts/2017-11-18-Moved-to-London.md b/content/blog/2017-11-18-Moved-to-London.md
similarity index 95%
rename from _posts/2017-11-18-Moved-to-London.md
rename to content/blog/2017-11-18-Moved-to-London.md
index 849c508..4900434 100755
--- a/_posts/2017-11-18-Moved-to-London.md
+++ b/content/blog/2017-11-18-Moved-to-London.md
@@ -1,9 +1,10 @@
---
+date: "2017-11-18"
layout: post
title: Moved to London 🇬🇧
tags:
- London
-permalink: /blog/moved-to-london
+url: /blog/moved-to-london
---
diff --git a/_posts/2017-11-19-PyData-London-Meetup.md b/content/blog/2017-11-19-PyData-London-Meetup.md
similarity index 99%
rename from _posts/2017-11-19-PyData-London-Meetup.md
rename to content/blog/2017-11-19-PyData-London-Meetup.md
index aa9fe17..7a8137e 100755
--- a/_posts/2017-11-19-PyData-London-Meetup.md
+++ b/content/blog/2017-11-19-PyData-London-Meetup.md
@@ -1,10 +1,11 @@
---
+date: "2017-11-19"
layout: post
title: PyData London 39th Meetup 🐍
tags:
- PyData
- London
-permalink: /blog/pydata-london-39th-meetup
+url: /blog/pydata-london-39th-meetup
---
diff --git a/_posts/2018-12-31-Year-2018-Review.md b/content/blog/2018-12-31-Year-2018-Review.md
similarity index 99%
rename from _posts/2018-12-31-Year-2018-Review.md
rename to content/blog/2018-12-31-Year-2018-Review.md
index 85b6eef..efb0e50 100755
--- a/_posts/2018-12-31-Year-2018-Review.md
+++ b/content/blog/2018-12-31-Year-2018-Review.md
@@ -1,10 +1,11 @@
---
+date: "2018-12-31"
layout: post
title: Year 2018 Review! 🧭
tags:
- Work
- Life
-permalink: /blog/year-2018-review
+url: /blog/year-2018-review
---
It's been a while since I wrote my last blog post, more than an year now. This post is
diff --git a/_posts/2020-03-22-Year-2019-Review.md b/content/blog/2020-03-22-Year-2019-Review.md
similarity index 99%
rename from _posts/2020-03-22-Year-2019-Review.md
rename to content/blog/2020-03-22-Year-2019-Review.md
index 2c44ec6..bc64d4a 100755
--- a/_posts/2020-03-22-Year-2019-Review.md
+++ b/content/blog/2020-03-22-Year-2019-Review.md
@@ -1,10 +1,11 @@
---
+date: "2020-03-22"
layout: post
title: Year 2019 Review! 🏏
tags:
- Work
- Life
-permalink: /blog/year-2019-review
+url: /blog/year-2019-review
---
I wrote the following in my previous blog post and it applies in this one as well.
diff --git a/_posts/2020-10-31-upgrading-sympy-gamma.md b/content/blog/2020-10-31-upgrading-sympy-gamma.md
similarity index 99%
rename from _posts/2020-10-31-upgrading-sympy-gamma.md
rename to content/blog/2020-10-31-upgrading-sympy-gamma.md
index 4eb6132..e905c2d 100755
--- a/_posts/2020-10-31-upgrading-sympy-gamma.md
+++ b/content/blog/2020-10-31-upgrading-sympy-gamma.md
@@ -1,10 +1,11 @@
---
+date: "2020-10-31"
layout: post
title: Porting SymPy Gamma to Google App Engine Python 3
tags:
- SymPy
- Open Source
-permalink: /blog/sympy-gamma-gae-python3/
+url: /blog/sympy-gamma-gae-python3/
---
This summer I had plenty of time during COVID-19 lockdown and I was looking at
diff --git a/_posts/2020-12-25-Year-2020-Review.md b/content/blog/2020-12-25-Year-2020-Review.md
similarity index 99%
rename from _posts/2020-12-25-Year-2020-Review.md
rename to content/blog/2020-12-25-Year-2020-Review.md
index 5b3f49e..b14227e 100755
--- a/_posts/2020-12-25-Year-2020-Review.md
+++ b/content/blog/2020-12-25-Year-2020-Review.md
@@ -1,10 +1,11 @@
---
+date: "2020-12-25"
layout: post
title: Year 2020 Review! 🦠
tags:
- Work
- Life
-permalink: /blog/year-2020-review
+url: /blog/year-2020-review
---
> If anything kills over 10 million people in the next decades, its most likely
diff --git a/_posts/2022-10-05-Year-2021-Review.md b/content/blog/2022-10-05-Year-2021-Review.md
similarity index 99%
rename from _posts/2022-10-05-Year-2021-Review.md
rename to content/blog/2022-10-05-Year-2021-Review.md
index 6ee3946..e646f71 100755
--- a/_posts/2022-10-05-Year-2021-Review.md
+++ b/content/blog/2022-10-05-Year-2021-Review.md
@@ -1,10 +1,11 @@
---
+date: "2022-10-05"
layout: post
title: Year 2021 Review! 🌏
tags:
- Work
- Life
-permalink: /blog/year-2021-review
+url: /blog/year-2021-review
---
So, finally the time has come to write this one. I was quite proud of myself, when
diff --git a/_posts/2022-11-02-pydata-london-68th-meetup.md b/content/blog/2022-11-02-pydata-london-68th-meetup.md
similarity index 98%
rename from _posts/2022-11-02-pydata-london-68th-meetup.md
rename to content/blog/2022-11-02-pydata-london-68th-meetup.md
index a0e81dc..2ab730d 100755
--- a/_posts/2022-11-02-pydata-london-68th-meetup.md
+++ b/content/blog/2022-11-02-pydata-london-68th-meetup.md
@@ -1,10 +1,11 @@
---
+date: "2022-11-02"
layout: post
title: PyData London 68th Meetup 🐍
tags:
- PyData
- London
-permalink: /blog/pydata-london-68th-meetup
+url: /blog/pydata-london-68th-meetup
---
diff --git a/_posts/2023-12-3-Year-2022-Review.md b/content/blog/2023-12-3-Year-2022-Review.md
similarity index 98%
rename from _posts/2023-12-3-Year-2022-Review.md
rename to content/blog/2023-12-3-Year-2022-Review.md
index 73fa1b6..45c4f4f 100755
--- a/_posts/2023-12-3-Year-2022-Review.md
+++ b/content/blog/2023-12-3-Year-2022-Review.md
@@ -1,10 +1,11 @@
---
+date: "2023-12-03"
layout: post
title: Year 2022 Review! ❣️
tags:
- Work
- Life
-permalink: /blog/year-2022-review
+url: /blog/year-2022-review
---
diff --git a/_posts/2023-12-30-Year-2023-Review.md b/content/blog/2023-12-30-Year-2023-Review.md
similarity index 97%
rename from _posts/2023-12-30-Year-2023-Review.md
rename to content/blog/2023-12-30-Year-2023-Review.md
index 4c3848b..6869bf8 100755
--- a/_posts/2023-12-30-Year-2023-Review.md
+++ b/content/blog/2023-12-30-Year-2023-Review.md
@@ -1,10 +1,11 @@
---
+date: "2023-12-30"
layout: post
title: Year 2023 Review! 🎭
tags:
- Work
- Life
-permalink: /blog/year-2023-review
+url: /blog/year-2023-review
---