All checks were successful
Push changes to production / deploy (push) Successful in 12s
32 lines
499 B
YAML
32 lines
499 B
YAML
baseURL: "https://shadeouts.net/"
|
|
languageCode: en-us
|
|
title: Shadeouts
|
|
theme: PaperMod
|
|
formatter: yaml
|
|
|
|
params:
|
|
defaultTheme: dark
|
|
|
|
ShowReadingTime: true
|
|
ShowBreadCrumbs: true
|
|
ShowCodeCopyButtons: true
|
|
ShowWordCount: true
|
|
|
|
homeInfoParams:
|
|
Title: "shadeouts.net"
|
|
|
|
# profileMode:
|
|
# enabled: true
|
|
# title: "shadeouts.net"
|
|
|
|
# buttons:
|
|
# - name: Posts
|
|
# url: posts
|
|
|
|
menu:
|
|
main:
|
|
- identifier: posts
|
|
name: Posts
|
|
url: /posts/
|
|
weight: 10
|