Built with ❤️ with Notion and Hugo

Demo content

You can see the content used to generate the website here.

The Notion page used as the website’s homepage is here Notion to Hugo homepage.

Overview

Here is an overview of the process to convert a bunch of Notion pages to a deployed Hugo static web site.

sequenceDiagram
	participant n as Notion
	participant n2h as Notion to Hugo
	participant n2m as Notion to Markdown
	participant h as Hugo
	participant w as Web

	n->>n2h: Notion API
	n2h->>n2m: Notion Blocks
	n2m-->>h: Markdown pages
	n2m-->>h: Menu configuration file
	h-->>w: HTML Files
	n2h-->>n: Update conversion status

Content