GithubHelp home page GithubHelp logo

marp-themes's Introduction

Marp Theme Collection

Demo

Marp AWS Theme

Theme Collection

No Stack Name File Name Header
1. Alpine marp-alpine-theme.css theme: alpine
2. AWS marp-aws-theme.css theme: aws
3. Docker marp-docker-theme.css theme: docker
4. Filament marp-filament-theme.css theme: filament
5. Langchain marp-filament-theme.css theme: langchain
6. Laravel marp-laravel-theme.css theme: laravel
7. Livewire marp-livewire-theme.css theme: livewire
8. React marp-react-theme.css theme: react

Use theme

  • Add the css file located in the themes directory to your marp project.
  • Once added it can be referenced from a marp source file by adding theme: theme-name to the header.
  • When using the marp-cli you must specify the theme you are using, to do so add --theme ./themes/file-name.css to your command.
marp --theme ./themes/file-name.css  slides.md -o slides.pdf

The easy way (with VS Code)

The easiest and fastest solution is to use the Marp for VS Code extension.

  1. Find your theme in our library (aws for example).
  2. Copy the url of the CSS file.
  3. Add a .vscode/settings.json file in your project.
  4. Add the following line in your .vscode/settings.json file (replace the marp-aws-theme url with your theme url):
{
  "markdown.marp.themes": [
    "https://raw.githubusercontent.com/gymie/marp-themes/master/gymie/marp-aws-theme.css"
  ]
}
  1. Play with your theme by adding theme: aws into your marp slides frontmatter.

Reference

https://github.com/dracula/marp

marp-themes's People

Contributors

gymie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.