You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conf.py
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,19 @@
19
19
"ablog",
20
20
"sphinx_design",
21
21
"ohw_team",
22
+
"sphinxext_opengraph",
22
23
]
23
24
24
25
# sphinx_panels config
25
26
panels_add_bootstrap_css=True
26
27
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."
0 commit comments