fsprojects / FsReveal

FsReveal parses markdown and F# script file and generates reveal.js slides.
http://fsprojects.github.io/FsReveal
258 stars 100 forks source link

Creating Github Pages #37

Closed kijanawoodard closed 9 years ago

kijanawoodard commented 9 years ago

First up. Thanks for FSReveal. I did my first talk using it last night and everything went perfectly. http://kijanawoodard.github.io/Talk-Missing-Model-Mysteries/#/

As you see, I was able to get my slides to gh-pages. I followed the instructions, but was surprised to see errors. Seeing what the build script was trying to clone, it was obvious that it was trying to pull the wrong repo. I opened the build fsx and found the things to headed by searching for ReleaseSlides and following my nose.

It's a bit clunky for new users. The easiest "fix" would be to update the docs. Perhaps it would be possible to pick up the values from the git repo.

Thoughts?

forki commented 9 years ago

could you please help to update the docs? Pull requests with clarifications are very welcome.

forki commented 9 years ago

image

would this help?

kijanawoodard commented 9 years ago

I added https://github.com/fsprojects/FsReveal/compare/develop...kijanawoodard:patch-1

forki commented 9 years ago

merged ;-)

kijanawoodard commented 9 years ago

whoa. fast.

was figuring out how to properly attach the patch to the issue. ;-)