Giter VIP home page Giter VIP logo

niu_xaringan's Introduction

NIU Xaringan

A minimalist xaringan theme based on Northern Illinois University's branding. There are two flavors:

  1. A light theme (niu.css and niu-fonts.css) suitable for viewing on the web and small in-person presentations
  2. A dark theme (niudark.css and niudark-fonts.css) suitable for projecting on large screens.

All relevant files can be found in the /assets/ folder. Minimially, niu.css, niu-fonts.css, and NIU_horz_3Clr.png are required to build the light (default) theme.

Prerequisites

  • A distribution of R - If you're here, I think that's a given. But just in case, grab the latest version here.
  • RStudio IDE - xaringan uses RMarkdown and knitr so RStudio is pretty much required.
  • xaringan - either from CRAN or the development version from Github.
install.packages(xaringan)

or

devtools::install_github('yihui/xaringan')

Using niu_xaringan

Include the following information in the YAML preamble to your presentation.

Light theme:

output:
  xaringan::moon_reader:
    lib_dir: libs
    css: [default, "assets/niu.css", "assets/niu-fonts.css"]

Dark theme:

output:
  xaringan::moon_reader:
    lib_dir: libs
    css: [default, "assets/niudark.css", "assets/niudark-fonts.css"]

There are far more options that can be found in the example presentations here for the light theme and here for the dark theme.

Acknowledgements

Big shoutout to Garth Tarr's sydney_xaringan for the inspiration (which appears loosely based on the hygge.css template in xaringan). Much of the boilerplate display/testing slides are from Garth. Many thanks.

niu_xaringan's People

Contributors

cbgoodman avatar

Watchers

James Cloos 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.