add favicon

main
Tyler Hampton 2023-09-08 23:35:14 -07:00
parent 603b8a0b54
commit 129bea8caa
8 changed files with 13 additions and 6 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.DS_Store
.idea
*.log
tmp/
*.envrc

View File

@ -1,2 +1,2 @@
docker build . -t git.howdoicomputer.lol/howdoicomputer/blog:4 docker build . -t git.howdoicomputer.lol/howdoicomputer/blog:5
docker push git.howdoicomputer.lol/howdoicomputer/blog:4 docker push git.howdoicomputer.lol/howdoicomputer/blog:5

View File

@ -1,3 +0,0 @@
export VAULT_ADDR="http://megamind:8200"
export NOMAD_ADDR="http://megamind:4646"
export VAULT_TOKEN="hvs.vYkHHcWub5i6xsJWifKSKrbD"

View File

@ -33,7 +33,7 @@ job "blog" {
driver = "docker" driver = "docker"
config { config {
image = "git.howdoicomputer.lol/howdoicomputer/blog:4" image = "git.howdoicomputer.lol/howdoicomputer/blog:5"
ports = ["http"] ports = ["http"]
} }

View File

@ -10,6 +10,10 @@ palette = "tokyo-night-dark"
[params.about] [params.about]
title = "howdoicomputer's blog" title = "howdoicomputer's blog"
description = "A dumping ground for ideas related to making, tomfoolery, and tomfoolery related to making" description = "A dumping ground for ideas related to making, tomfoolery, and tomfoolery related to making"
logo = "favicon.ico"
[params.meta]
favicon = false
[menu] [menu]
[[menu.main]] [[menu.main]]

BIN
static/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 774 B

BIN
static/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB