Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 1.05 KB

blog.md

File metadata and controls

8 lines (6 loc) · 1.05 KB

As you are progressing through the course you will be detailing your adventures in a blog. If you already have a personal blog set up you are free to use that; if not then we recommend simply using markdown files in a folder of your github repository:

  • create a folder named "blog"
  • for each entry create a markdown file in this folder (entry01.md, entry02.md, etc)
  • when adding a link to your blog on the guild, navigate to the file on Github and simply copy the url. Then when someone visits that link, Github will take care of the markdown parsing. For example you can read this very page by navigating to https://github.com/krawaller/ria2015/blob/master/blog.md.
  • if you want to make a comment on someone's blog page; simply make a pull request where you add it to the bottom of the page!

If you don't have/want a local markdown editor you can use Dillinger.io (thank you Ulrika!).