From b701df104b2dc46a1ce47117f428ca00ece30edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Sat, 14 May 2022 16:30:00 +0800 Subject: [PATCH] :poop: Rename the image resource then replace the middle line with the underscore character as the join. --- exampleSite/config.yaml | 8 ++++---- .../{hugo-next-avatar.png => hugo_next_avatar.png} | Bin .../imgs/{hugo-next-logo.png => hugo_next_logo.png} | Bin ...ouch-icon-next.png => apple_touch_icon_next.png} | Bin .../{favicon-16x16.png => favicon_16x16_next.png} | Bin .../{favicon-32x32.png => favicon_32_32_next.png} | Bin 6 files changed, 4 insertions(+), 4 deletions(-) rename static/imgs/{hugo-next-avatar.png => hugo_next_avatar.png} (100%) rename static/imgs/{hugo-next-logo.png => hugo_next_logo.png} (100%) rename static/imgs/icons/{apple-touch-icon-next.png => apple_touch_icon_next.png} (100%) rename static/imgs/icons/{favicon-16x16.png => favicon_16x16_next.png} (100%) rename static/imgs/icons/{favicon-32x32.png => favicon_32_32_next.png} (100%) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 5ff7c4c..1971e05 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -80,13 +80,13 @@ params: # Use the "show" variable to control whether displayed in sidebar customLogo: show: false - url: /imgs/hugo-next-logo.png + url: /imgs/hugo_next_logo.png favicon: icon: /imgs/icons/favicon.ico - small: /imgs/icons/favicon-16x16-next.png - medium: /imgs/icons/favicon-32x32-next.png - appleTouchIcon: /imgs/icons/apple-touch-icon-next.png + small: /imgs/icons/favicon_16x16_next.png + medium: /imgs/icons/favicon_32_32_next.png + appleTouchIcon: /imgs/icons/apple_touch_icon_next.png # Open graph settings openGraph: diff --git a/static/imgs/hugo-next-avatar.png b/static/imgs/hugo_next_avatar.png similarity index 100% rename from static/imgs/hugo-next-avatar.png rename to static/imgs/hugo_next_avatar.png diff --git a/static/imgs/hugo-next-logo.png b/static/imgs/hugo_next_logo.png similarity index 100% rename from static/imgs/hugo-next-logo.png rename to static/imgs/hugo_next_logo.png diff --git a/static/imgs/icons/apple-touch-icon-next.png b/static/imgs/icons/apple_touch_icon_next.png similarity index 100% rename from static/imgs/icons/apple-touch-icon-next.png rename to static/imgs/icons/apple_touch_icon_next.png diff --git a/static/imgs/icons/favicon-16x16.png b/static/imgs/icons/favicon_16x16_next.png similarity index 100% rename from static/imgs/icons/favicon-16x16.png rename to static/imgs/icons/favicon_16x16_next.png diff --git a/static/imgs/icons/favicon-32x32.png b/static/imgs/icons/favicon_32_32_next.png similarity index 100% rename from static/imgs/icons/favicon-32x32.png rename to static/imgs/icons/favicon_32_32_next.png