-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·50 lines (39 loc) · 1.01 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
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: /:year/:month/:title/
# Setup
title: 'Supaywasi'
tagline: 'A Jekyll theme'
description: 'An unknown frontier. Personal blog on IT, life, JavaScript, C#, WindowsPhone'
url: http://blog.supaywasi.com
baseurl: /
author:
name: 'Mijail'
url:
email: '[email protected]'
paginate: 4
# Disqus Comments
disqus_short_name: supaywasi
disqus_show_comment_count: true
# Google Analytics
# google_analytics_tracking_id: UA-24254709-1
# Twitter
twitter_user: kvervo
twitter_follow_button: true
twitter_tweet_button: true
# Facebook Like
facebook_like: false
# Github
github:
repo: https://github.com/kvervo
gems:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
- jekyll-feed # Create an Atom feed using the official Jekyll feed gem
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME