mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-12-14 09:58:43 +01:00
Add favicon support
This commit is contained in:
parent
34047623ff
commit
df84c55f4c
3 changed files with 25 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -303,6 +303,20 @@ use_full_hack_font = true
|
|||
|
||||
Also see [Hack's docs](https://github.com/source-foundry/Hack/blob/master/docs/WEBFONT_USAGE.md).
|
||||
|
||||
### Favicon
|
||||
|
||||
The theme supports adding a global favicon (applies to
|
||||
all pages) to the site:
|
||||
|
||||
```toml
|
||||
# Optional: Global favicon URL and mimetype.
|
||||
# Mimetype defaults to "image/x-icon".
|
||||
# The URL should point at a file located
|
||||
# in your site's "static" directory.
|
||||
favicon = "/favicon.png"
|
||||
favicon_mimetype = "image/png"
|
||||
```
|
||||
|
||||
All the configuration options are also described in
|
||||
[`config.toml`](../blob/master/config.toml).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue