-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
50 lines (43 loc) · 1.06 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
title: Carlos Ravelo
description: Personal ramblings and projects
author: Carlos Ravelo
github: https://github.com/gandazgul
about: I'm a Javascript developer with in-depth experience with React, Node.js, webpack, babel and all things js. I have 10+ years of experience with Web Development.
avatar_url: /static/img/avatar.jpg
enableTags: true
tagarray: []
collections:
project:
output: true
permalink: /project/:path/
social:
- icon: fa-twitter
link: "https://twitter.com/gandazgul"
- icon: fa-linkedin
link: "https://www.linkedin.com/in/carlosravelo/"
- icon: fa-github
link: "https://github.com/gandazgul"
share:
twitter_username: gandazgul
urls:
- text: About Me
url: /about/
- text: My Projects
url: /projects/
- text: XML Feed
url: /feed.xml
url: "https://gandazgul.github.io"
baseurl: ""
paginate: 20
per_page: 20
paginate_path: "/page/:num/"
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-gist
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
endings: all
ignore:
envs: ['development']