docs: add og image and og description

This commit is contained in:
Hsiaoming Yang
2023-07-29 22:45:13 +09:00
parent 2d53d07d3d
commit 902141c482
6 changed files with 13 additions and 4 deletions

View File

@ -52,12 +52,13 @@ html_theme_options = {
"dark_code": True,
"light_logo": "_static/light-logo.svg",
"dark_logo": "_static/dark-logo.svg",
'twitter_site': 'lepture',
'twitter_creator': 'lepture',
'twitter_url': 'https://twitter.com/lepture',
'github_url': 'https://github.com/lepture/captcha',
"twitter_site": 'lepture',
"twitter_creator": 'lepture',
"twitter_url": 'https://twitter.com/lepture',
"github_url": 'https://github.com/lepture/captcha',
"carbon_ads_code": "CE7DKK3W",
"carbon_ads_placement": "captchalepturecom",
"og_image_url": "https://captcha.lepture.com/_static/icon.png",
"light_css_variables": {
"--sy-rc-theme": "36, 206, 114",
},