Skip to content

Commit

Permalink
add config for ogp social media cards
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-martino committed Feb 2, 2024
1 parent 92114d9 commit 9728196
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,12 @@
)

# -- OpenGraph configuration --------------------------------------------------

ogp_site_url = f"https://{PROGRAM_OWNER_NAME}.github.io/{PROGRAM_NAME.lower()}/"
ogp_use_first_image = False
ogp_social_cards = dict(
enable=True,
)

# -- GraphViz configuration --------------------------------------------------
# https://graphviz.org/doc/info/attrs.html
Expand Down

0 comments on commit 9728196

Please sign in to comment.