You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
491 B
24 lines
491 B
---
|
|
name: React
|
|
description: A JavaScript library for building user interfaces
|
|
url: http://facebook.github.io
|
|
baseurl: "/react"
|
|
permalink: "/blog/:year/:month/:day/:title.html"
|
|
paginate_path: "/blog/page:num/"
|
|
relative_permalinks: true
|
|
paginate: 5
|
|
timezone: America/Los_Angeles
|
|
highlighter: pygments
|
|
exclude:
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- README.md
|
|
- Rakefile
|
|
markdown: redcarpet
|
|
redcarpet:
|
|
extensions:
|
|
- fenced_code_blocks
|
|
sass:
|
|
style: :compressed
|
|
sass_dir: _css
|
|
react_version: 0.11.1
|
|
|