Added favicons, and anti-robot robots.txt
All checks were successful
Build and Publish Docker Image / build (push) Successful in 24s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 24s
This commit is contained in:
@@ -9,17 +9,14 @@ title = "Blog:Taco"
|
|||||||
isoCode = "en"
|
isoCode = "en"
|
||||||
rtl = false
|
rtl = false
|
||||||
dateFormat = "2 January 2006"
|
dateFormat = "2 January 2006"
|
||||||
# logo = "img/logo.png"
|
|
||||||
# secondaryLogo = "img/secondary-logo.png"
|
|
||||||
description = "A place for the exploits of a Dragon"
|
description = "A place for the exploits of a Dragon"
|
||||||
# copyright = "Copy, _right?_ :thinking_face:"
|
|
||||||
|
|
||||||
[params.author]
|
[params.author]
|
||||||
name = "Taco"
|
name = "Taco"
|
||||||
image = "img/pfp.png"
|
image = "img/pfp.png"
|
||||||
imageQuality = 96
|
imageQuality = 96
|
||||||
headline = "Doing things is what keeps us sane"
|
headline = "Doing things is what keeps us sane."
|
||||||
bio = "Dragon that does things."
|
bio = "A dragon that does things."
|
||||||
links = [
|
links = [
|
||||||
{ gitea = "https://git.toomuchtaco.net" },
|
{ gitea = "https://git.toomuchtaco.net" },
|
||||||
{ bluesky = "https://bsky.app/profile/xerotacovix.bsky.social" },
|
{ bluesky = "https://bsky.app/profile/xerotacovix.bsky.social" },
|
||||||
|
|||||||
@@ -9,13 +9,14 @@ colorScheme = "fire"
|
|||||||
defaultAppearance = "dark" # valid options: light or dark
|
defaultAppearance = "dark" # valid options: light or dark
|
||||||
autoSwitchAppearance = true
|
autoSwitchAppearance = true
|
||||||
|
|
||||||
|
enableRobotsTXT = true
|
||||||
|
|
||||||
opengraph_io_api_key = "bb9fc05a-0dbc-4748-87f7-b2bb698ae5a9"
|
opengraph_io_api_key = "bb9fc05a-0dbc-4748-87f7-b2bb698ae5a9"
|
||||||
|
|
||||||
enableA11y = false
|
enableA11y = false
|
||||||
enableSearch = true
|
enableSearch = true
|
||||||
enableCodeCopy = true
|
enableCodeCopy = true
|
||||||
enableStructuredBreadcrumbs = false
|
enableStructuredBreadcrumbs = false
|
||||||
# enableStyledScrollbar = true # disable to use native scrollbar style (defaults to true)
|
|
||||||
|
|
||||||
replyByEmail = false
|
replyByEmail = false
|
||||||
|
|
||||||
|
|||||||
9
layouts/robots.txt
Normal file
9
layouts/robots.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{{ if hugo.IsProduction }}
|
||||||
|
{{ range $robot := .Site.Params.robots }}
|
||||||
|
User-agent: {{ $robot }}
|
||||||
|
Disallow: /
|
||||||
|
{{end}}
|
||||||
|
{{ else }}
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
||||||
|
{{ end }}
|
||||||
BIN
static/android-chrome-192x192.png
Normal file
BIN
static/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
BIN
static/android-chrome-512x512.png
Normal file
BIN
static/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
BIN
static/apple-touch-icon.png
Normal file
BIN
static/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
static/favicon-16x16.png
Normal file
BIN
static/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 889 B |
BIN
static/favicon-32x32.png
Normal file
BIN
static/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
1
static/site.webmanifest
Normal file
1
static/site.webmanifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||||
Reference in New Issue
Block a user