add favicon
parent
603b8a0b54
commit
129bea8caa
|
@ -0,0 +1,6 @@
|
||||||
|
.DS_Store
|
||||||
|
.idea
|
||||||
|
*.log
|
||||||
|
tmp/
|
||||||
|
|
||||||
|
*.envrc
|
4
build.sh
4
build.sh
|
@ -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
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
export VAULT_ADDR="http://megamind:8200"
|
|
||||||
export NOMAD_ADDR="http://megamind:4646"
|
|
||||||
export VAULT_TOKEN="hvs.vYkHHcWub5i6xsJWifKSKrbD"
|
|
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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]]
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 774 B |
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue