项目作者: gadenbuie

项目描述 :
xaringan template with logo on all slides
高级语言: HTML
项目地址: git://github.com/gadenbuie/xaringan-logo.git
创建时间: 2019-10-16T00:59:34Z
项目社区:https://github.com/gadenbuie/xaringan-logo

开源协议:

下载


Add a logo to all your xaringan slides

You can use this repository as a template to create your xaringan project, or follow the instructions below.

Demo

Manual Set Up

  1. Download your logo. I’ve used the xaringan hex logo: xaringan.png

  2. Download insert-logo.html

  3. Add insert-logo.html to your after_body includes

    1. output:
    2. xaringan::moon_reader:
    3. includes:
    4. after_body: insert-logo.html
  4. Edit the .logo class in the CSS in insert-logo.html to use your logo,
    and adjust the width, height and position (top, bottom, left, and/or right) as needed*.

  5. Use class: hide-logo to hide your logo on individual slides.

More Info

See the companion blog post for more information: https://www.garrickadenbuie.com/blog/xaringan-tip-logo-all-slides/