Browse Source

Default to layout: post for posts

Just a little less boilerplate. This also removes a bit of trailing
whitespace because it shouldn't have been there.
main
Paul O’Shannessy 11 years ago
parent
commit
efc42e8bf1
  1. 6
      _config.yml
  2. 1
      _posts/2013-06-02-jsfiddle-integration.md
  3. 1
      _posts/2013-06-05-why-react.md
  4. 1
      _posts/2013-06-12-community-roundup.md
  5. 1
      _posts/2013-06-19-community-roundup-2.md
  6. 1
      _posts/2013-06-21-react-v0-3-3.md
  7. 1
      _posts/2013-06-27-community-roundup-3.md
  8. 1
      _posts/2013-07-02-react-v0-4-autobind-by-default.md
  9. 1
      _posts/2013-07-03-community-roundup-4.md
  10. 1
      _posts/2013-07-11-react-v0-4-prop-validation-and-default-values.md
  11. 1
      _posts/2013-07-17-react-v0-4-0.md
  12. 1
      _posts/2013-07-23-community-roundup-5.md
  13. 1
      _posts/2013-07-26-react-v0-4-1.md
  14. 1
      _posts/2013-07-30-use-react-and-jsx-in-ruby-on-rails.md
  15. 1
      _posts/2013-08-05-community-roundup-6.md
  16. 1
      _posts/2013-08-19-use-react-and-jsx-in-python-applications.md
  17. 1
      _posts/2013-08-26-community-roundup-7.md
  18. 1
      _posts/2013-09-24-community-roundup-8.md
  19. 1
      _posts/2013-10-16-react-v0.5.0.md
  20. 1
      _posts/2013-10-29-react-v0-5-1.md
  21. 1
      _posts/2013-10-3-community-roundup-9.md
  22. 1
      _posts/2013-11-05-thinking-in-react.md
  23. 1
      _posts/2013-11-06-community-roundup-10.md
  24. 1
      _posts/2013-11-18-community-roundup-11.md
  25. 1
      _posts/2013-12-18-react-v0.5.2-v0.4.2.md
  26. 1
      _posts/2013-12-19-react-v0.8.0.md
  27. 1
      _posts/2013-12-23-community-roundup-12.md
  28. 1
      _posts/2013-12-30-community-roundup-13.md
  29. 1
      _posts/2014-01-02-react-chrome-developer-tools.md
  30. 1
      _posts/2014-01-06-community-roundup-14.md
  31. 1
      _posts/2014-02-05-community-roundup-15.md
  32. 1
      _posts/2014-02-15-community-roundup-16.md
  33. 1
      _posts/2014-02-16-react-v0.9-rc1.md
  34. 1
      _posts/2014-02-20-react-v0.9.md
  35. 1
      _posts/2014-02-24-community-roundup-17.md
  36. 1
      _posts/2014-03-14-community-roundup-18.md
  37. 1
      _posts/2014-03-19-react-v0.10-rc1.md
  38. 1
      _posts/2014-03-21-react-v0.10.md
  39. 1
      _posts/2014-03-28-the-road-to-1.0.md
  40. 1
      _posts/2014-04-04-reactnet.md
  41. 1
      _posts/2014-05-06-flux.md
  42. 1
      _posts/2014-05-29-one-year-of-open-source-react.md
  43. 1
      _posts/2014-06-27-community-roundup-19.md
  44. 1
      _posts/2014-07-13-react-v0.11-rc1.md
  45. 1
      _posts/2014-07-17-react-v0.11.md
  46. 1
      _posts/2014-07-25-react-v0.11.1.md
  47. 1
      _posts/2014-07-28-community-roundup-20.md
  48. 1
      _posts/2014-07-30-flux-actions-and-the-dispatcher.md
  49. 1
      _posts/2014-08-03-community-roundup-21.md

6
_config.yml

@ -9,6 +9,12 @@ relative_permalinks: true
paginate: 5 paginate: 5
timezone: America/Los_Angeles timezone: America/Los_Angeles
highlighter: pygments highlighter: pygments
defaults:
- scope:
path: ''
type: post
values:
layout: post
exclude: exclude:
- Gemfile - Gemfile
- Gemfile.lock - Gemfile.lock

1
_posts/2013-06-02-jsfiddle-integration.md

@ -1,6 +1,5 @@
--- ---
title: JSFiddle Integration title: JSFiddle Integration
layout: post
author: Christopher Chedeau author: Christopher Chedeau
--- ---

1
_posts/2013-06-05-why-react.md

@ -1,6 +1,5 @@
--- ---
title: Why did we build React? title: Why did we build React?
layout: post
author: Pete Hunt author: Pete Hunt
--- ---

