Giter Club home page Giter Club logo

slides's Introduction

Slides Template Project

Michel Casabianca

[email protected]


Slides Template Project

This is a template project to generate slides using Remark JS. Download the archive of the project on the download page, unzip it and customize following properties of the makefile:

  • TITLE which if the title of the slides.
  • DESTINATION which is the slides destination, used by rsync to publish the slides.

You can then edit the content of the slides in the readme.md file in Markdown format.

The makefile provides following targets:

  • slides to generate slides in build directory.
  • clean to delete files generated in build directory.
  • publish to publish slides using rsync.

You can open generated slides in your favorite browser in build directory. You can view these slides in your browser at this location.


Sample slides

Pages of the slides are separated with three dashes, such as ---. First page with title should start with first level header:

# Title of my slides

subtitle

my email address

---
## Second page title

Content ...

Content is written with standard Markdown syntax.


Pictures

To print a picture, put it in the img directory and integrate with following syntax:

![The Author](img/casa.png)

Which will render as:

The Author


Tables

You can render a table with following syntax:

First column | Second column | Third column    | Fourth column
:----------- | :-----------: | --------------: | -------------
left aligned | centered      | right aligned   | default
second line  | second line   | second line     | second line

This will be rendered as:

First column Second column Third column Fourth column
left aligned centered right aligned default
second line second line second line second line

Tips

  • Your slides will display on the github page of the project (with horizontal separator between pages).
  • To generate PDF, you can display the slides on Chrome and then print them as PDF.
  • As all resources are embbeded in res directory, you don't need an internet connection to display your slides locally.

slides's People

Contributors

c4s4 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.