-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
60 lines (51 loc) · 1.61 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
# Site settings
title: Its just another layer
tagline: how deep does the abstraction go?
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
A discussion on an IT's path from Virtualization, Automation to Cloud Computing. What exactly does that mean to a 125 year old organization?
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://itsjustanotherlayer.com" # the base hostname & protocol for your site
logourl: /assets/images/logo.png # Site logo
author: "Ian Koenig"
author_thumbnail: "/assets/images/caracture.png" # Author avatar
# Theme customization - please change from the defaults!
theme:
# Color for sidebar bar, links, etc
highlight_color: "#205081" #205081" # "#272935"
# Social media links, leave blank to ignore
social:
github: iguyking
twitter: iankoenig
facebook: iankoenig
#gplus: +iguyking
# dribble: gayanvirajith
#pinterest: gayanvirajith
# Enable share buttons on post footer
show_share_buttons: true
# Show author picure, name and social links on post footer
show_author_info: false
# Disqus comments manager - shortname
# disqus_shortname: gaya-webcreate
# Google Analytics/Webmaster key, leave blank to ignore
google_analytics_key:
google_webmaster_key:
# Build settings
markdown: kramdown
# Permalinks
permalink: pretty
# Pagination config
paginate: 5
# Files/Folders to be excluded from generated _site folder
exclude:
- CNAME
- Gemfile
- Rakefile
- README.md
- .gitignore
- .sass-cache
- Gemfile.lock
# Sass conversion configs
sass:
sass_dir: assets/css/_sass
style: :compressed