Git Product home page Git Product logo

slides's Introduction

Presentations

This repository hosts presentations made using the reveal.js framework. Presentations stores other kinds of presentations, plus images and videos since I don't want them here. This is really just markdown files rendered in a nice way.

Usage

Fork

It should be quite straight forward to use this for your own presentations. Just fork the repo and make some new markdown files, preferably on the format YYYY-MM-DD-title.md.

Install

Installing all dependencies is done with

npm install

Run locally

You can start a locally hosted site that will be available at http://localhost:1948 with

npm run start

Publish

Pushing to GitHub will run a workflow that places the static site in the root of the gh-pages branch.

If you for some reason want to build it manually, you can, with

npm run build

This will put the static site in the docs directory.

Static site YAML fields

The YAML fields that are used for the list view on the built static site are

hidden: false
author: Your Name
title: My Title
event: Cool Event
date: "2023-01-17"

None need to be given, and while most have the effect of the text being shown in the list view, hidden: true will instead make sure the slide is not listed (it will, however, be created as a site just as any other slide).

Plugins

See an example demo of all features with source and built site.

In addition to the default plugins provided by reveal-md, the following plugins are included in this project:

There is also support for font-awesome icons, which can be searched for here.

Project specifics

This project makes a few changes to the original packages reveal.js and reveal-md. These patches are made using the patch-package module:

npx patch-package reveal-md
npx patch-package reveal.js

Thus, if you want further changes from this project or other modules, this is done simply by changing the source files and running npx patch-package some-package.

Licenses

The source code of the website and main repository itself is licensed under the MIT license.

The content of the content directory is licensed under the CC0 1.0 Universal license, which can be found here.

slides's People

Contributors

dependabot[bot] avatar engeir avatar

Stargazers

 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.