Search
Migrating from OneNote to Hugo
# How the migration worked
I migrated as quick as I did because of how convenient it was to export the entire content I had written over time. I used wordpress-to-hugo-exporter, which is one of the provided plugins on GoHugo. After exporting, I had all my post as single markdown files and all images linked to them.
You find more on Saying Goodbye to WordPress, a Homecoming.
# Alternatives
After searching for Python-based frameworks, I quickly found topics around Static Site Generators (SSG) and with it GoHugo. Without more extensive research, I just started using it and get a feeling for it. Below are the first steps which keep you going with GoHugo.
# Get started with GoHugo
After searching for Python-based frameworks, I quickly found topics around Static Site Generators (SSG) and with it GoHugo. Without more extensive research, I just started using it and get a feeling for it. Below are the first steps which keep you going with GoHugo.
|
|
To start seeing your build website live on your local machine, you start the webserver, which automatically updates every change. And within seconds, that’s also where GoHugo seems to have an advantage over other SSGs, which are fast on production but not as quickly to render locally.
|
|
This produces this static website which can live opened and edited on localhost:1313
.
Origin:
Saying Goodbye to WordPress, a Homecoming | ssp.sh
References: GoHugo, OneNote
Created 2025-04-16