change hugo config to yaml
All checks were successful
Build & Deploy to DigitalOcean Space / build (push) Successful in 1m20s

- change to home-info mode
- add social links
This commit is contained in:
2024-05-04 22:29:13 -04:00
parent 7f8bf33d81
commit 526d526229
2 changed files with 34 additions and 27 deletions

View File

@@ -1,27 +0,0 @@
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

34
hugo.yaml Normal file
View File

@@ -0,0 +1,34 @@
baseURL: https://dvdt.dev/
languageCode: en-us
title: dvdt.dev
theme: PaperMod
description: Engineering, tech, decentralization, Bitcoin
enableRobotsTXT: true
params:
homeInfoParams:
Title: Hey, I'm David Rinaldo!
Content: Welcome to my blog
socialIcons:
- name: Nostr
url: https://snort.social/nprofile1qqsdufu77fmhejsz22cgvhkphafhtuepyt7d5e0a7g3627y8rrcstlcs0hjf8
- name: Gitea
url: https://git.dvdt.dev/david
- name: LinkedIn
url: https://linkedin.com/in/davidhrinaldo
permalinks:
posts: /:year/:month/:title
menu:
main:
- identifier: about-me
name: about me
url: /about-me/
weight: 10
- identifier: support
name: support
url: support
weight: 20
- identifier: rss
name: rss
url: index.xml
weight: 30