migrates ghost blog to hugo

This commit is contained in:
2023-11-19 22:12:39 -05:00
commit dbd645375f
93 changed files with 5371 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
baseURL = 'https://new.dvdt.dev/'
languageCode = 'en-us'
title = 'dvdt.dev'
theme = 'PaperMod'
description = 'Engineering, tech, decentralization, Bitcoin'
[permalinks]
posts = '/:year/:month/:title'
[[menu.main]]
identifier = 'about-me'
name = 'about me'
url = '/about-me/'
weight = 10
[[menu.main]]
identifier = 'support'
name = 'support'
url = 'support'
weight = 20