We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218b677 commit fd1e871Copy full SHA for fd1e871
README.md
@@ -79,6 +79,21 @@ Features
79
* Copy code, see code language and file name (optional).
80
* Tightly coupled with Hugo extended latest version (v1.110.0) to compile and
81
generate asset bundles with pipelines, fingerprinting and minification.
82
+* Support for favicon which is displayed in browser tabs and bookmarks bar.
83
+
84
+#### How to add favicon in Hugo-xterm
85
86
+* Add your favicon images to `static` directory.
87
+ Example: `static/images/xterm.png`.
88
+* Add the favicon image path to `config.toml`.
89
90
+ ```toml
91
+ [params]
92
+ favicon="/images/xterm.png"
93
+ ```
94
95
+For working example check `exampleSite` directory to know how favicon is
96
+added.
97
98
### Other features
99
0 commit comments