The purpose of this framework is to introduce CI/CD methods to contents development and presentation.
The framework use reveal.js to do the presentation. All the contents should write in Markdown format. Put the md file into folder markdown, put all the pictures to folder image.
There are 2 methods.
- Clone the framework to local and host the code on any local web server. Click index.html to start the presentation
- Clone the framework to your GitHub repository, run the code directly via https://<yourgit_id>.github.io/reveal.js/
- Copy your markdown file to the folder markdown
- Locate index.html. Go to Setting --> Options --> GitHub Pages --> Source --> choose master branch. The page will be published at https://<your_github_id> /CDCP/
<section data-markdown="markdown/<your_markdown.md>"
data-separator="^\n\n\n"
data-separator-vertical="^\n\n">
</section>