hatch-slidev-builder-mcp
Version:
A comprehensive MCP server for creating Slidev presentations with component library, interactive elements, and team collaboration features
94 lines (75 loc) • 1.56 kB
Markdown
theme: hatch-corporate
background: '#FFFFFF'
class: text-center
highlighter: shiki
lineNumbers: false
info: false
drawings:
enabled: true
persist: false
presenterOnly: false
syncAll: true
transition: slide-left
title: '{{title}}'
mdc: true
themeConfig:
primary: '#00A651'
secondary: '#004225'
accent: '#FFB800'
logo: 'https://www.hatch.com/themes/custom/hatch_theme/logo.svg'
# {{title}}
## Hatch Advisory
### {{date}}
layout: cover
background: '#00A651'
# {{title}}
<div class="absolute bottom-10">
<span class="font-700">
Hatch Advisory | {{date}}
</span>
</div>
layout: default
# Agenda
<Toc minDepth="1" maxDepth="2"></Toc>
layout: section
# Section 1
## Content Overview
layout: default
# Content Slide
- Key point 1
- Key point 2
- Key point 3
<style>
h1 {
background-color: #00A651;
background-image: linear-gradient(45deg, #00A651 10%, #004225 20%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
</style>
layout: center
# Thank You
<div class="text-center">
<img src="https://www.hatch.com/themes/custom/hatch_theme/logo.svg" class="h-20 mx-auto mb-4" />
<p class="text-lg">Hatch Advisory</p>
<p class="text-sm opacity-75">Engineering a better world</p>
<<<<<<< HEAD
</div>
=======
</div>
>>>>>>> 4b901da2b8e4bbb10dd10e20f9875a7c2344f872