Skip to content

Commit fd1e871

Browse files
3willowsmanid2
authored andcommitted
feat: [README] Add favicon instructions
1 parent 218b677 commit fd1e871

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,21 @@ Features
7979
* Copy code, see code language and file name (optional).
8080
* Tightly coupled with Hugo extended latest version (v1.110.0) to compile and
8181
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.
8297

8398
### Other features
8499

0 commit comments

Comments
 (0)