58 lines
1.2 KiB
YAML
58 lines
1.2 KiB
YAML
baseURL: "http://localhost:1313/"
|
|
languageCode: "en-us"
|
|
title: "PaperMod"
|
|
theme: "PaperMod"
|
|
|
|
# Menu items
|
|
menu:
|
|
main:
|
|
- identifier: archives
|
|
name: Archives
|
|
url: /archives/
|
|
weight: 10
|
|
- identifier: tags
|
|
name: Tags
|
|
url: /tags/
|
|
weight: 20
|
|
|
|
# PaperMod theme specific parameters
|
|
params:
|
|
# Theme appearance
|
|
defaultTheme: auto
|
|
disableThemeToggle: false
|
|
|
|
# Homepage settings - NOT using profileMode (showing list of posts)
|
|
homeInfoParams:
|
|
Title: "Hi there \U0001F44B"
|
|
Content: "Welcome to my blog"
|
|
|
|
socialIcons:
|
|
- name: twitter
|
|
url: "https://twitter.com/"
|
|
- name: stackoverflow
|
|
url: "https://stackoverflow.com/"
|
|
- name: github
|
|
url: "https://github.com/"
|
|
- name: linkedin
|
|
url: "https://linkedin.com/"
|
|
- name: cv
|
|
url: "https://example.com/"
|
|
|
|
# Display settings
|
|
ShowReadingTime: true
|
|
ShowShareButtons: false
|
|
ShowPostNavLinks: true
|
|
ShowBreadCrumbs: true
|
|
ShowCodeCopyButtons: true
|
|
hideFooter: false
|
|
|
|
# Search settings
|
|
fuseOpts:
|
|
isCaseSensitive: false
|
|
shouldSort: true
|
|
location: 0
|
|
distance: 1000
|
|
threshold: 0.4
|
|
minMatchCharLength: 0
|
|
keys: ["title", "permalink", "summary", "content"]
|