Sync example config and readme config

This commit is contained in:
Will Faught
2022-12-17 00:33:02 -08:00
parent face520b6f
commit 4d3b58e436

View File

@@ -230,12 +230,8 @@ baseurl: https://example.com
copyright: © Michael Bluth
enablerobotstxt: true
languagecode: en-us
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: vs
languages:
en:
menu:
main:
- identifier: home
@@ -262,6 +258,14 @@ menu:
name: Search
url: /search/
weight: 60
title: No Borders, No Limits
weight: 1
markup:
goldmark:
renderer:
unsafe: true
highlight:
style: vs
outputs:
home:
- html
@@ -283,7 +287,6 @@ social:
youtube: https://www.youtube.com/user/example
theme: paige
timezone: America/Los_Angeles
title: No Borders, No Limits
titlecasestyle: Go
```