mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 12:43:05 +00:00
* 0.11.1 blog post, changelog * Update to 0.11.0 post, changelog * Update version in site, add starter kit
22 lines
440 B
YAML
22 lines
440 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.11.1
|
|
description: A JavaScript library for building user interfaces
|
|
relative_permalinks: true
|
|
paginate: 5
|
|
paginate_path: "/blog/page:num/"
|
|
timezone: America/Los_Angeles
|