example_site/hugo.yaml
2025-05-20 11:43:58 -06:00

53 lines
1.5 KiB
YAML

baseURL: 'https://example.org/'
languageCode: 'en-us'
title: 'My New Hugo Site'
theme: 'serialReader'
params:
homeInfoParams:
title: let's go on an adventure
content: this is where i share my little stories with the world
# buttons:
# - name: stories
# url: "/stories/"
# - name: support
# url: "/support/"
# - name: about me
# url: "/moss/"
socialIcons: # optional
- name: "mastodon"
url: "https://mastodon.social/@mossbiscuits"
- name: "matrix"
url: "https://matrix.to/#/@landon:utwente.io"
- name: "buymeacoffee"
url: "https://buymeacoffee.com/mossbiscuits"
# profileMode:
# enabled: true
# title: "let's go on an adventure"
# subtitle: "this is where i share my little stories with the world"
# imageUrl: "/icon.png" # optional
# imageTitle: "logo" # optional
# imageWidth: 100 # custom size
# imageHeight: 100 # custom size
# buttons:
# - name: "start reading"
# url: "stories"
# - name: "support me"
# url: "support"
ShowPostNavLinks: true
menus:
main:
- name: "home"
url: "/"
weight: 10
- name: "blog"
url: "/blog"
weight: 20
- name: "about"
url: "/about"
weight: 30
- name: "support"
url: "/support"
weight: 40