aboutsummaryrefslogtreecommitdiff
path: root/generators
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-03-25 03:19:55 -0400
committerThedro Neely <thedroneely@gmail.com>2021-03-25 03:20:08 -0400
commitc8b148cff39941745c3298431a4165660471eda6 (patch)
tree47fbb8414462980b07ae8e52f86b0ec142a98625 /generators
parenta2b5c55f5ed6e45db3afb948de068c8e14871215 (diff)
downloadthedroneely.com-c8b148cff39941745c3298431a4165660471eda6.tar.gz
thedroneely.com-c8b148cff39941745c3298431a4165660471eda6.tar.bz2
thedroneely.com-c8b148cff39941745c3298431a4165660471eda6.zip
generators/hugo/config.yaml: Standardize
Diffstat (limited to 'generators')
-rw-r--r--generators/hugo/config.yaml27
1 files changed, 10 insertions, 17 deletions
diff --git a/generators/hugo/config.yaml b/generators/hugo/config.yaml
index b499f6c..90d6cf6 100644
--- a/generators/hugo/config.yaml
+++ b/generators/hugo/config.yaml
@@ -1,44 +1,37 @@
+---
# config.yaml
-
-theme: "tdro"
-baseURL: ""
-languageCode: "en-us"
-title: "Thedro Neely"
+theme: tdro
+baseURL:
+languageCode: en-us
+title: Thedro Neely
# Disable generation of index and 404 files
-
-disableKinds: ["404"]
+disableKinds: ['404']
# Taxonomies
-
taxonomies:
tag: tags
# Author name and email appears in RSS feed
-
author:
- name: "Thedro Neely"
- email: "thedroneely@gmail.com"
+ name: Thedro Neely
+ email: thedroneely@gmail.com
# Copyright appears in the RSS feed
-
-copyright: "Thedro Neely"
+copyright: Thedro Neely
# Metadata
-
metaDataFormat: yaml
summaryLength: 20
paginate: 3
# Code highlighting
-
pygmentsUseClassic: false
pygmentsCodeFences: true
pygmentsUseClasses: true
pygmentsCodeFencesGuessSyntax: true
# RSS
-
mediaTypes:
application/atom:
suffixes: xml
@@ -50,4 +43,4 @@ outputFormats:
outputs:
home:
- - RSS
+ - RSS