Skip to content

Commit

Permalink
Add twitter meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed May 8, 2024
1 parent 95d8cf2 commit e8ddcf6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,16 @@
ogp_social_cards = {
"image": "images/logo/webgpu-light.png",
}
ogp_type = "article"

ogp_custom_meta_tags = [
'<meta name="twitter:image:src" content="https://eliemichel.github.io/LearnWebGPU/_static/preview.png" />',
'<meta name="twitter:site" content="LearnWebGPU" />',
'<meta name="twitter:card" content="summary_large_image" />',
'<meta name="twitter:title" content="Learn WebGPU for C++" />',
'<meta name="twitter:description" content="This documentation walks you through the use of the WebGPU graphics API to create native 3D applications in C++ from scratch, for Windows, Linux and macOS." />',
]


# -- Options for sphinx-favicon -----------------------------------------

Expand Down

0 comments on commit e8ddcf6

Please sign in to comment.