Hello World
一个Demo对此站的浏览和生成说明
@New FutureHello reveal.js
此网页由markdown书写编译成HTML, 使用 reveal.js 呈现为在线的幻灯片。
reveal.js enables you to create beautiful interactive slide decks using HTML. This presentation will show you examples of what it can do.
shortcuts
Key | Action |
---|---|
Spaces | Next |
F | Full screen (ESC exit) |
S | Speaker Mode |
O or ESC | Overview |
arrows | Navigation |
B | Beak |
快捷键
按键 | 效果 |
---|---|
空格 | Next(下一页) |
F | 全屏 (ESC退出) |
S | 演讲者模式 |
O或ESC | 预览 |
箭头 | 翻页 |
B | 暂停 |
Vertical slides
Slides can be nested inside of each other.
Use the Space key to navigate through all slides.
空格 键切换幻灯片
Basement level 1
Nested slides are useful for adding additional detail underneath a high level horizontal slide.
Basement level 2
That’s it, time to go back up.
Slides
Not a coder? Not a problem. There’s a fully-featured visual editor for authoring these, try it out at slides.com.
Point of view
Hold down alt and click on any element to zoom in on it using zoom.js. alt + click anywhere to zoom back out.
Touch optimized
Presentations look great on touch devices, like mobile phones and tablets. Simply swipe through your slides.
Markdown support
Write content using pure kramdown.
Instructions and more info available in the readme.
## Markdown support
Write content using pure Markdown.
Instructions and more info available in the [readme](https://github.com/admhlt/jekyll-and-slide).
Fragments
Hit the next arrow…
… to step through …
.. a fragmented slide.
Fragment Styles
There’s different types of fragments, like:
grow
shrink
fade-out
current-visible
highlight-red
highlight-blue
Transition styles
You can select from different transitions, like:
Pretty code
function linkify( selector ) {
if( supports3DTransforms ) {
var nodes = document.querySelectorAll( selector );
for( var i = 0, len = nodes.length; i < len; i++ ) {
var node = nodes[i];
if( !node.className ) {
node.className += ' roll';
}
}
}
}
Code syntax highlighting courtesy of Rouge.
Marvelous lists
- No order here
- Or here
- Or here
- Or here
Fantastic ordered lists
- One is smaller than…
- Two is smaller than…
- Three!
Tabular tables
Item | Value | Quantity |
---|---|---|
Apples | $1 | 7 |
Lemonade | $2 | 18 |
Bread | $3 | 2 |
Clever quotes
These guys come in two forms, inline: “The nice thing about standards is that there are so many to choose from”
and block:
“For years there has been a theory that millions of monkeys typing at random on millions of typewriters would reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.”
Intergalactic interconnections
You can link between slides internally, like this.
Speaker view
There’s a speaker view. It includes a timer, preview of the upcoming slide as well as your speaker notes.
Press the S key to try it out.
Take a moment
Press B or . on your keyboard to pause the presentation. This is helpful when you’re on stage and want to take distracting slides off the screen.
THE END
THANKS
Hello World
CODE: https://github.com/NewFuture/slides
LINK: https://slides.newfuture.cc/hello-word/