hexo-generator-slidehtml

0.0.64 • Public • Published

hexo-generator-slidehtml

npm version

A hexo plugin to generate slide html when build / generating hexo project.

Usage

Normally hexo would generate index.html in folder. This will generate a slide.html in same folder for you. Simply visit https://[yousite]/path/to/your/article/slide.html to quickly have a presentation.

If you have a article with a simple post settup.

---
title: Hello World
slidehtml: true
---

this will generate a slide page for it.

Demo

Because hexo would update posts link everytime after edit it.
So plz everyone intertesting in demo, just reference this project's site, every post in it have different setup.
You can find the post's source in branch gh-pages-build. 
And each post add a tail url or /slide.html can check its slide.

Website

Config

slidehtml: 
  // Merge title as first slide page.
  titleMerge: true
  // For reveal.js's page separator, remember escape special character like '\' .
  horizontalSeparator: '^\\n---\\n'
  verticalSeparator: '^\\n--\\n'
  // none/fade/slide/convex/concave/zoom default is none.
  slideTransition: none

Installation

npm i hexo-generator-slidehtml

Post Attribute

These attribute in post can override plugin's global setup.

---
slidehtml:
  titleMerge: true
  horizontalSeparator: ''
  verticalSeparator: ''
  slideTransition: none
---

Be advice that: plugin Config using YAML as format. so it's need escape char() for special char.
But post setup is Markdown format, so escape char() only focus on markdown itself.

License

MIT

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i hexo-generator-slidehtml

      Weekly Downloads

      13

      Version

      0.0.64

      License

      MIT

      Unpacked Size

      13.5 kB

      Total Files

      6

      Last publish

      Collaborators

      • clooooode