Browse Source

Reorder _config for sanity

main
Paul O’Shannessy 11 years ago
parent
commit
f0aca3b9f8
  1. 20
      _config.yml

20
_config.yml

@ -1,24 +1,24 @@
--- ---
baseurl: "/react" name: React
description: A JavaScript library for building user interfaces
url: http://facebook.github.io url: http://facebook.github.io
baseurl: "/react"
permalink: "/blog/:year/:month/:day/:title.html" permalink: "/blog/:year/:month/:day/:title.html"
paginate_path: "/blog/page:num/"
relative_permalinks: true
paginate: 5
timezone: America/Los_Angeles
highlighter: pygments
exclude: exclude:
- Gemfile - Gemfile
- Gemfile.lock - Gemfile.lock
- README.md - README.md
- Rakefile - Rakefile
markdown: redcarpet
redcarpet: redcarpet:
extensions: extensions:
- fenced_code_blocks - fenced_code_blocks
highlighter: pygments
name: React
markdown: redcarpet
react_version: 0.11.1
description: A JavaScript library for building user interfaces
relative_permalinks: true
paginate: 5
paginate_path: "/blog/page:num/"
timezone: America/Los_Angeles
sass: sass:
style: :compressed style: :compressed
sass_dir: _css sass_dir: _css
react_version: 0.11.1

Loading…
Cancel
Save