Skip to content

guoguoguoliu/open-source-camp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-source-camp

Providing tutorials for the newbie of open source

Contents

Technology Used

The slides are generated from asciidoctor markup and displayed with reveal.js. This means the content can be kept under version control and exported to a number of formats other than HTML.

Please check out the examples of asciidoctor-revealjs for more information about using markdown with reveal.js.

Thanks to Apache training project provides a very useful content tool.

Access the latest content

With the help of Github Action and Github pages, we keep deploying the latest master content in the project github page

How to contribute

  • Please review the presentations content and send Pull Request to this repository.
  • Please feel free to start a topic in the Discussions if you want to add any interesting contents.

How to Build

Just run the below command if you already setup the JDK and maven:

mvn clean compile

How to View the Slides

Once built, the generated slides can be found at:

presentations/target/generated-slides/index.html

Just open the index.html in a browser to view the slides.

Some features require the slides to be viewed via a http/https url you can do this by running:

mvn jetty:run-exploded

And goto http:https://127.0.0.1:8080/index_en.html or http:https://127.0.0.1:8080/index_cn.htmlin a browser to view.

How to print pdf: please access "http:https://127.0.0.1:8080/index_en.html?print-pdf” in a browser and print the page with landscape layout.

Some key shortcuts that may help you give a presentation:

  • Cursor keys and space can navigate the slides.
  • Press S will show speaker notes and a timer in a separate window.
  • Press F for full screen.
  • Press N for the next slide or P for the previous slide.
  • Press O (for the overview) will show a slide map/overview.
  • Press B will black the screen.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%