Adds logo and favicon files (#4)
* fix typo title * add logo files for title usage * add favicon files
BIN
assets/img/logo.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/img/logo_square.png
Normal file
After Width: | Height: | Size: 43 KiB |
@ -26,7 +26,7 @@
|
|||||||
weight = 30
|
weight = 30
|
||||||
|
|
||||||
[[main]]
|
[[main]]
|
||||||
name = "AboutMe"
|
name = "About Me"
|
||||||
pageRef = "aboutme"
|
pageRef = "aboutme"
|
||||||
weight = 40
|
weight = 40
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
colorScheme = "avocado"
|
colorScheme = "avocado"
|
||||||
darkMode = "true"
|
darkMode = "true"
|
||||||
# darkToggle = false
|
# darkToggle = false
|
||||||
# logo = "img/logo.jpg"
|
logo = "img/logo_square.png"
|
||||||
description = "A personal blog about PowerShell, Automation and more."
|
description = "A personal blog about PowerShell, Automation and more."
|
||||||
# mainSections = ["section1", "section2"]
|
# mainSections = ["section1", "section2"]
|
||||||
# robots = ""
|
# robots = ""
|
||||||
|
BIN
static/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
static/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
static/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
static/favicon-16x16.png
Normal file
After Width: | Height: | Size: 721 B |
BIN
static/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
static/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
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"}
|