Upgrade to Pro — share decks privately, control downloads, hide ads and more …

teahour.fm.pdf

 teahour.fm.pdf

http://teahour.fm and its website builder

Dingding Ye

April 06, 2013
Tweet

More Decks by Dingding Ye

Other Decks in Technology

Transcript

  1. Ñ  Start  at  01/19/2013 Ñ  Weekly  Episode Ñ  10  Episodes

     so  far Ñ  5  guests Ñ  More  than  7K+  listeners Ñ  Ruby,  Rails,  JavaScript,  Mobile,  Git Ñ  Personal  growth,  Agile,  Open  Source Ñ  Fun Analystic
  2. Ñ  ERB,  Haml,  Sass,  Less,  etc Ñ  Layouts  and  Partial

    Ñ  View  Helpers Ñ  Asset  Pipeline  using  sprockets Ñ  Markdown A  suite  of  tools  you  already  know
  3. ─$  tree . ├──  Gemfile ├──  README.md ├──  config.rb ├──

     config.ru ├──  data │      ├──  author.yml │      ├──  site.yml │      └──  sitemap.yml ├──  source │      ├──  2013-­‐‑01-­‐‑19-­‐‑1st_beginning.html.markdown │      ├──  ...... │      ├──  2013-­‐‑04-­‐‑02-­‐‑open-­‐‑source-­‐‑software-­‐‑and-­‐‑gitcafe.html.markdown │      ├──  feed.xml.builder │      ├──  images │      │      ├──  bg.png │      │      ├──  ....... │      │      └──  logo.png │      ├──  index.html.erb │      ├──  javascripts │      │      ├──  application.js │      │      └──  main.js.coffee │      ├──  layouts │      │      ├──  layout.erb │      │      └──  podcast.erb │      ├──  shared │      │      └──  _post.erb │      ├──  sitemap.xml.builder │      └──  stylesheets │              ├──  application.css.scss
  4. $  gem  install  middleman   $  middleman  init  teahour.fm  -­‐‑-­‐‑template=html5

          $  middleman  server   $  middleman  article  interview-­‐‑dhh   $  middleman  build