Skip to content

Hal-Spidernight/slidev-theme-hal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slidev-theme-hal

NPM version

A (...) theme for Slidev.

Install

Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.

---
theme: 'slidev-theme-hal'
themeConfig:
  company: Company Name
  author: Hal
  logo: "./images/event_logo.svg"
  logoWidth: "180px"
  titleSize: "3rem"
  authorSize: "2.5rem"
---

Theme config options

Key Description Default
company Company name shown on the title slide
author Author name shown on the title slide
logo Path or URL of the logo image
logoWidth Width of the logo image 150px
titleSize Font size of the slide title (SlideTitle) 3rem
authorSize Font size of the author name 2.5rem

Learn more about how to use a theme.

Layouts

This theme provides the following layouts:

TODO:

Components

This theme provides the following components:

TODO:

Contributing

  • npm install
  • npm run dev to start theme preview of example.md
  • Edit the example.md and style to see the changes
  • npm run export to generate the preview PDF
  • npm run screenshot to generate the preview PNG

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors