Skip to content

atanasj/prez_tmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

To clone this repository

Clone the repository:

git clone https://github.com/atanasj/prez_tmp.git YOUR_NEW_REPO
cd YOUR_NEW_REPO

Create a new repository on GitHub:

  • Go to https://github.com/new.
  • Name your new repository.
  • Do not initialise with a README, .gitignore, or license file.

Set the new repository as your origin:

git remote rename origin upstream
git remote add origin https://github.com/YOUR_USERNAME/YOUR_NEW_REPO.git

Push to the new repository:

git push -u origin main

Replace YOUR_USERNAME and YOUR_NEW_REPO with your GitHub username and the name of your new repository, respectively.

To create presentations

Clone this repo, update the link below, then update the index.org file as required.

I use this repository for hosting images or other content that I would like to embed into presentations that are not available on the public domain in order to make slide decks transportable, and only require a working internet connection.

Add local resources in the ./assets directory. Alternatively, can copy the relevant url of the resource yo find on the internet and add into the slide deck appropriately. The latter is particularly recommended for online video content, e.g., YouTube, which can be embedded into the presentation.


To host a presentation

If you want to have this repo as base for a presentation on GitHub pages, update the link below. Access the slides by clicking on this link.

Dependencies

About

Template for Reveal Presentations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published