Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jjtorrens
GitHub Repository: jjtorrens/learnlatex.github.io
Path: blob/main/_config.yml
3163 views
1
# CONFIGURATION
2
# https://jekyllrb.com/docs/configuration/options/
3
4
title: learnlatex.org
5
description: Learn LaTeX online
6
repository: learnlatex/learnlatex.github.io
7
8
plugins:
9
- jekyll-sitemap
10
11
kramdown:
12
syntax_highlighter_opts:
13
disable: true
14
15
sass:
16
style: compressed
17
18
limit_posts: 0
19
20
21
# HTML COMPRESSION
22
# Compress HTML with http://jch.penibelst.de/
23
# The compression file is _layout/compress.html
24
# https://jch.penibelst.de/#configuration
25
compress_html:
26
clippings: all
27
comments: ["<!-- ", " -->"]
28
endings: all
29
ignore:
30
envs: [local]
31
blanklines: false
32
profile: false
33
startings: [html, head, body]
34
35
36
# LANGUAGES, LABELS, LAYOUTS
37
# Settings for multilingual set up:
38
# In alphabetical order by language code.
39
# In ascending order by path specifity.
40
# https://jekyllrb.com/docs/configuration/front-matter-defaults/
41
defaults:
42
-
43
scope:
44
path: ""
45
values:
46
lang: "en"
47
-
48
scope:
49
path: "de"
50
values:
51
lang: "de"
52
label: "Deutsch"
53
-
54
scope:
55
path: "en"
56
values:
57
lang: "en"
58
label: "English"
59
-
60
scope:
61
path: "es"
62
values:
63
lang: "es"
64
label: "Español"
65
-
66
scope:
67
path: "fr"
68
values:
69
lang: "fr"
70
label: "Français"
71
-
72
scope:
73
path: "pt"
74
values:
75
lang: "pt"
76
label: "Português"
77
-
78
scope:
79
path: "vi"
80
values:
81
lang: "vi"
82
label: "Tiếng Việt"
83
-
84
scope:
85
path: "tr"
86
values:
87
lang: "tr"
88
label: "Türkçe"
89
-
90
scope:
91
path: "mr"
92
values:
93
lang: "mr"
94
label: "मराठी"
95
-
96
scope:
97
path: "ca"
98
values:
99
lang: "ca"
100
label: "Català"
101