-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy to github pages #108
Comments
Great idea - been playing around with the idea for a long time but was never sure how others did it. Thanks for the example! |
I was thinking about creating jekyll-plugin that would convert any *.cleaver.md files into html files, so you could use that with github-pages. |
One issue I ran in - need to do the actual work - for this will need to reimplement the transform step in ruby, probably. |
I got this to work for my simple case like this:
For example, here's my presentation repo: https://github.com/danpaz/eb-talk. |
Thanks for the detailed steps @danpaz. My only concern is that I'd like Maybe there's a node module to access If anyone has any insights on this let me know! |
I use the same method as @danpaz documents. (https://github.com/mike-ward/talk-nancyfx). I don't even bother pushing to master. I just edit and push everything to |
@mike-ward ha, good point - I guess there's no real need to switch branches. |
@jdan What do you think about adding a section to the README with the steps above? I'm happy to make a PR for that if you think it makes sense, and maybe later we can revisit deploying from the cli with one command. |
I don't think it's too useful for the README - we should just automate it if possible. |
Maybe the best solution to this would be to add steps on the README describing how to achieve it. In general, it's pretty simple. I generally delete the master branch and always use |
|
Would be nice if cleaver presentations could be easily deployed to GitHub pages.
A bit like generator-bespoke does with
gulp deploy
.The text was updated successfully, but these errors were encountered: