Skip to content

Commit 855ae2e

Browse files
committed
docs: Configure favicon/ogp
1 parent 346fa13 commit 855ae2e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/source/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838

3939
myst_enable_extensions = ["colon_fence"]
4040

41+
ogp_site_url = "https://lambda-feedback.github.io/tex2lambda/"
42+
ogp_image = "./_static/logo.png"
43+
ogp_social_cards = {
44+
"image": "./_static/logo.png",
45+
}
46+
4147
templates_path = ["_templates"]
4248
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
4349
source_suffix = [".rst", ".md"]
@@ -48,6 +54,7 @@
4854

4955
html_title = "tex2lambda"
5056
html_theme = "furo"
57+
html_favicon = "./_static/favicon.png"
5158
html_theme_options = {
5259
"light_logo": "logo-light-mode.svg",
5360
"dark_logo": "logo-dark-mode.svg",

0 commit comments

Comments
 (0)