forked from mmistakes/jekyll-theme-skinny-bones
-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
56 lines (47 loc) · 1.34 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
# Site wide configuration
title: Nemo Mobile UX team
description: This is the team site for the Nemo Mobile user experience, including documentation to latest software and components
logo: nemo-logo.svg
teaser: nemo-logo.svg
locale: en_US
url: https://nemomobile.net
baseurl: ""
collections:
devices:
output: true
permalink: /:collection/:name/index.html
defaults:
layout: "device"
defaults:
-
scope:
path: ""
type: "devices" # a collection in your site, in plural form
values:
layout: "device"
# Jekyll configuration
sass:
sass_dir: _sass
style: compressed
permalink: /pages/:categories/:title/
kramdown:
toc_levels: 1..2
highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-feed
# Site owner
owner:
name: Nemo Mobile
email:
twitter: NemoMobile
bio:
avatar: nemo-logo-small.png # 160x160 px image for author byline
disqus-shortname:
social:
twitter: https://twitter.com/nemomobile
github: https://github.com/nemomobile-ux
telegram: https://telegram.me/nemomobile
matrix: https://matrix.to/#/#nemomobile:matrix.org
rss: /feed.xml
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"]