From 5fd4c514dc54c499125d8f66fd91783e9cac096c Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Thu, 8 Jul 2021 07:57:53 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20=20DOCS:=20Add=20big=20summary?= =?UTF-8?q?=20card=20(#404)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 3 +++ docs/index.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f5708b5c..cd3f4bc6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,6 +62,9 @@ ogp_site_url = "https://myst-parser.readthedocs.io/en/latest" # This is the image that GitHub stores for our social media previews ogp_image = "https://repository-images.githubusercontent.com/240151150/316bc480-cc23-11eb-96fc-4ab2f981a65d" # noqa: E501 +ogp_custom_meta_tags = [ + '', +] # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/docs/index.md b/docs/index.md index 562caa9e..80a8cad1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,7 +9,7 @@ MyST is a flavor of markdown that is designed for simplicity, flexibility, and e :::{panels} :container: +full-width text-center -:column: col-4 px-2 py-2 +:column: col-lg-4 px-2 py-2 :card: **[CommonMark compliant](commonmark-block-tokens)** ✔ @@ -51,7 +51,7 @@ In addition, here are a few pointers to help you get started. :::{panels} :container: full-width -:column: col-4 p-2 +:column: col-lg-4 p-2 --- :header: bg-myst-one **Get started with MyST**