aboutsummaryrefslogtreecommitdiff
path: root/generators
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-10-12 02:40:46 -0400
committerThedro Neely <thedroneely@gmail.com>2021-10-12 02:41:14 -0400
commit87ac896f6f7af2c2910ae387ffaba0acfd348735 (patch)
treed4dbe794247d477b72a760294a8c65a7eabb0bed /generators
parent75ad89f1040339ec95b1f82ac20c2d8e7d0eb53e (diff)
downloadthedroneely.com-87ac896f6f7af2c2910ae387ffaba0acfd348735.tar.gz
thedroneely.com-87ac896f6f7af2c2910ae387ffaba0acfd348735.tar.bz2
thedroneely.com-87ac896f6f7af2c2910ae387ffaba0acfd348735.zip
generators/hugo/config: Cleanup remove comments and secondary email
Diffstat (limited to 'generators')
-rw-r--r--generators/hugo/config.yaml11
-rw-r--r--generators/hugo/themes/tdro/layouts/partials/head.html2
2 files changed, 1 insertions, 12 deletions
diff --git a/generators/hugo/config.yaml b/generators/hugo/config.yaml
index 8773343..4ff0ecd 100644
--- a/generators/hugo/config.yaml
+++ b/generators/hugo/config.yaml
@@ -1,37 +1,26 @@
---
-# config.yaml
theme: tdro
baseURL:
languageCode: en-us
title: Thedro Neely
-# Disable generation of index and 404 files
disableKinds: ['404']
-# Taxonomies
taxonomies:
tag: tags
-# Author name and email appears in RSS feed
author:
name: Thedro Neely
- email: thedroneely@gmail.com
-# Copyright appears in the RSS feed
-copyright: Thedro Neely
-
-# Metadata
metaDataFormat: yaml
summaryLength: 20
paginate: 3
-# Code highlighting
pygmentsUseClassic: false
pygmentsCodeFences: true
pygmentsUseClasses: true
pygmentsCodeFencesGuessSyntax: true
-# Output formats
outputFormats:
rss:
baseName: rss
diff --git a/generators/hugo/themes/tdro/layouts/partials/head.html b/generators/hugo/themes/tdro/layouts/partials/head.html
index 1a1e111..a406d9e 100644
--- a/generators/hugo/themes/tdro/layouts/partials/head.html
+++ b/generators/hugo/themes/tdro/layouts/partials/head.html
@@ -2,7 +2,7 @@
<title>{{ partial "title.html" . -}}</title>
<meta name="description" content="{{ if .Params.summary }}{{ .Params.summary }}{{ else }}{{ .Summary }}{{ end }}">
<meta name="keywords" content="{{ partial "title.html" . -}}">
-<meta name="author" content="Thedro Neely">
+<meta name="author" content="{{ .Site.Author.name }}">
<meta charset="utf-8">
<meta name="robots" content="index,follow">