4

I am creating an R Presentation, but I cannot find a way to use a css template stored on a website.

This works:

 Title
 ========================================================
 author: Me
 date: Jan 9, 2015
 transition: none
 css: /Users/user/template.css


But this does not work:

Title
========================================================
author: Me
date: Jan 9, 2015
transition: none
css: https://dl.dropboxusercontent.com/u/2364714/template.css


It also does not work if I put the url in quotation marks, or if I move the file to a http instead of https link.

user3874377
  • 255
  • 3
  • 10

1 Answers1

0

I previously had issues with linking to https images. That could be the problem here.

This works for me. The trick was the : after ioslides_presentation. This is in the YAML part.

output: 
 ioslides_presentation:
   css: https://dl.dropboxusercontent.com/u/.....
Sharon
  • 311
  • 2
  • 5