-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
183 lines (133 loc) · 4 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# Site settings
# NB! Set your site's url, otherwise stuff will break :)
url: "http://ricardomachado.net"
# If you're hosting your site at a Project repository on GitHub pages
# (https://yourusername.github.io/repository-name)
# and NOT your user repository (https://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
#
# NB! Without this *nothing* will work, because it's used in every path :)
baseurl: ""
# Google tracking id to track your visitors
#google-tracking-id: "UA-78889100-1"
# Forces https everywhere in your website, except when you serve it locally
# If you are not hosted on Github Pages, and your host doesn't support https
# then you should disable it
force-https: True
#############
# HTML Head #
#############
lang: "en"
author: "Ricardo Machado"
title: "ricardomachado.net"
description: "This is the personal space of Ricardo Machado. Opinions expressed are mine."
keywords: "machado, ricardo, personal, microsoft"
favicon: "/img/favicon.ico"
################
# Header layout #
################
black-favicon: ""
background-img: "/img/photo-1465066989788-372fcdde2f2c-resize.jpg"
##############################
# Dynamic Text on the Header #
##############################
dynamic-typing: False
shuffle: True # Shuffle the lines.
loop: True
loop-count: False # Set False for infinite loop, or set any number for finite loop.
type-speed: 10
start-delay: 200
delete-delay: 5000
lines: # You can add HTML Tags in the Text
- text: "The lower you fall, the higher you'll fly."
- text: "Where’s your will to be weird?"
me-img: "/img/rjfmachado.jpg"
##############################
# Color the browser elements #
##############################
color-browser: "#000000"
apple-status-bar-style: "black"
################
# Web app mode #
################
web-app-mode: False
# Icons for Web App mode
icon-36p: "/img/web-app/icon-36p.png"
icon-48p: "/img/web-app/icon-48p.png"
icon-72p: "/img/web-app/icon-72p.png"
icon-96p: "/img/web-app/icon-96p.png"
icon-144p: "/img/web-app/icon-144p.png"
icon-192p: "/img/web-app/icon-192p.png"
########
# Blog #
########
post-preview-words: 96
excerpt_separator: ""
paginate: 5
email-share: False
fb-share: False
twitter-share: False
linkedin-share: True
reddit-share: False
google-plus-share: False
tumblr-share: False
pinterest-share: False
pocket-share: False
vkontakte-share: False
syntax-highlight: True
############
# Timeline #
############
#events:
# - image: "/img/timeline/spidertocat.png"
# date: "September 2013 - Today"
# description: "Saving the neighborhood!"
# - image: "/img/timeline/baracktocat.jpg"
# date: "September 2007 - August 2013"
# description: "Started coding"
# First image of the Timeline
#timeline-img: "/img/timeline/default.png"
###########
# Contact #
###########
################
# Author Blurb #
################
# The author blurb goes underneath blog posts.
# This works best when your author blurb image has a transparent background, or matches your site background color.
# if the author_blurb is not set, then this feature is skipped
#author_blurb: "Benfica, Ericeira, LEGO"
#author_blurb_image: "/img/author.png"
##################
# Social Buttons #
##################
social:
- title: "github"
url: "https://github.com/rjfmachado"
- title: "linkedin"
url: "https://pt.linkedin.com/in/rjfmachado"
- title: "rss"
url: "/feed.xml"
############
# 404 page #
############
#404-img: "/img/labtocat.png"
################################################################################
# NB! Tread carefully if you want to change the variables below this point!
# Sections shown in the index page
pages_list:
About: "about"
#Blog: 'latest-post'
#Timeline: 'timeline'
#Contributions: 'contributions'
Contact: "contact"
# Exclusion list from the generated _site
exclude: ["LICENSE", "README.md", "CONTRIBUTING", "CONTRIBUTORS", "scripts"]
# Pagination path
paginate_path: "blog/page:num/"
# Enable minification SASS
sass:
style: compressed
gems:
- jekyll-paginate
- jemoji