Skip to content

Commit

Permalink
feat: update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiuer committed Feb 19, 2025
1 parent 31564cd commit 9dec97d
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 716 deletions.
19 changes: 10 additions & 9 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ uglyURLs = false
homePoster = "./images/reflection_of_tree_at_night_edited_upscaled_4k.jpg"
homeVideoWebm = "/videos/reflection_of_tree_at_night_edited_upscaled_4k.webm"
homeVideoMp4 = "/videos/reflection_of_tree_at_night_edited_upscaled_4k.mp4"
homeLogo = "/icons/android-chrome-512x512.png"
homeLogo = "/icons/yixiuer.png"
homeLogoLink = "/home/"
homeTitle = "一休兒之哲學誌"
homeMotto = "易 象 辭"
Expand Down Expand Up @@ -569,23 +569,24 @@ uglyURLs = false
# 網頁應用

# 說明:前往 https://realfavicongenerator.net/
# 生成相關圖示和檔案,下載後解壓,僅保留
# android-chrome-512x512.png、
# apple-touch-icon.png、
# mstile-150x150.png、
# safari-pinned-tab.svg、favicon.ico、
# site.webmanifest 這些檔案,刪除其餘。
# 生成相關圖示和檔案,下載後解壓。
# 然後將這些檔案移動到 ~/blog/static/icons/
# 目錄下,再將 favicon.ico、site.webmanifest
# 移動到 ~/blog/static/ 目錄下,
# 最後將 site.webmanifest 重新命名為
# manifest.json,並檢查和修改相關內容
# (圖示的路徑)。

# 注意:要檢查你的圖標
# 請前往 https://realfavicongenerator.net/favicon-checker。
# 如果偵測到任何問題,檢查生成的檔案和
# ~/blog/themes/meme/static/ 目錄下
# 相關檔案的檔案名稱差異。如果有差異,
# 這意味著某些文件可能已經過時。
# 如有需要,請提 Issue。

themeColor = "#fcfaf2"
# themeColorDark = "#16171d"
safariMaskColor = "#fff"
msApplicationTileColor = "#fff"


######################################
Expand Down
Binary file modified static/favicon.ico
100755 → 100644
Binary file not shown.
Binary file modified static/icons/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.
Binary file added static/icons/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/icons/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/icons/mstile-150x150.png
Binary file not shown.
704 changes: 0 additions & 704 deletions static/icons/safari-pinned-tab.svg

This file was deleted.

Binary file added static/icons/web-app-manifest-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 added static/icons/web-app-manifest-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
11 changes: 9 additions & 2 deletions static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
"short_name": "一休兒",
"icons": [
{
"src": "./icons/android-chrome-512x512.png",
"src": "./icons/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./icons/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#fcfaf2",
Expand Down

0 comments on commit 9dec97d

Please sign in to comment.