Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webgo-mdx-deck-theme

A simple webgo-branded theme for mdx-deck.

Setup

1. Clone this repository

git clone https://github.com/loicnestler/webgo-mdx-deck-theme.git deck && cd deck && npm i

2. Create deck.mdx

Create deck.mdx in your projects root directory.

2.1 Add the webgo theme

Add this line to yourdeck.mdx file:

export {webgo as theme} from './theme/'

3. Paste in some content

import Cover from './theme/cover'

<!-- The Cover layout is used to hide the webgo decoration on a specific slide -->
<Cover>
   # This is the title of my deck
</Cover>

---

# About Me

---

# The end

4. Start the dev server

npm start

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages