-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
56 lines (45 loc) · 1.13 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
title: "Macarena Gárate"
description: "Portfolio made in 'cvless' Jekyll theme for a beautiful online CV"
baseurl: ""
url: "https://mgaratem.github.io/"
theme: minima
# site settings
taglong: Ssr. Backend Developer
tagshort: Backend Developer
# social media links
social:
github: mgaratem
linkedin: mgaratem
stackoverflow: 135801/mgarate
# author settings
author:
name: Macarena Gárate
email: [email protected]
address: Quilpué, Chile
phone: (+569) 74519090
photo: assets/files/techno.png
plugins:
- jekyll-feed
- jekyll-gist
- jekyll-paginate-v2
- jekyll-seo-tag
- jekyll-sitemap
sass:
sass_dir: _sass # Directorio donde se encuentran los archivos SCSS
style: compressed # Estilo del CSS generado: compressed, nested, expanded, etc.
sourcemap: never # Configura la generación de mapas de origen: never, auto, always
autopages:
enabled: false
pagination:
enabled: true
per_page: 1
sort_reverse: true
permalink: /:num/
title: ":title · Page :num"
# build settings
permalink: pretty
exclude:
- docker-compose.yml
- LICENSE
- README.md
parallel_localization: false