-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
50 lines (42 loc) · 1.12 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
#
# Blog Settings
#
author: Travis Illig
description: "Travis Illig's blog about .NET development and personal interests."
show_description_in_nav: false
url: https://www.paraesthesia.com
title: Travis Illig
subtitle: "Paraesthesia: .NET Development and Some Pictures of My Cat"
gravatar_url: https://s.gravatar.com/avatar/5b473ad19f5781cd5f17a65a670f3b37
subscribe_rss: https://feeds.feedburner.com/Paraesthesia
locale: en_US
# Github repositories
github_user: tillig
github_repo_url: https://github.com/tillig/tillig.github.io/
# Twitter
twitter_user: tillig
twitter_tweet_button: true
# LinkedIn
linkedin_user: tillig
# Disqus Comments
disqus_short_name: paraesthesia
disqus_show_comment_count: true
# Google Analytics
google_analytics_tracking_id: G-9CWZL1Q884
#
# Jekyll Settings
#
markdown: kramdown
permalink: /archive/:year/:month/:day/:title/
paginate: 5
paginate_path: "page/:num"
exclude: [/.vscode,/Gemfile,/Gemfile.lock,/go.bat,rakefile,README.md]
jekyll-mentions:
base_url: https://twitter.com
plugins:
- jekyll-gist
- jekyll-mentions
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-coffeescript
- jekyll-paginate