forked from jdpopkin/react-for-designers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (44 loc) · 1.18 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# ----------------------------------------------------------------------------
# Customize Options:
title: React.js Introduction For People Who Know Just Enough jQuery To Get By
permalink: posts/:title/
# If you're not deploying to a subdirectory, set baseurl to nil
lang: "en"
baseurl: "/react-js-introduction-for-people-who-know-just-enough-jquery-to-get-by/"
num_posts_visible_initially: 10
date_format: "%b %-d, %Y"
url: "https://chibicode.com"
# Twitter IDs
twitter:
username: "chibicode"
author:
twitter: "chibicode"
# See: https://material.io/guidelines/style/color.html
# Use color-name-value, like pink-200 or deep-purple-100
brand_color: "deep-purple-100"
# "UA-NNNNNNNN-N"
google_analytics: "UA-32987822-1"
# Set default og:image
defaults:
-
scope:
path: ""
values:
image: "/static/images/react-for-designers/jquery-style-vs-react-style.png"
# ----------------------------------------------------------------------------
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- mix-manifest.json
- webpack.mix.js
- yarn.lock
- package.json
- hot
- LICENSE.txt
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jemoji
- jekyll-readme-index