andreamangano / confetti-theme-voice

Theme for Confetti, a tool for enriching your online speaker decks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voice Theme

Default theme for Confetti, a tool for enriching your online speaker decks.

Preview

See the online demo!

cover.jpg

cover2.jpg

Install

It is provided by default when you initialise a new slide deck using Confetti CLI.

Execute the clone command under your Confetti deck folder whether it wasn't present inside the path-to-your-deck/themes/ folder:

https://github.com/andreamangano/confetti-theme-voice.git themes/voice

Be sure that the theme has been installed by checking into path-to-your-deck/themes/ folder. It should go under the name voice.

Then modify the property theme of the file path-to-your-deck/settings.yml to theme: voice in order to enable the theme.

theme: voice

Update

Execute the following commands to update the theme:

cd themes/voice
git pull
npm install

Uninstall

For removing the theme from your current slide deck just run the following commands:

cd themes
rm -rf voice

Features

  • Mobile friendly
  • Keyboard navigation

Configs

It's possible to choose the primary theme colour by adding the property themeConfig to your path-to-your-deck/settings.yml file as described below:

themeConfig:
  # Place your favourite color here to customize the theme
  colors:
    primary: '#1C9383'
    coverBackground: '#fff'

Third party libraries

Copyright

Theme designed and developed by Andrea Mangano, powered by Confetti.

About

Theme for Confetti, a tool for enriching your online speaker decks.


Languages

Language:CSS 65.9%Language:HTML 29.2%Language:JavaScript 4.8%