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:
authorJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-08-15 02:29:22 +0300
committerJohn Siu (imacpro) <john.sd.siu@gmail.com>2020-08-15 02:29:22 +0300
commit6d203b3a9e5c8f6ec5cb947ecade5e690365821d (patch)
tree2c3a022da8a3223aa0dea3f437da7032ac785d75
parent5a406618d0a5022a3214b0a3fa681f37ab94426f (diff)
README.md - add Default Favicon
-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)