-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (52 loc) · 1.48 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
title: The Blogzzolo
author: Rodrigo Bozzolo
email: [email protected]
tagline: Rodrigo Bozzolo
description: >
Personal blog of Rodrigo Bozzolo. I write about tech, random musings and whatever I find fun.
Blog personal de Rodrigo Bozzolo. Escribo sobre tecnologia, temas varios y lo que sea que me dé la gana.
baseurl: ""
url: "https://www.bozz.cl"
show_excerpts: true
excerpt_separator: <!--more-->
theme: minima
plugins:
- jekyll-feed
- jekyll-polyglot
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-responsive-image
languages: ["en", "es_CL"]
default_lang: "en"
exclude_from_localization: ["javascript", "images", "css"]
parallel_localization: false
minima:
skin: dark
social_links:
github: thebozzcl
linkedin: rodrigo-bozzolo
sass:
sourcemap: never
fastcomments:
tenantId: "IeX0qIpHi"
# Copied and customized from https://itsgus.dev/2020/jekyll-responsive-images - thanks Gus!
responsive_image:
template: _includes/dynamic-image.html
# base_path: images/
# output_path_format: images/resized/%{dirname}/%{filename}-%{width}.%{extension}
base_path: images # update this to match the path to your image folder (default: assets)
output_path_format: images/srcset/%{width}/%{basename} # the destination path for the resized images; configure to suit your project structur
sizes:
- width: 480
quality: 80
- width: 800
- width: 1400
quality: 90
exclude:
- vendor
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- Rakefile
- _build.sh