1
_posts/2013-06-12-community-roundup.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #1" title: "Community Round-up #1"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-06-19-community-roundup-2.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #2" title: "Community Round-up #2"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-06-21-react-v0-3-3.md

@ -1,6 +1,5 @@
--- ---
title: "React v0.3.3" title: "React v0.3.3"
layout: post
author: Paul O'Shannessy author: Paul O'Shannessy
--- ---

1
_posts/2013-06-27-community-roundup-3.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #3" title: "Community Round-up #3"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-07-02-react-v0-4-autobind-by-default.md

@ -1,6 +1,5 @@
--- ---
title: "New in React v0.4: Autobind by Default" title: "New in React v0.4: Autobind by Default"
layout: post
author: Paul O'Shannessy author: Paul O'Shannessy
--- ---

1
_posts/2013-07-03-community-roundup-4.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #4" title: "Community Round-up #4"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-07-11-react-v0-4-prop-validation-and-default-values.md

@ -1,6 +1,5 @@
--- ---
title: "New in React v0.4: Prop Validation and Default Values" title: "New in React v0.4: Prop Validation and Default Values"
layout: post
author: Paul O'Shannessy author: Paul O'Shannessy
--- ---

1
_posts/2013-07-17-react-v0-4-0.md

@ -1,6 +1,5 @@
--- ---
title: "React v0.4.0" title: "React v0.4.0"
layout: post
author: Paul O'Shannessy author: Paul O'Shannessy
--- ---

1
_posts/2013-07-23-community-roundup-5.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #5" title: "Community Round-up #5"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-07-26-react-v0-4-1.md

@ -1,6 +1,5 @@
--- ---
title: "React v0.4.1" title: "React v0.4.1"
layout: post
author: Paul O'Shannessy author: Paul O'Shannessy
--- ---

1
_posts/2013-07-30-use-react-and-jsx-in-ruby-on-rails.md

@ -1,6 +1,5 @@
--- ---
title: "Use React and JSX in Ruby on Rails" title: "Use React and JSX in Ruby on Rails"
layout: post
author: Paul O'Shannessy author: Paul O'Shannessy
--- ---

1
_posts/2013-08-05-community-roundup-6.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #6" title: "Community Round-up #6"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-08-19-use-react-and-jsx-in-python-applications.md

@ -1,6 +1,5 @@
--- ---
title: "Use React and JSX in Python Applications" title: "Use React and JSX in Python Applications"
layout: post
author: Kunal Mehta author: Kunal Mehta
--- ---

1
_posts/2013-08-26-community-roundup-7.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #7" title: "Community Round-up #7"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-09-24-community-roundup-8.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #8" title: "Community Round-up #8"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-10-16-react-v0.5.0.md

@ -1,6 +1,5 @@
--- ---
title: "React v0.5" title: "React v0.5"
layout: post
author: Paul O'Shannessy author: Paul O'Shannessy
--- ---

1
_posts/2013-10-29-react-v0-5-1.md

@ -1,6 +1,5 @@
--- ---
title: "React v0.5.1" title: "React v0.5.1"
layout: post
author: Paul O'Shannessy author: Paul O'Shannessy
--- ---

1
_posts/2013-10-3-community-roundup-9.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #9" title: "Community Round-up #9"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-11-05-thinking-in-react.md

@ -1,6 +1,5 @@
--- ---
title: "Thinking in React" title: "Thinking in React"
layout: post
author: Pete Hunt author: Pete Hunt
--- ---

1
_posts/2013-11-06-community-roundup-10.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #10" title: "Community Round-up #10"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-11-18-community-roundup-11.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #11" title: "Community Round-up #11"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-12-18-react-v0.5.2-v0.4.2.md

@ -1,6 +1,5 @@
--- ---
title: "React v0.5.2, v0.4.2" title: "React v0.5.2, v0.4.2"
layout: post
author: Paul O'Shannessy author: Paul O'Shannessy
--- ---

1
_posts/2013-12-19-react-v0.8.0.md

@ -1,6 +1,5 @@
--- ---
title: "React v0.8" title: "React v0.8"
layout: post
author: Paul O'Shannessy author: Paul O'Shannessy
--- ---

1
_posts/2013-12-23-community-roundup-12.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #12" title: "Community Round-up #12"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2013-12-30-community-roundup-13.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #13" title: "Community Round-up #13"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2014-01-02-react-chrome-developer-tools.md

@ -1,6 +1,5 @@
--- ---
title: "React Chrome Developer Tools" title: "React Chrome Developer Tools"
layout: post
author: Sebastian Markbåge author: Sebastian Markbåge
--- ---

