change hugo config to yaml
All checks were successful
Build & Deploy to DigitalOcean Space / build (push) Successful in 1m20s
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:
27
hugo.toml
27
hugo.toml
@@ -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
34
hugo.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user