Quote YAML strings

master
Will Faught 2 years ago
parent 06e5d5da6d
commit 9160324106

@ -1,42 +1,42 @@
baseurl: http://localhost baseurl: "http://localhost"
copyright: © Will Faught copyright: "© Will Faught"
enablerobotstxt: true enablerobotstxt: true
languagecode: en-us languagecode: "en-us"
languages: languages:
en: en:
menu: menu:
main: main:
- identifier: home - identifier: "home"
name: Home name: "Home"
url: / url: "/"
weight: 10 weight: 10
- identifier: content - identifier: "content"
name: Content name: "Content"
url: /content/ url: "/content/"
weight: 20 weight: 20
- identifier: layouts - identifier: "layouts"
name: Layouts name: "Layouts"
url: /layouts/ url: "/layouts/"
weight: 30 weight: 30
- identifier: shortcodes - identifier: "shortcodes"
name: Shortcodes name: "Shortcodes"
url: /shortcodes/ url: "/shortcodes/"
weight: 40 weight: 40
- identifier: configuration - identifier: "configuration"
name: Configuration name: "Configuration"
url: /configuration/ url: "/configuration/"
weight: 50 weight: 50
- identifier: categories - identifier: "categories"
name: Categories name: "Categories"
url: /categories/ url: "/categories/"
weight: 60 weight: 60
- identifier: tags - identifier: "tags"
name: Tags name: "Tags"
url: /tags/ url: "/tags/"
weight: 70 weight: 70
- identifier: search - identifier: "search"
name: Search name: "Search"
url: /search/ url: "/search/"
weight: 80 weight: 80
weight: 10 weight: 10
markup: markup:
@ -51,14 +51,14 @@ markup:
startlevel: 2 startlevel: 2
outputs: outputs:
home: home:
- html - "html"
- json - "json"
- rss - "rss"
paginate: 50 paginate: 50
params: params:
authors: authors:
will_faught: will_faught:
name: Will Faught name: "Will Faught"
paige: paige:
credit: credit:
link: link:
@ -91,7 +91,7 @@ params:
table_of_contents: table_of_contents:
hide: true hide: true
social: social:
twitter: username twitter: "username"
theme: paige theme: "paige"
timezone: America/Los_Angeles timezone: "America/Los_Angeles"
titlecasestyle: Go titlecasestyle: "Go"

Loading…
Cancel
Save