euruko2013 / site

EuRuKo 2013 event website
MIT License
17 stars 17 forks source link

EuRuKo 2013 website

This is the code repository for the official EuRuKo 2013 website

Contributing

Once you've made your great commits:

  1. Fork this repo
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Create an Issue with a link to your branch
  5. That's it!

Writing a new blog post

  1. Fork this repo
  2. Create a topic branch - git checkout -b my_new_blog_post
  3. Run bundler - bundle install
  4. Use middleman to create a new article - middleman article "A TITLE"
  5. Edit source/blog/<date>-a-title-.html.markdown, it supports Markdown
  6. Add tags and the author - the author is being looked up into source/images/committee and his picture appears besides the blog post
  7. Build the blog - middleman build
  8. Commit the article (under source) and the build/blog changes
  9. Create a new pull request or push to origin/master if you have access
  10. Deploy it live (those who can, know how to do it)

Note: You have to manually put quotes to the blog title IN the markdown file, in order to build.