From ab3d79f48314cc0ea2524e751a356a51c0d69615 Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 16 Dec 2019 12:39:27 +0900 Subject: update readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- cgit v1.2.3