generated from skills/github-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
101 lines (86 loc) · 1.74 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
remote_theme: mmistakes/minimal-mistakes@4.24.0
minimal_mistakes_skin: "air"
title: Hello Max!
title_separator: "|"
author: Max
url: "https://hellomax.me"
repository: maxmiliano/maxmiliano.github.io
# future: true
teaser: /assets/images/
search: true
lunr:
search_within_pages: true
timezone: Europe/Madrid
paginate: 10
paginate_path: /page:num/
analytics:
provider: 'google-gtag'
google:
tracking_id: 'G-X394QPY08W'
anonymize_ip: false
plugins:
# - github-pages
- jekyll-remote-theme
- jekyll-include-cache
- jekyll-feed
- jekyll-sso-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-gist
- jemoji
# mimic GitHub Pages with --safe
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jekyll-include-cache
- jekyll-remote-theme
# comments:
# provider: "utterances"
# utterances:
# theme: "github-light"
# issue_term: "pathname"
# label: "comment"
#
comments:
provider: "disqus"
disqus:
shortname: "hello-max"
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
include:
- _pages
compress_html:
clippings: all
ignore:
envs: development
twitter:
username: "hellomaxdev"
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
author: Max
show_date: true
read_time: true
comments: true
share: true
related: true
header:
overlay_filter: 0.65