mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
21 lines
409 B
YAML
21 lines
409 B
YAML
---
|
|
baseurl: /react
|
|
url: http://facebook.github.io
|
|
permalink: /blog/:year/:month/:day/:title.html
|
|
exclude:
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- README.md
|
|
- Rakefile
|
|
redcarpet:
|
|
extensions:
|
|
- fenced_code_blocks
|
|
pygments: true
|
|
name: React
|
|
markdown: redcarpet
|
|
react_version: 0.6.0-alpha
|
|
description: A JavaScript library for building user interfaces
|
|
relative_permalinks: true
|
|
paginate: 5
|
|
paginate_path: /blog/page:num/
|