This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path_config.yml
70 lines (58 loc) · 1.6 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
# ----------------------------------------------------------------------------
# Customize Options: Must Change
#
# Title:
title: Duo, A Simple Jekyll Theme
# Where the page will be deployed.
# If it's https://foo.com/bar, just write "https://foo.com"
url: "https://chibicode.github.io"
# If you're deployging to a subdirectory (https://foo.com/bar/)
# Then write "/bar/". Otherwise, remove this line.
baseurl: "/duo/"
# Twitter IDs
twitter:
username: "chibicode"
author:
twitter: "chibicode"
# Set default og:image
# From Unsplash: https://unsplash.com/photos/1_CMoFsPfso
defaults:
-
scope:
path: ""
values:
image: "static/images/og.jpg"
# ----------------------------------------------------------------------------
# Customize Options: Optional
#
# See: https://material.io/guidelines/style/color.html
# Use color-name-value, like pink-200 or deep-purple-100
brand_color: "amber-400"
# How article URLs are structured.
# See: https://jekyllrb.com/docs/permalinks/
permalink: posts/:title/
# "UA-NNNNNNNN-N"
google_analytics: ""
# Language. For example, if you write in Japanese, use "ja"
lang: "en"
# How many posts are visible on the home page without clicking "View More"
num_posts_visible_initially: 5
# Date format: See http://strftime.net/
date_format: "%b %-d, %Y"
# ----------------------------------------------------------------------------
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