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:
authorsyui <syui@syui.cf>2019-12-16 06:39:27 +0300
committersyui <syui@syui.cf>2019-12-16 08:46:19 +0300
commitab3d79f48314cc0ea2524e751a356a51c0d69615 (patch)
tree1969d2113cafa71ca7aa946f36ed1c42fe16106c
parentd40f561f81608e924ef487595af1e034a4a60f70 (diff)
update readme
-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