forked from gayanvirajith/gaya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (52 loc) · 1.55 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
61
# Site settings
title: Your awesome title
tagline: And Tagline
email: gayanvirajith@gmail.com
description: > # this means to ignore newlines until "baseurl:"
Hi, I’m a professional UI/UX designer and web developer.
I love being minimal and creative.
baseurl: "/gaya" # the subpath of your site, e.g. /blog/
url: "http://gayan.me" # the base hostname & protocol for your site
logourl: /assets/images/logo.png # Site logo
author: "Tom Warlker"
author_thumbnail: "/assets/images/avatar.jpg" # 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: gayanvirajith
twitter: gayanvirajith
facebook: gayanvirajith
gplus: +gayanvirajith
# 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: true
# 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