Updated the contents of how-i-made-this, added footer styles, updated config, added images
This commit is contained in:
+8
-2
@@ -7,12 +7,13 @@ params:
|
||||
defaultTheme: dark
|
||||
homeInfoParams:
|
||||
Title: Hello weary traveler
|
||||
Content: This is my personal blog. I write about open source, technology, philosophy, digital privacy, and whatever else is pressing on my mind
|
||||
Content: This is my personal blog. I write about open source, technology, philosophy, digital privacy, and whatever else is pressing on my mind. Feel free to reach out over email, tom@fosscat.com
|
||||
ShowShareButtons: false
|
||||
ShowReadingTime: true
|
||||
ShowToc: true
|
||||
ShowToc: true # Table of Contents
|
||||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: true
|
||||
ShowPostNavLinks: true
|
||||
author: Tom Cat
|
||||
fuseOpts: # This modifies search params
|
||||
isCaseSensitive: false
|
||||
@@ -26,6 +27,11 @@ params:
|
||||
disableHLJS: true
|
||||
cover:
|
||||
responsiveImages: true # disable to speed up build times at cost of responsive sizes
|
||||
editPost:
|
||||
URL: "https://gitlab.com/foss-cat/hugo-site/-/blob/main/content/"
|
||||
Text: "Suggest Changes" # edit text
|
||||
appendFilePath: true # to append file path to Edit link
|
||||
enableEmoji: true
|
||||
outputs:
|
||||
home:
|
||||
- HTML
|
||||
|
||||
Reference in New Issue
Block a user