forked from yonojoy/YAX-Coming-soon-Jekyll-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (35 loc) · 901 Bytes
/
_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
# Site wide configuration
title: "Your Awesome Site"
description: "A Coming Soon Template"
#if you modify locale please have a look at _data/messages.yml too
locale: en
#for meta name="author" :
author:
#Target date in UTC / GMT
countdown:
theme: red
year: 2020
month: 1
day: 1
hour: 0
minute: 0
# Site owner
owner:
name:
email:
twitter:
google-plus:
instagramm:
#Aboutlink = German "Impressum", provide url and caption (eg "Impressum")
aboutlink:
url:
caption:
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: /:categories/:title/
kramdown:
toc_levels: 1..2
highlighter: rouge
exclude: ["lib", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json"]