Welcome to my blog

This is the first post to my Tealeaf Training blog. I'm trying to use GitHub User Pages and a Jekyll template for my blog. So far it's been way too much work. I think I should have just used WordPress or Tumblr.

I thought markdown was all I would need to know but its lots of HTML/CSS and Javascript. I'm just not a Web developer... yet. Please excuse the broken links while I figure out what I'm doing.

Playing around with Markdown
def print_cards cards
  puts "#{cards.count}-card deck"
  cards.each do | rank, suit |
    puts "  #{rank} of #{suit}"
  end
end

February 1, 2014 |
Tags : ruby tealeaf

Comments Section

Feel free to comment on the post but keep it clean and on topic.

comments powered by Disqus

About Me

Mark Greene Working to complete the Tealeaf Training so I can learn Web Development with Ruby and Rails.

mark-greene.github.io
 

Tags :
ruby tealeaf