Skip to content

Commit

Permalink
change favicons
Browse files Browse the repository at this point in the history
change favicons
  • Loading branch information
BambooStreet committed Mar 16, 2024
1 parent 443b4ae commit 9d3697b
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 40 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ timezone: Asia/Seoul

title: BambooStreet # the main title

tagline: 열심히 했잖아, 한잔해 # it will display as the sub-title
tagline: 한잔해 # it will display as the sub-title

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
Expand Down
Binary file modified assets/img/favicons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions assets/img/favicons/browserconfig.xml

This file was deleted.

Binary file modified assets/img/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/favicons/favicon.ico
Binary file not shown.
Binary file removed assets/img/favicons/mstile-150x150.png
Binary file not shown.
27 changes: 1 addition & 26 deletions assets/img/favicons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
---
layout: compress
---

{% assign favicon_path = "/assets/img/favicons" | relative_url %}

{
"name": "{{ site.title }}",
"short_name": "{{ site.title }}",
"description": "{{ site.description }}",
"icons": [
{
"src": "{{ favicon_path }}/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "{{ favicon_path }}/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}],
"start_url": "{{ '/index.html' | relative_url }}",
"theme_color": "#2a1e6b",
"background_color": "#ffffff",
"display": "fullscreen"
}
{"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"}

0 comments on commit 9d3697b

Please sign in to comment.