-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yml
53 lines (45 loc) · 1.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
# Site settings
# Site title
title: Coming Soon
# Site description
description: A fancy description of the site
# Site background
background: "images/background.jpg"
# Site logo
logo: "images/logo.png"
# Countdown clock
# (This can be commented out if not required.)
countdown:
# format: "2013-09-25 16:00:00 +0800"
launch_date: 2027-01-01
# %d, %H, %M, %S available
format: "%d days, %H hours, %M minutes, %S seconds"
# Mailing list subscription
# (This can be commented out if not required.)
subscribe:
action: "/thank-you"
# Social media links
# (This can be commented out if not required.)
social:
facebook: "#"
twitter: "#"
google: "#"
instagram: "#"
pinterest: "#"
snapchat: "#"
linkedin: "in/#"
# Build settings
markdown: kramdown
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- README.md
- COPYING.txt