Host lmm333's slice online, most slices run by reveal.js and image host on qiniu.com
- Copy base html files from /templete to new folder
- Update <title> , add .md files
- Publish to github
- [Optional] If want to preview md files locally, need to setup npm server, see Preview md on localhost below or see README.md file under
reveal.js-3.6.0for more detail
A framework for easily creating beautiful presentations using HTML. Check out the live demo.
- Make sure finish Full setup first
- Copy .md and image files to
reveal.js-3.6.0folder and update md file name in external_md.html - Serve the presentation and monitor source files for changes
$ cd reveal.js-3.6.0 $ npm start - Open
http://localhost:8000/external_md.html
Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
-
Install Node.js (4.0.0 or later)
-
Clone the reveal.js repository
$ git clone https://github.com/hakimel/reveal.js.git
-
Navigate to the reveal.js folder
$ cd reveal.js -
Install dependencies
$ npm install
-
Serve the presentation and monitor source files for changes
$ npm start
-
Open http://localhost:8000 to view your presentation
You can change the port by using
npm start -- --port=8001.
A cloud computering website, I am using image CDN storage of it, imageView2 API document
Add image to md like below, use to control image size
 <!-- .element height="90%" width="90%" -->
MIT licensed
Copyright (C) 2018 lmm333, http://lmm333.com/