Adds logo and favicon files (#4)

* fix typo title

* add logo files for title usage

* add favicon files
This commit is contained in:
OCram85 2022-01-05 08:45:38 +01:00 committed by GitHub
parent 10756dee4c
commit 032cc7fc55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 3 additions and 2 deletions

BIN
assets/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
assets/img/logo_square.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -26,7 +26,7 @@
weight = 30
[[main]]
name = "AboutMe"
name = "About Me"
pageRef = "aboutme"
weight = 40

View File

@ -8,7 +8,7 @@
colorScheme = "avocado"
darkMode = "true"
# darkToggle = false
# logo = "img/logo.jpg"
logo = "img/logo_square.png"
description = "A personal blog about PowerShell, Automation and more."
# mainSections = ["section1", "section2"]
# robots = ""

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
static/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
static/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B

BIN
static/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 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"}