-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
166 lines (125 loc) · 3.98 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# The name of your website.
name: Caio Landau
description:
# Description of your site. This will show up in google.
meta: "Caio Landau: Head of Mobile Development at Mozio. Mobile (Android & iOS) development articles. AngularJS and all kinds of front-end tech posts!"
# Description of your site. This will show up on the front page.
subtitle: "Head of Mobile Development at <a href=\"https://www.mozio.com/\">Mozio</a>. Brazilian travel addict who loves technology. I'm planning my next trip. Constantly."
author:
name: Caio Landau
# Necessary for contact page
email: [email protected]
# Optional text (html) to display after author name. Leave empty if you don't
# want it.
info:
url: http://caiolandau.com
baseurl: ""
# excerpt separator config
excerpt_separator: "<!--more-->"
# language attribute in <html> element.
lang: en
# FROM THIS POINT ON EVERYTHING IS OPTIONAL
##############
# APPEREANCE #
##############
# If you want to show the subtitle anywhere else than the front page, use
# {% include subtitle.html %} to include it anywhere you want.
show-subtitle: true
display-social-icons: false
footer-text: Caio Landau
# Preferably 64px in height. Leave empty = disable.
logo-image: # /img/logo.png
face-image: /img/caio.jpg
# Toolbar color for Chrome on Android.
# theme-color-attr: "#00f0ff"
theme-color-attr: "#14EB00"
# Color of Microsoft live Tile.
ms-tile-color: "#14EB00"
# Color used throughout the theme. Format: R, G, B.
# theme-color: 220, 255, 20 # Original: 0, 240, 255
theme-color: 20, 235, 0 # Original: 0, 240, 255
# Text color used throughout the theme. Format: R, G, B.
# text-color: 200, 200, 200 # Original: 0, 0, 0
text-color: 0, 0, 0 # Original: 0, 0, 0
# Background color used throughout the theme. Format: R, G, B.
# Note: if you change the background color AND you use cover images, you should
# also change the CSS gradient in "_includes\gradient.css" to match the
# background color. Edit and copy it from here:
# http://www.colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100
# background-color: 40, 44, 52 # Original: 255, 255, 255
background-color: 245, 245, 245 # Original: 255, 255, 255
display-author-post-page: true
display-author-front-page: true
# http://alanwsmith.com/jekyll-liquid-date-formatting-examples
date_format: "%b %-d, %Y"
# Minimal screen-width after which the navigation will change position from
# vertical to horizontal.
nav-breaking-point: 520px
# Number of posts on each page.
paginate: 1
# Display links for the previous and next post on post pages.
display-next-prev-post: false
# Leave empty if you don't want comments on post pages.
disqus-shortname: caiolandau
tag-manager-id: "GTM-K3RJXL"
################
# SOCIAL ICONS #
################
# Use a complete url here, including http:// and such. Requiring just usernames
# has been considered, but this is way more customizable.
twitter:
youtube:
instagram:
tumblr:
facebook:
google-plus:
reddit:
soundcloud:
medium:
linkedin:
github:
behance:
codepen:
dribbble:
trello:
stack-overflow:
bitcoin:
paypal:
#####################
# CUSTOMIZABLE TEXT #
#####################
# Useful for translating into other languages.
var_on_the_web: On the web
var_read: Read # Text after each post summary on the homepage.
var_latest_post: "Latest post:"
var_newer: Newer
var_older: Older
var_next_post: Next post
var_previous_post: Previous post
var_less_than_a_minute_read: Less than a minute read
var_min_read: min read # Text after reading time. Example: 5 min read.
var_post_by: Post by
var_guest_post_by: Guest post by
var_your_email: Your email
var_your_message: Your message
##################
# BUILD SETTINGS #
##################
# You don't have to change these.
plugins: [jekyll-paginate]
exclude: [vendor]
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
paginate_path: "/page-:num/"
permalink: pretty
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
excerpt_separator: "<!--more-->"