yusukebe / revealgo

Markdown driven presentation tool written in Go!
MIT License
237 stars 22 forks source link

Add "Customize Configuration" section to README.md #1

Closed harupong closed 8 years ago

harupong commented 8 years ago

Thanks for making available a really handy tool!! I'm going to use revealgo for my LT at Kawasaki.rb on Wednesday :smile:

This PR is to ask you if what I've added into README.md is the proper and preferred way to customize configuration such as adding page numbers and turning off progress bar. Please take a look.

yusukebe commented 8 years ago

There are two ways to customize configurations of reveago's slides:

  1. Make it as command line options such as transition option.
  2. Modify index.html like your pull-request.

If there is a command often use, we will implement as a command line option. But reveal.js has many options you know.

So, your suggestion adding the description of customizing configuration to README is very good thing! I'll merge soon, thank you for your PR :+1:

harupong commented 8 years ago

Great, and thanks for merging it!

I understand it's pain in the butt to implement all reveal.js options as revealgo's command line options. There are just too many of them :scream: