-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (35 loc) · 753 Bytes
/
_config.yml
File metadata and controls
41 lines (35 loc) · 753 Bytes
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
#name: Facundo Quiroga - UNLP
title: Facundo Quiroga
tagline: Sitio personal
description: <div class="photo"> <img src="/assets/img/photo.jpg" /></div>
#theme: jekyll-theme-hydeout
remote_theme: fongandrew/hydeout
google_analytics: UA-179086854-1
author:
name: Facundo Quiroga
url: http://facundoq.github.io
paginate: 5
sidebar_home_link: false
sidebar-sticky: false
exclude:
- work.md
- pps.md
- bioia.md
- deep2019.md
- vendor/bundle
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
plugins:
# - jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-gist
- jekyll-paginate