CU-dgpgu9 Added markdownlint and fixed markdown

This commit is contained in:
Bastian de Byl
2020-10-09 20:37:26 -04:00
parent 858875a95e
commit 245111cbb9
17 changed files with 356 additions and 161 deletions

View File

@@ -1,31 +1,45 @@
# core
baseURL: "https://bdebyl.net/"
title: "A random assortment of my personal projects."
title: "Collection of useful, and useless information"
theme: "even"
# settings
paginate: 5
defaultContentLanguage: "en"
languageCode: "en"
paginate: 5
copyright: "Bastian de Byl" # default: author.name
preserveTaxonomyNames: true
enableRobotsTXT: true
buildDrafts: false
canonifyURLs: true
enableRobotsTXT: true
preserveTaxonomyNames: true
markup:
goldmark:
renderer:
unsafe: true
googleVerification: "" # Google Verification
googleAnalytics: "UA-163975086-1" # UA-XXXXXXXX-X
# google analytics
googleAnalytics: "UA-163975086-1"
googleVerification: ""
# See https://gohugo.io/about/hugo-and-gdpr/
privacy:
googleAnalytics:
anonymizeIP: true
youtube:
privacyEnhanced: true
# https://gohugo.io/content-management/syntax-highlighting/
pygmentsOptions: ""
pygmentsCodefences: true
pygmentsUseClasses: true
pygmentsCodefencesGuessSyntax: true
pygmentsOptions: ""
pygmentsUseClasses: true
author:
name: "Bastian de Byl"
sitemap:
changefreq: "weekly"
priority: 0.5
filename: "sitemap.xml"
priority: 0.5
menu:
main:
@@ -56,16 +70,12 @@ params:
# paginate of archives, tags and categories
archivePaginate: 20
# show 'xx Posts In Total' in archive page ?
showArchiveCount: true
# The date format to use; for a list of valid formats, see https://gohugo.io/functions/format/
dateFormatToUse: "2006-01-02"
# show word count and read time ?
moreMeta: false
postMetaInFooter: true # contain author, lastMod, markdown link, license
linkToMarkDown: true # Only effective when hugo will output .md files.
contentCopyright: '<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a>'
@@ -75,27 +85,3 @@ params:
g-github: "https://github.com/bdebyl"
m-instagram: "https://instagram.com/bastian.remi"
n-gitlab: "https://gitlab.com/bdebyl"
# See https://gohugo.io/about/hugo-and-gdpr/
privacy:
googleAnalytics:
anonymizeIP: true
youtube:
privacyEnhanced: true
# Uncomment these options to make hugo output .md files.
#[mediaTypes]
# [mediaTypes."text/plain"]
# suffixes: ["md"]
#
#[outputFormats.MarkDown]
# mediaType: "text/plain"
# isPlainText: true
# isHTML: false
#
#[outputs]
# home: ["HTML", "RSS"]
# page: ["HTML", "MarkDown"]
# section: ["HTML", "RSS"]
# taxonomy: ["HTML", "RSS"]
# taxonomyTerm: ["HTML"]