-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (30 loc) · 941 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 settings
title: "Data Docs"
title-font-size: '4em' # a provision to adjust the size of your title. If it is too long then do resize to a smaller value. By default it will be 4em.
plugins: [jekyll-paginate]
email: andresgomezfrr@gmail.com
description: Data Docs
#baseurl: "datadocs/" # the subpath of your site, e.g. /blog
url: "https://datadocs.xyz" # the base hostname & protocol for your site
permalink: :title/
# Build settings
markdown: kramdown
highlight: rouge
paginate: 5
paginate_path: /page:num/
# Social Links
twitter_username: andresgomezfrr
github_username: andresgomezfrr
linkedin_username: andresgomezfrr
# Tracker
analytics: UA-109265315-1
# Comments
disqus-shortname:
# Contact form
# Go to https://getsimpleform.com and get a API token by signing up with your email and enter that here
api-token:
#CSS
sass:
style: compressed
include: [_pages, _docs]
gems: [jekyll-paginate, jekyll-seo-tag]