1
_posts/2014-01-06-community-roundup-14.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #14" title: "Community Round-up #14"
layout: post
author: Vjeux author: Vjeux
--- ---

1
_posts/2014-02-05-community-roundup-15.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #15" title: "Community Round-up #15"
layout: post
author: Jonas Gebhardt author: Jonas Gebhardt
--- ---

1
_posts/2014-02-15-community-roundup-16.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #16" title: "Community Round-up #16"
layout: post
author: Jonas Gebhardt author: Jonas Gebhardt
--- ---

1
_posts/2014-02-16-react-v0.9-rc1.md

@ -1,6 +1,5 @@
--- ---
title: React v0.9 RC title: React v0.9 RC
layout: post
author: Ben Alpert author: Ben Alpert
--- ---

1
_posts/2014-02-20-react-v0.9.md

@ -1,6 +1,5 @@
--- ---
title: React v0.9 title: React v0.9
layout: post
author: Ben Alpert author: Ben Alpert
--- ---

1
_posts/2014-02-24-community-roundup-17.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #17" title: "Community Round-up #17"
layout: post
author: Jonas Gebhardt author: Jonas Gebhardt
--- ---

1
_posts/2014-03-14-community-roundup-18.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #18" title: "Community Round-up #18"
layout: post
author: Jonas Gebhardt author: Jonas Gebhardt
--- ---

1
_posts/2014-03-19-react-v0.10-rc1.md

@ -1,6 +1,5 @@
--- ---
title: React v0.10 RC title: React v0.10 RC
layout: post
author: Paul O’Shannessy author: Paul O’Shannessy
--- ---

1
_posts/2014-03-21-react-v0.10.md

@ -1,6 +1,5 @@
--- ---
title: React v0.10 title: React v0.10
layout: post
author: Paul O’Shannessy author: Paul O’Shannessy
--- ---

1
_posts/2014-03-28-the-road-to-1.0.md

@ -1,6 +1,5 @@
--- ---
title: The Road to 1.0 title: The Road to 1.0
layout: post
author: Paul O'Shannessy author: Paul O'Shannessy
--- ---

1
_posts/2014-04-04-reactnet.md

@ -1,6 +1,5 @@
--- ---
title: "Use React and JSX in ASP.NET MVC" title: "Use React and JSX in ASP.NET MVC"
layout: post
author: Daniel Lo Nigro author: Daniel Lo Nigro
--- ---

1
_posts/2014-05-06-flux.md

@ -1,6 +1,5 @@
--- ---
title: "Flux: An Application Architecture for React" title: "Flux: An Application Architecture for React"
layout: post
author: Bill Fisher and Jing Chen author: Bill Fisher and Jing Chen
--- ---

1
_posts/2014-05-29-one-year-of-open-source-react.md

@ -1,6 +1,5 @@
--- ---
title: "One Year of Open-Source React" title: "One Year of Open-Source React"
layout: post
author: Cheng Lou author: Cheng Lou
--- ---

1
_posts/2014-06-27-community-roundup-19.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #19" title: "Community Round-up #19"
layout: post
author: Cheng Lou author: Cheng Lou
--- ---

1
_posts/2014-07-13-react-v0.11-rc1.md

@ -1,6 +1,5 @@
--- ---
title: React v0.11 RC title: React v0.11 RC
layout: post
author: Paul O’Shannessy author: Paul O’Shannessy
--- ---

1
_posts/2014-07-17-react-v0.11.md

@ -1,6 +1,5 @@
--- ---
title: React v0.11 title: React v0.11
layout: post
author: Paul O’Shannessy author: Paul O’Shannessy
--- ---

1
_posts/2014-07-25-react-v0.11.1.md

@ -1,6 +1,5 @@
--- ---
title: React v0.11.1 title: React v0.11.1
layout: post
author: Paul O’Shannessy author: Paul O’Shannessy
--- ---

1
_posts/2014-07-28-community-roundup-20.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #20" title: "Community Round-up #20"
layout: post
author: Lou Husson author: Lou Husson
--- ---

1
_posts/2014-07-30-flux-actions-and-the-dispatcher.md

@ -1,6 +1,5 @@
--- ---
title: "Flux: Actions and the Dispatcher" title: "Flux: Actions and the Dispatcher"
layout: post
author: Bill Fisher author: Bill Fisher
--- ---

1
_posts/2014-08-03-community-roundup-21.md

@ -1,6 +1,5 @@
--- ---
title: "Community Round-up #21" title: "Community Round-up #21"
layout: post
author: Lou Husson author: Lou Husson
--- ---

Loading…
Cancel
Save