Files
dvdt.dev/hugo.toml
T
david 23e8fd979e
Build & Deploy to DigitalOcean Space / build (push) Successful in 1m32s
add robots.txt, disallow ChatGPT
2024-05-04 21:25:53 -04:00

28 lines
469 B
TOML

baseURL = 'https://dvdt.dev/'
languageCode = 'en-us'
title = 'dvdt.dev'
theme = 'PaperMod'
description = 'Engineering, tech, decentralization, Bitcoin'
enableRobotsTXT = true
[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
[[menu.main]]
identifier = 'rss'
name = 'rss'
url = 'index.xml'
weight = 30