Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/syui/hugo-theme-air.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index cf121dd..ab57bc3 100644
--- a/README.md
+++ b/README.md
@@ -159,6 +159,21 @@ $ git push -u origin gh-pages
$ curl user.github.io/repository
```
+## change logo
+
+Replace `static/images/user.png` with myfile.
+
+Please close the browser and rerun hugo server.
+
+point :`BaseUrl`, `authorwebsite` last slash `/`
+
+```toml
+BaseUrl= "https://localhost/"
+
+[params]
+ authorwebsite = "https://localhost"
+ logo = "images/user.png"
+```
# Contact me