-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
executable file
·69 lines (54 loc) · 1.58 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
# ----------------------------------------------------------------------------
# Customize Options: Must Change
#
# Title:
title: Distributed Web of Care
# Where the page will be deployed.
# If it's https://foo.com/bar, just write "https://foo.com"
#url: "http://taeyoonchoi.com/soft-care/distributed-web-of-care/source"
# If you're deployging to a subdirectory (https://foo.com/bar/)
# Then write "/bar/". Otherwise, remove this line.
#baseurl: "/source"
# Set default og:image
# From Unsplash: https://unsplash.com/photos/1_CMoFsPfso
defaults:
-
scope:
path: "static/images"
values:
image: true
# ----------------------------------------------------------------------------
# Customize Options: Optional
#
# See: https://material.io/guidelines/style/color.html
# Use color-name-value, like pink-200 or deep-purple-100
brand_color: "100"
# 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: 60
# 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
include: [".well-known"]