Skip to content

Adding a Favicon. #43

Answered by athul
g-pacheco asked this question in Q&A
Jan 29, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hey, sorry for the late reply, You can add a favicon by adding the path to favicon in the config.toml file under [params]. Here is an example of the demo site's config.toml file

favicon = "https://img.icons8.com/officel/16/000000/chevron-right.png"

baseURL = "https://athul.github.io/archie/"
languageCode = "en-us"
title = "Archie"
theme = "archie"
copyright = "© Athul"
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
paginate = 4

[params]
favicon = "https://img.icons8.com/officel/16/000000/chevron-right.png"
og_image = "https://raw.githubusercontent.com/athul/archie/master/images/archie-dark.png"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@g-pacheco
Comment options

@athul
Comment options

Answer selected by g-pacheco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants