Skip to content

📐 Hugo theme for reveal.js and remark.js

License

Notifications You must be signed in to change notification settings

heavywatal/hugo-theme-reveal

Repository files navigation

hugo-theme-reveal: Hugo theme for reveal.js

Options

config.toml of example slides:

baseURL = "https://heavywatal.github.io/slides/"
buildDrafts = false
buildFuture = true
title = "Slide decks — Heavy Watal"
disableKinds = ["RSS", "sitemap"]
ignoreFiles = ["\\.R$", "\\.Rmd$", "\\.csv$"]
noTimes = true
googleAnalytics = "G-***"

[author]
name = "Watal M. Iwasaki"
twitter = "@heavywatal"

[markup.goldmark.renderer]
unsafe = true

[markup.highlight]
noClasses = false

[params]
og_image = "https://avatars.githubusercontent.com/heavywatal"

[module]
[[module.imports]]
path = "github.com/heavywatal/hugo-theme-reveal"

Example of front matter:

+++
title = "Writing an R package interface to C++ libraries with Rcpp"
date = 2018-07-15T15:00:00+09:00
type = "reveal"
draft = false
+++

Development

  1. Initialize reveal.js submodule: git submodule update --init --recursive

  2. Execute setup.sh to copy necessary files to static/.

About

📐 Hugo theme for reveal.js and remark.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published