-
Notifications
You must be signed in to change notification settings - Fork 8
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
Middleman vs GitHub pages #1
Comments
I am cool with that. Originally I had set it up to be jekyll and decided to give middle man a try mostly out of curiosity. I can live without slim (although I might 😢) I do want to keep around the sass and coffee, but I think this approach would be a great solution to that. I do prefer the ability to edit in the browser that jekyll gives you -- and makes it easy to add pages without having to go through a build step. |
That was pretty straight forward. I moved a few files around and reconfigured it for jekyll. It is a pretty basic setup -- would be nice if we could add things like a layout for blog posts (which would be great for information about the conference) and some of the other niceties of jekyll. I also renamed the repo, so you (@rpearce and @jwieringa) may need to update your |
Wow that was fast! Yeah +1 for Sass and CoffeeScript |
Hi! Just a few thoughts here to get things rolling...
Is there any reason to get fancy with Middleman? If you're just going to have a static page which only needs to do a call to meetup.com to get meetup info, is there a reason to complicate things? Custom GitHub pages are easy to maintain and remove practically all complexity, making it easy for newcomers to contribute.
http://pages.github.com/
http://jekyllrb.com/docs/github-pages/
I'd be glad to set this up if you like.
The text was updated successfully, but these errors were encountered: