-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
87 lines (76 loc) · 2.05 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Site/SEO settings
email: contactme@chingchinglee.com
baseurl: ""
paginate: 12
paginate_path: "/page/:num"
permalink: /:year/:month/:day/:title/
name: Ching Ching
title: Code And Cook
description:
I love food. And I love sharing my recipes to you.
url: http://barber.samesies.io
twitter_username: chingchinglcc
default_img: /assets/images/seo.jpg
social:
- name: twitter
url: https://twitter.com/chingchinglcc
- name: instagram
url: https://www.instagram.com/the_diary_of_allison
- name: linkedin
url: https://www.linkedin.com/in/ching-ching-lee-235551a5/
- name: github
url: https://github.com/chingchinglcc/
- name: codepen
url: https://codepen.io/allisonching/
# Contact settings
contact_img: /assets/images/placeholder-28.jpg
formcarry: https://formcarry.com/s/HkIo0nMb7
# Disqus settings
disqus: test-apkdzgmqhj
# MailChimp settings
mailchimp_action: https://samesies.us17.list-manage.com/subscribe/post-json?u=66ddf555dab480e6a8606430b&id=89b3ee034f
mailchimp_input: b_66ddf555dab480e6a8606430b_89b3ee034f
# Author settings
author:
- name: Ching Ching Le
bio: I was born in Hong Kong, my mum is Thai and my dad is Hong Kong. I spent my childhood in Chiang Mai Thailand, then moved back to Hong Kong. And I am in Calgary, Canada now.
I am geek developer who loves CSS, and always wanna be a CSS Ninja. If I am not coding and watching animation, then I am cooking.
url: http://chingchinglee.com
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-sitemap
compress_html:
clippings: all
comments: all
startings: [html, head, body]
exclude:
- node_modules
- .DS_Store
- barber.jpg
- Gemfile
- Gemfile.lock
- gulpfile.js
- package.json
- README.md
# Navigation
docs:
- title: Recipes
url: site.baseurl/
- title: Reviews
url: site.baseurl/foodreview
- title: About
url: site.baseurl/aboutme
# Collections
collections:
reviews:
output: true
permalink: /reviews/:title/
# Defaults
defaults:
- scope:
path: ""
type: foodreview
values:
layout: review