Skip to content

Commit 7bafc02

Browse files
authored
Add Open Graph extension and settings to conf.py
1 parent a799fee commit 7bafc02

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,19 @@
1919
"ablog",
2020
"sphinx_design",
2121
"ohw_team",
22+
"sphinxext_opengraph",
2223
]
2324

2425
# sphinx_panels config
2526
panels_add_bootstrap_css = True
2627

28+
# -- Open Graph meta tags (for LinkedIn, Facebook, etc.) --------
29+
ogp_site_url = "https://oceanhackweek.org/"
30+
ogp_title = "OceanHackWeek (OHW)"
31+
ogp_description = "A 5-day collaborative learning experience at the intersection of ocean and data sciences. Tutorials, hack projects, and community building."
32+
ogp_image = "https://oceanhackweek.org/_images/ohw23-group-pic.jpeg"
33+
ogp_type = "website"
34+
2735
templates_path = ["_templates"]
2836
pygments_style = "sphinx"
2937
exclude_patterns = [

0 commit comments

Comments
 (0)