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

github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRise <8315221+AmazingRise@users.noreply.github.com>2020-04-29 08:43:31 +0300
committerRise <8315221+AmazingRise@users.noreply.github.com>2020-04-29 08:43:31 +0300
commit54e379bf17c7aab67fe491def74905b987cb5b50 (patch)
treead0339e779b3487740d108970329cdb01bda3f6e
parent1e3fc863c5041421234c3ae7d595c8e2a91ed0bd (diff)
Updated Customization (markdown)
-rw-r--r--Customization.md12
1 files changed, 11 insertions, 1 deletions
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