This commit is contained in:
2025-05-13 15:51:35 -06:00
parent 636e2f1760
commit b61b9d78ff
22 changed files with 268 additions and 4 deletions

37
hugo.yaml Normal file
View File

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