This repository has been archived by the owner on Sep 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy path_config.yml
80 lines (58 loc) · 1.64 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
##########################################
# Change these variables !important
##########################################
# Set this for Copyright in the footer
owner: Name Surname
# 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. If page doesn't have its own title,
# then this title will be used.
title: Aliquam Theme
# Following needed for disqus integration
# Set your 'disqus' account name
disqus:
# Uncomment if deployed locally
#url: https://localhost:4000
# Set your host if deployed not locally
# For example "https://yourGitHub.github.io"
url:
# Change this to your base URL starting with forward slash if site is in gh-pages branch
# For example /branchName
# NOTE! only change if site is NOT in master's branch
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
# MathJax support
math: false
collections:
- definitions
##########################################
# Do not change these variables
##########################################
include:
- _pages
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