Added favicons, and anti-robot robots.txt
All checks were successful
Build and Publish Docker Image / build (push) Successful in 24s

This commit is contained in:
2026-05-18 01:49:12 -06:00
parent eb0698aa9d
commit c5b09c287f
10 changed files with 14 additions and 6 deletions

View File

@@ -9,17 +9,14 @@ title = "Blog:Taco"
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
# logo = "img/logo.png"
# secondaryLogo = "img/secondary-logo.png"
description = "A place for the exploits of a Dragon"
# copyright = "Copy, _right?_ :thinking_face:"
[params.author]
name = "Taco"
image = "img/pfp.png"
imageQuality = 96
headline = "Doing things is what keeps us sane"
bio = "Dragon that does things."
headline = "Doing things is what keeps us sane."
bio = "A dragon that does things."
links = [
{ gitea = "https://git.toomuchtaco.net" },
{ bluesky = "https://bsky.app/profile/xerotacovix.bsky.social" },

View File

@@ -9,13 +9,14 @@ colorScheme = "fire"
defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = true
enableRobotsTXT = true
opengraph_io_api_key = "bb9fc05a-0dbc-4748-87f7-b2bb698ae5a9"
enableA11y = false
enableSearch = true
enableCodeCopy = true
enableStructuredBreadcrumbs = false
# enableStyledScrollbar = true # disable to use native scrollbar style (defaults to true)
replyByEmail = false

9
layouts/robots.txt Normal file
View File

@@ -0,0 +1,9 @@
{{ if hugo.IsProduction }}
{{ range $robot := .Site.Params.robots }}
User-agent: {{ $robot }}
Disallow: /
{{end}}
{{ else }}
User-agent: *
Disallow: /
{{ end }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 889 B

BIN
static/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

1
static/site.webmanifest Normal file
View 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"}