-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
120 lines (109 loc) · 2.84 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Site settings
title: Android Things
minimal_mistakes_skin: 'mint'
tagline: 'Musings about Android Things & IoT'
title_separator: '|'
description: 'A website with Android Things & IoT musings by <a href="https://twitter.com/marcos_placona">Marcos Placona</a>'
url: https://androidthings.rocks
baseurl: ""
twitter_username: marcos_placona
github_username: mplacona
future: true
port: 4001
words_per_minute: 130
# Search
search: true
search_full_content: false
# Social Sharing
twitter:
username : "marcos_placona"
# Build settings
markdown: kramdown
theme: minimal-mistakes-jekyll
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-paginate
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- Gemfile
- Gemfile.lock
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
# Analytics
analytics:
provider : "google" # false (default), "google", "google-universal", "custom"
google:
tracking_id : "UA-89710423-1"
# Site Author
author:
name : "Marcos Placona"
avatar : "/images/marcos_bw_200_optim.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "Developer evangelist at <a href='http://www.twilio.com'>Twilio</a>, GDE and in ❤️ with Open Source"
location :
email :
uri : "https://www.placona.co.uk"
bitbucket :
codepen :
dribbble :
flickr :
facebook :
foursquare :
github : "mplacona"
google_plus :
keybase :
instagram :
lastfm :
linkedin :
pinterest :
soundcloud :
stackoverflow : "279395/marcos-placona"
steam :
tumblr :
twitter : "marcos_placona"
vine :
weibo :
xing :
youtube :
# Outputting
permalink: /:title/
paginate: 5 # amount of posts to show
paginate_path: /page:num/
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed
# HTML Compression
# - http://jch.penibelst.de/
compress_html:
clippings: all