From 54e379bf17c7aab67fe491def74905b987cb5b50 Mon Sep 17 00:00:00 2001 From: Rise <8315221+AmazingRise@users.noreply.github.com> Date: Wed, 29 Apr 2020 13:43:31 +0800 Subject: Updated Customization (markdown) --- Customization.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Customization.md b/Customization.md index 88d650a..77e3788 100644 --- a/Customization.md +++ b/Customization.md @@ -17,6 +17,8 @@ Thank you for your support! * [Add Google Analytics and Site Verification](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#add-google-analytics) * [Add Google Search Box on your site](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#add-google-search-box-on-your-site) +* [Add Favicon](https://github.com/AmazingRise/hugo-theme-diary/wiki/Customization#add-favicon) + ## Change color scheme (From *theme*'s root directory) Go to `assets/scss/journal.scss`. @@ -111,4 +113,12 @@ If the setting is correct, you will see a Google Search box on the right side of If you want to remove this, just remove `googleSearchCode` from `config.toml`. -**Notice: This search box only appears in homepage.** \ No newline at end of file +**Notice: This search box only appears in homepage.** + +## Add favicon + +Add it to your site's `config.toml`: +```toml +[params] +favicon = "Your Favicon Address" +``` \ No newline at end of file -- cgit v1.2.3