-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
62 lines (55 loc) · 1.33 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
title: aVolpe Blog
description: Personal blog of Arturo Volpe.
author: Arturo Volpe
github: https://github.com/avolpe
about: I am a software engineer. Interested in open source, open data and devops.
disqus_shortname: avolpeblog
google_analytics: UA-84291651-1
avatar_url: /static/img/avatar.jpg
encoding: utf-8
enableTags: true
tagarray: []
collections:
project:
output: true
permalink: /project/:path/
social:
- icon: fa-twitter
link: "https://twitter.com/cochoVolpe"
- icon: fa-linkedin
link: "https://www.linkedin.com/in/arturo-volpe-499a5263/"
- icon: fa-stack-overflow
link: "https://stackoverflow.com/users/1126380/arturo-volpe"
- icon: fa-github
link: "https://github.com/avolpe"
- icon: fa-gitlab
link: "https://gitlab.com/avolpe"
share:
twitter_username: cochoVolpe
fb_appid: 1263967477049232
urls:
- text: Home
url: /
- text: Resume
url: /resume.html
- text: Resume (Spanish)
url: /cv
- text: Projects
url: /projects/
- text: About Me
url: /about/
- text: XML Feed
url: /feed.xml
url: "https://www.volpe.com.py"
baseurl: ""
paginate: 20
per_page: 20
paginate_path: "/page/:num/"
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-gist
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all