Skip to content

Commit

Permalink
adding logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-Prins committed Jun 10, 2024
1 parent 5d26bdf commit 6d40438
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ params:
# Text: "Suggest Changes" # edit text
# appendFilePath: true # to append file path to Edit link

# label:
# text: "Home"
# icon: icon.png
# iconHeight: 35
label:
text: "Another Devops Blog"
icon: "https://raw.githubusercontent.com/Dylan-Prins/Blog/main/assets/images/favicon.png"
iconHeight: 35

# analytics:
# google:
Expand All @@ -105,8 +105,8 @@ params:
assets:
disableHLJS: true
favicon: "https://raw.githubusercontent.com/Dylan-Prins/Blog/main/assets/images/favicon.png"
# favicon16x16: "<link / abs url>"
# favicon32x32: "<link / abs url>"
favicon16x16: "https://raw.githubusercontent.com/Dylan-Prins/Blog/main/assets/images/favicon.png"
favicon32x32: "https://raw.githubusercontent.com/Dylan-Prins/Blog/main/assets/images/favicon.png"
# apple_touch_icon: "<link / abs url>"
# safari_pinned_tab: "<link / abs url>"

Expand Down

0 comments on commit 6d40438

Please sign in to comment.