-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·70 lines (58 loc) · 1.71 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
title: JRL - Digital Garden 🌿
include: ['_pages']
exclude: ['_includes/notes_graph.json']
# You may need to change the base URL depending on your deploy configuration.
# Specifically, when using GitHub Pages, the baseurl should point to where GitHub
# Pages deploys your repository (which is usually the repository name).
baseurl: ''
# If you are using a host that cannot resolve URLs that do
# not end with .html (such as Neocities), set this to 'true'.
use_html_extension: false
# Set to `true` to open non-internal links in new tabs, or
# set to `false` to open non-internal links in current tab.
open_external_links_in_new_tab: true
# Set to `true` to replace tweet URLs with Twitter embeds.
# Note that doing so will negatively the reader's privacy
# as their browser will communicate with Twitter's servers.
embed_tweets: false
permalink: pretty
relative_permalinks: false
# Added for latex rendering
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
math_engine: null
smart_quotes: ["apos", "apos", "quot", "quot"]
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
line_numbers: table
plugins:
- jekyll-last-modified-at
sass:
sass_dir: _sass
style: :compressed
collections:
notes:
output: true
permalink: /:slug
defaults:
- scope:
path: "**/*"
values:
layout: "default"
- scope:
path: "_notes/**/*.md"
values:
layout: "note"
exclude:
- "_notes/Zorro.md"
- "_notes/Templates"
- "_notes/**Untitled.md"
- "_notes/img/"
- "_notes/Clases_Aprendizaje_Profundo_Mariano"
- "_notes/.obsidian"
- "_site"
- ".ipynb_checkpoints"