Files
dvdt.dev/hugo.toml
T
david de9387d53a
Build & Deploy to DigitalOcean Space / build (push) Successful in 1m31s
fix hostname
2024-05-04 17:41:38 -04:00

21 lines
369 B
TOML

baseURL = 'https://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