Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,19 @@
"ablog",
"sphinx_design",
"ohw_team",
"sphinxext_opengraph",
Comment thread
sorochak marked this conversation as resolved.
Outdated
]

# sphinx_panels config
panels_add_bootstrap_css = True

# -- Open Graph meta tags (for LinkedIn, Facebook, etc.) --------
ogp_site_url = "https://oceanhackweek.org/"
ogp_title = "OceanHackWeek (OHW)"
ogp_description = "A 5-day collaborative learning experience at the intersection of ocean and data sciences. Tutorials, hack projects, and community building."
ogp_image = "https://oceanhackweek.org/_images/ohw23-group-pic.jpeg"
ogp_type = "website"

templates_path = ["_templates"]
pygments_style = "sphinx"
exclude_patterns = [
Expand Down
Loading
Loading