forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
59 lines (51 loc) · 1.54 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
# Site wide configuration
title: souliss
description: Arduino and Android SmartHome
logo: logo160.png
teaser: teaser-450x250.png
locale: en_US
url: http://souliss.github.io
avatar: https://avatars0.githubusercontent.com/u/11448259?v=3&s=200
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: /:categories/:title/
kramdown:
toc_levels: 1..2
highlighter: pygments
gems:
- jekyll-sitemap
# Site owner
owner:
name: Souliss Team
web: http://www.souliss.net
email: [email protected]
twitter: soulissteam
bio: "Open source, smart home and IoT framework for Arduino and Android"
avatar: logo160.png # 160x160 px image for author byline
google:
plus: +SoulissApp
ad-client:
ad-slot:
disqus-shortname:
# Includes an icon in the footer for each username you enter
footer-links:
dribbble:
email: [email protected]
facebook:
flickr:
github: souliss
instagram:
linkedin:
pinterest:
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: soulissteam
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
youtube: channel/UCZ89QEFpv4exfNsRaajIPfw
googleplus: 113934123042484468682/posts
gems:
- jekyll-redirect-from
- jekyll-sitemap
# Exclude these files from your production _site
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"]