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

github.com/J-Siu/hugo-theme-sk1.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5b9f7d5..9b13b14 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,10 @@ Intended for learning hugo theme structure and functions.
- [Testing](#testing)
- [Hugo Features Implemented](#hugo-features-implemented)
- [Site Config](#site-config)
+- [Default Favicon](#default-favicon)
- [Contributors](#contributors)
- [Change Log](#change-log)
+- [License](#license)
<!-- /TOC -->
@@ -116,6 +118,24 @@ mainSections = "post"
subtitle = "A Hugo Theme"
```
+### Default Favicon
+
+SK themes come with default favicon.
+
+Disable default favicon:
+
+```sh
+# At Hugo site root
+touch static/favicon.ico
+```
+
+Override default favicon:
+
+```sh
+# At Hugo site root
+cp <your favicon.ico> static/favicon.ico
+```
+
### Contributors
- [John Sing Dao Siu](https://github.com/J-Siu)