forked from grrinchas/aliquam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
85 lines (62 loc) · 1.79 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
##########################################
# Change these variables !important
##########################################
# Set this for Copyright in the footer
owner: Jeremy Reynolds
# Optional quote in the footer
# To disable set enable to false
quote:
enable: true
quote: Some fancy quote.
author: John Doe
# Set this to your main site title
# In the head - ff page doesnt have its own title,
# Site title will be used instead
title: Better Living through Data
# Description and title below nav in the header
punch-line: true
# Your logo for the header
logo:
title: Better Living through Data
subtitle:
include:
- pages
# Following needed for disqus integration
# Set your 'disqus' account name
disqus: academicroots
# Uncomment if deployed locally
# url: https://localhost:4000
# Set your host if deployed not locally
# For example "https://yourGitHub.github.io"
url: https://jreynolds01.github.io
# Change this to your base URL starting with forward slash if site is in gh-pages branch
# For example /branchName
baseurl:
# Change this to your google analytics ID
google_analytics:
# Contact form pupublic key
contact_PK:
##########################################
# Optional variables
##########################################
# Set maximum posts per page
paginate: 5
# Set permalink
permalink: /:categories/:title
# Set excerpt separator
truncate_size: 40
##########################################
# Do not change these variables
##########################################
sass:
sass_dir: _sass
sass:
style: compressed
gems:
- jekyll-paginate
- jekyll-sitemap # add /sitemap.xml file
paginate_path: /_pages/page:num
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM