From 9221101651f827f45c451ed37c9beb6bced503d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B1=B3=E8=80=81=E6=9C=B1?= Date: Mon, 6 May 2019 09:46:20 +0800 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index a1f699b..27dbd1a 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,24 @@ Then create `styles/custom.scss` file and write your own styles there. your cust └── theme.toml ``` +If you want to change avatar or favicons without modifying this theme, just copy `themes/hugo-nuo/assets` and `themes/hugo-nuo/static` to your blog root dir and keep the filename the same with theme. + +```bash +~/D/@/my-blog ❯❯❯ tree -L 2 +. +├── config.toml +├── assets +│ └── images <-- replace images +├── static +│ ├── favicon.ico <-- replace favicon.ico +│ ├── icons <-- replace icons +│ └── manifest.json +└── themes + └── hugo-nuo +``` + +Above is your blog repo structure, now you can replace images with your own, and don't need to modify theme anymore. + ## Build > **⚠️ Big Change**