-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
47 lines (40 loc) · 1.1 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
# Dependencies
markdown: redcarpet
redcarpet:
extensions: [strikethrough,smart,with_toc_data]
highlighter: pygments
# Permalinks
permalink: /posts/:title/
# User Configuration
title: JEKYLL KICKSTART
tagline: 'A bootstrap for Jekyll'
description: 'Some random stuff about me'
url: http://jekyll-kickstart.gihub.io
baseurl: '/'
paginate: 3
excerpt_separator: '<br>'
gems:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
# Author Info
author:
name: 'Jekyll Kickstart'
url: your_web_url
# Social Integration
social:
twitter: your_twitter_handle
disqus: your_disqus_id
addthis_pubid: your_addthis_pubid
# Google Analytics Configuration
# Proxy response must be in JSON and should have the fields - ga:pagePath, ga:pageview
google_analytics:
tracking_id: your_google_analytics_tracking_id
super_proxy_url: your_super_proxy_url
# Github
github:
repo: your_github_repo
feedback: your_github_repo_issues_page_url
# Version Info
version: 0.0.5