Skip to content

JuneKelly/pollen-reveal-js-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pollen / Reveal.JS

Open index.html.pm, and write your slides.

Run the Pollen Server

$ raco pollen start

... then visit http:https://localhost:8080

Compile

$ raco pollen render index.html

... then open index.html in a browser

Changing the theme

Open template.html.p, and change the link#theme element:

  <link rel="stylesheet" href="dist/theme/simple.css" id="theme">

And for syntax highlighting, change the link#highlight-theme element:

  <!-- Theme used for syntax highlighted code -->
  <link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">

Start your own git repo

$ rm -rf .git && git init && git add -A && git commit -m 'init'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published