aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/config.yaml
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-01 19:10:27 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-01 19:10:27 -0500
commit58beeda2a80507da63228c6775a9e761df70fc25 (patch)
tree6b1e23fe2eeecc41f96550379258ce116cd50495 /generators/hugo/config.yaml
parentd35bc8601a1cac78b0167bb373714b157e91f245 (diff)
downloadthedroneely.com-58beeda2a80507da63228c6775a9e761df70fc25.tar.gz
thedroneely.com-58beeda2a80507da63228c6775a9e761df70fc25.tar.bz2
thedroneely.com-58beeda2a80507da63228c6775a9e761df70fc25.zip
generators/hugo/config: Lint
Diffstat (limited to 'generators/hugo/config.yaml')
-rw-r--r--generators/hugo/config.yaml13
1 files changed, 6 insertions, 7 deletions
diff --git a/generators/hugo/config.yaml b/generators/hugo/config.yaml
index 1067978..02784f4 100644
--- a/generators/hugo/config.yaml
+++ b/generators/hugo/config.yaml
@@ -5,35 +5,34 @@ baseURL: ""
languageCode: "en-us"
title: "Thedro Neely"
-# disable generation of index and 404 files
+# Disable generation of index and 404 files
disableKinds: ["404"]
-# author name and email appears in RSS feed
+# Author name and email appears in RSS feed
author:
name: "Thedro Neely"
email: "thedroneely@gmail.com"
-# copyright appears in the RSS Feed
+# Copyright appears in the RSS feed
copyright: "Thedro Neely"
-# metaDataFormat for new content pages generated with the `hugo new` command
+# Metadata
metaDataFormat: yaml
summaryLength: 20
paginate: 3
-# Code oriented optional features:
-# pygments variables tune code syntax highlighting features Hugo provides
+# Code highlighting
pygmentsUseClassic: false
pygmentsCodeFences: true
pygmentsUseClasses: true
pygmentsCodeFencesGuessSyntax: true
-# Syndication feed at rss.xml ---------------------------------
+# RSS
mediaTypes:
application/atom: