-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
executable file
·41 lines (32 loc) · 1.07 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
# Site wide configuration
title: XMPP-IoT
description: "How XMPP can solve the IoT puzzle"
logo: 120x120.gif # 120x120 px default image used for Twitter summary card
teaser: 400x250.gif # 400x250 px default teaser image used in image archive grid
locale:
url: //www.xmpp-iot.org
# GSoC Blog
blog_name: GSoC 2015 Blog
blog_description: All posts related to XMPP IoT GSoC 2015 Project will be posted here.
blog_url: //www.xmpp-iot.org/feed
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: /:categories/:title/
markdown: kramdown
highlighter: rouge
gems:
- jekyll-sitemap
# Site owner
owner:
name: "Joachim Lindborg"
email: "[email protected]"
twitter: joachimlindborg
google:
ad-client:
ad-slot:
bio:
avatar: bio-photo.jpg # 160x160 px image for author byline
disqus-shortname:
exclude: ["lib", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json"]