1
0
Fork 0
mornie.org/content/blog/from-django-to-hugo.md
Daniele Tricoli 1716d2f6cc
All checks were successful
continuous-integration/drone/push Build is passing
Migrate to zola
2021-02-01 01:14:09 +01:00

1.5 KiB

+++ date = 2015-04-01T02:24:16+02:00 title = "From Django to Hugo" aliases = ["blog/2015/04/01/from-django-to-hugo"] [taxonomies] tags = ["django", "git", "hugo", "mercurial"] +++

About eight years ago I wrote my own blog (and my website) using Django. It was time to change so I completely rewrote it with Hugo, a static website engine made by spf13.

Why going static?

I use this site mainly to write about stuff I think interesting and when I have to write I want to use Vim. So while Django is a wonderful framework, it was not the right choice for this site. In fact, I wrote less and less...

I know, I could use Django REST framework with a Vim plugin, but a markdown file for each post is easier! :)

You can find the code of the site on GitHub and GitLab.

Git?

It's clear by now who won the DVCS war, so I started to use git and I will migrate my repositories soon (I already started the migration). My plan is to keep my code both on Bitbucket, GitHub and GitLab: since git is distributed, I will use it in the proper way.

Still a Work In Progress

No, this site is not completed yet, even an about page is missing! I will add more content on my spare time, so stay tuned! :)