react/docs/_config.yml

40 lines
697 B
YAML
Raw Normal View History

2013-07-18 02:25:30 +08:00
---
2014-08-14 02:14:24 +08:00
name: React
description: A JavaScript library for building user interfaces
url: https://facebook.github.io
2014-08-14 02:14:24 +08:00
baseurl: "/react"
permalink: "/blog/:year/:month/:day/:title.html"
2014-08-14 02:14:24 +08:00
paginate_path: "/blog/page:num/"
relative_permalinks: true
paginate: 5
timezone: America/Los_Angeles
highlighter: pygments
defaults:
- scope:
path: ''
type: post
values:
layout: post
2014-08-14 02:40:14 +08:00
- scope:
path: docs
type: page
values:
layout: docs
2013-07-18 02:25:30 +08:00
exclude:
2013-05-30 03:46:11 +08:00
- Gemfile
- Gemfile.lock
- README.md
- Rakefile
- vendor/bundle
2014-08-14 02:14:24 +08:00
markdown: redcarpet
2013-07-18 02:25:30 +08:00
redcarpet:
extensions:
2013-07-15 09:31:46 +08:00
- fenced_code_blocks
- footnotes
2014-08-13 13:44:18 +08:00
sass:
style: :compressed
sass_dir: _css
gems:
- jekyll-redirect-from
react_version: 0.14.0-alpha