Skip to content

Commit 5fd4c51

Browse files
authored
📚 DOCS: Add big summary card (#404)
1 parent 553b7b8 commit 5fd4c51

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
ogp_site_url = "https://myst-parser.readthedocs.io/en/latest"
6363
# This is the image that GitHub stores for our social media previews
6464
ogp_image = "https://repository-images.githubusercontent.com/240151150/316bc480-cc23-11eb-96fc-4ab2f981a65d" # noqa: E501
65+
ogp_custom_meta_tags = [
66+
'<meta name="twitter:card" content="summary_large_image">',
67+
]
6568

6669
# Add any paths that contain custom static files (such as style sheets) here,
6770
# relative to this directory. They are copied after the builtin static files,

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MyST is a flavor of markdown that is designed for simplicity, flexibility, and e
99

1010
:::{panels}
1111
:container: +full-width text-center
12-
:column: col-4 px-2 py-2
12+
:column: col-lg-4 px-2 py-2
1313
:card:
1414

1515
**[CommonMark compliant](commonmark-block-tokens)**
@@ -51,7 +51,7 @@ In addition, here are a few pointers to help you get started.
5151

5252
:::{panels}
5353
:container: full-width
54-
:column: col-4 p-2
54+
:column: col-lg-4 p-2
5555
---
5656
:header: bg-myst-one
5757
**Get started with MyST**

0 commit comments

Comments
 (0)