removed preview images, read more link, mobile nav height

This commit is contained in:
Bastian de Byl
2020-11-12 22:46:19 -05:00
parent e71af38ae5
commit 91ef788f2d
9 changed files with 25 additions and 19 deletions

View File

@@ -72,12 +72,14 @@ params:
# paginate of archives, tags and categories
archivePaginate: 20
# show 'xx Posts In Total' in archive page ?
# 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
# show word count and read time
moreMeta: true
# show "read more" link on post summary
readMoreEnabled: 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>'