forked from heiswayi/thinkspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
60 lines (50 loc) · 1.78 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
# SEO settings
title: "Talip Korkmaz Blog"
title2: "space" # default: ""
description: "Talip Korkmaz personal blog."
keywords: "talip korkmaz,talip korkmaz blog, java, spring, docker, SEO, blog, web, minimalist, thinkspace"
url: http://talipkorkmaz.github.io # site url
baseurl: null # apply repo name if use it under gh-pages branch
# baseurl: null # apply null if repo name is something like username.github.io
google_analytics: UA-88774563-1
repo: http://github.com/talipkorkmaz/talipkorkmaz.github.io
disqus_shortname: "talipkorkmaz-github-io"
twitter_username: "tkorkmaztwitter"
comments: true
# Build settings
permalink : /:year/:title/
markdown : kramdown
highlighter : rouge
source: ./
destination: ./_site
# Sass configuration
sass:
sass_dir: assets/scss
style: compressed # expanded
# Author settings
author:
name : "Talip Korkmaz"
job : "Software manager/architect/developer."
bio : "Developing with passion for equality and transformation of world"
thumb : /images/author.jpg
email : [email protected]
url : http://talipkorkmaz.github.io
github : https://github.com/talipkorkmaz
twitter : http://twitter.com/tkorkmaztwitter
facebook : https://www.facebook.com/tkorkmaztwitter
linkedin : https://www.linkedin.com/in/talip-korkmaz-925a6312
stackoverflow : http://stackoverflow.com/users/1530849/talipkorkmaz
# social settings
og_locale: "en_US"
twitter_card: "summary_large_image"
twitter_site: "@"
gems:
- bourbon
- jekyll-paginate
# navbar pages
navbar:
- slug : about
title: About
- slug : blog
title: Blog
exclude: ["gulp", "node_modules", "bower", "bower_components", "config.rb", "src", "Gemfile", "Gemfile.lock", ".rvmrc", ".rbenv-version", "package.json", "gulpfile.js", "README.md", "Rakefile", "changelog.md"]