diff --git a/docs/ace.png b/docs/ace.png new file mode 100644 index 0000000..d2786f9 Binary files /dev/null and b/docs/ace.png differ diff --git a/docs/themes.md b/docs/themes.md index b54a4bb..c961175 100644 --- a/docs/themes.md +++ b/docs/themes.md @@ -5,7 +5,6 @@ Default ```mdx export { default as theme } from 'mdx-deck/themes - ' ``` @@ -16,7 +15,6 @@ Big ```mdx export { big as theme } from 'mdx-deck/themes - ' ``` @@ -27,7 +25,6 @@ Book ```mdx export { book as theme } from 'mdx-deck/themes - ' ``` @@ -38,7 +35,6 @@ Code ```mdx export { code as theme } from 'mdx-deck/themes - ' ``` @@ -49,7 +45,6 @@ Comic ```mdx export { comic as theme } from 'mdx-deck/themes - ' ``` @@ -60,7 +55,6 @@ Condensed ```mdx export { condensed as theme } from 'mdx-deck/themes - ' ``` @@ -71,7 +65,6 @@ Dark ```mdx export { dark as theme } from 'mdx-deck/themes - ' ``` @@ -82,7 +75,6 @@ Future ```mdx export { future as theme } from 'mdx-deck/themes - ' ``` @@ -93,7 +85,6 @@ Hack ```mdx export { hack as theme } from 'mdx-deck/themes - ' ``` @@ -109,7 +100,6 @@ Notes ```mdx export { notes as theme } from 'mdx-deck/themes - ' ``` @@ -125,7 +115,6 @@ Script ```mdx export { script as theme } from 'mdx-deck/themes - ' ``` @@ -136,7 +125,6 @@ Swiss ```mdx export { swiss as theme } from 'mdx-deck/themes - ' ``` @@ -147,7 +135,6 @@ Yellow ```mdx export { yellow as theme } from 'mdx-deck/themes - ' ``` @@ -157,7 +144,6 @@ Poppins ```mdx export { poppins as theme } from 'mdx-deck/themes - ' ``` @@ -167,7 +153,6 @@ Syntax Highlighter ```mdx export { syntaxHighlighter as theme } from 'mdx-deck/themes - ' ``` @@ -177,10 +162,11 @@ Syntax Highlighter Prism ```mdx export { syntaxHighlighterPrism as theme } from 'mdx-deck/themes - ' ``` +--- + Aspect 16:9 ```mdx @@ -188,6 +174,8 @@ export { aspect as theme } from '@mdx-deck/themes ' ``` +--- + Aspect 4:3 ```mdx diff --git a/packages/mdx-deck/README.md b/packages/mdx-deck/README.md index 9356d9c..821e338 100644 --- a/packages/mdx-deck/README.md +++ b/packages/mdx-deck/README.md @@ -1,7 +1,7 @@ -# MDX Deck - ![](https://s3.amazonaws.com/jxnblk/mdx-deck-2.gif) +# MDX Deck + Award-winning [MDX][]-based presentation decks [![Build Status][badge]][travis]