init
This commit is contained in:
37
hugo.yaml
Normal file
37
hugo.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user