This is the code repository for the official EuRuKo 2013 website
Once you've made your great commits:
- Fork this repo
- Create a topic branch -
git checkout -b my_branch
- Push to your branch -
git push origin my_branch
- Create an Issue with a link to your branch
- That's it!
- Fork this repo
- Create a topic branch -
git checkout -b my_new_blog_post
- Run bundler -
bundle install
- Use middleman to create a new article -
middleman article "A TITLE"
- Edit
source/blog/<date>-a-title-.html.markdown
, it supports Markdown - Add tags and the author - the author is being looked up into
source/images/committee
and his picture appears besides the blog post - Build the blog -
middleman build
- Commit the article (under
source
) and thebuild/blog
changes - Create a new pull request or push to origin/master if you have access
- 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.