forked from gayanvirajith/gaya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (48 loc) · 1.49 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
# Site settings
title: Anil Vishnoi
tagline: Computer Engineer, Open Source Enthusiast, Photographer
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Computer engineer working in the domain of disruptive networking technologies.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://vishnoianil.github.io" # the base hostname & protocol for your site
logourl: /assets/images/logo.png # Site logo
author: "Anil Vishnoi"
author_thumbnail: "/assets/images/avatar-1.jpg" # Author avatar
# 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: vishnoianilgithubio
# Theme customization - please change from the defaults!
github_username: vishnoianil
twitter_username: vishnoianil_
facebook_username: vishnoianil
gplus_username: +vishnoianil
#dribble_username:
#pinterest_username:
# Color for sidebar bar, links, etc
highlight_color: "#205081" #205081" # "#272935"
# 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