forked from sighingnow/jekyll-gitbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
152 lines (134 loc) · 3.62 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# Configurations
title: Programación Avanzada
longtitle: Programación Avanzada
author: Flavio D Colavecchia
email: fcolavecchia@gmail.com
description: >
Un curso de programación avanzada con estilo funcional
version: 1.0
gitbook_version: 3.2.3
url: 'https://IBProgramacionAvanzada.github.io'
# baseurl: '/'
rss: RSS
# bootstrap: use the remote theme for the site itself
remote_theme: sighingnow/jekyll-gitbook
toc:
enabled: true
h_min: 1
h_max: 3
# customize the link favicon in header, will be {{site.baseurl}}/{{site.favicon_path}}
favicon_path: /assets/gitbook/images/favicon.ico
# markdown render engine.
markdown: kramdown
kramdown:
auto_ids: true
input: GFM
math_engine: mathjax
smart_quotes: lsquo,rsquo,ldquo,rdquo
toc_levels: 1..6
syntax_highlighter: rouge
syntax_highlighter_opts:
guess_lang: true
syntax_highlighter_style: github
markdown_ext: markdown,mkdown,mkdn,mkd,md
# Permalinks
permalink: /:categories/:year-:month-:day-:title:output_ext
exclude:
- _drafts
collections:
pages:
output: true
permalink: /:collection/:path/
fsharp:
output: true
permalink: /:collection/:path/
order:
- 00_Intro.md
- 01_Fundamentals_new.md
- 02_Functions_new.md
- 03_Exercises.md
- 10_MasSobreFunciones.md
- 11_IntroToTypes_es.md
- 12_DiscriminatedUnions_es.md
- 13_Records_es.md
- 14_Exercises.md
- 20_ControlFlow.md
- 21_Exercises.md
- 30_Tuples.md
- 31_OnCollections.md
- 33_Exercises.md
- 40_MoreOnCollections.md
- 41_Maps.md
- 42_Exceptions.md
- 43_Exercises.md
- 50_Results.md
- 51_Units.md
- 53_Exercises.md
- 60_YetAnotherTakeOnCollections.md
- 61_IO.md
- 63_Exercises.md
- 70_VendingMachineReadFood.md
- 73_Exercises.md
- 80_TypeProviders.md
- 81_Exercises.md
- 82_Exoplanets.md
- 83_Plotting.md
- 84_AddSliderPlotly.md
- 85_Exercises.md
- 90_Dotnet.md
- 91_Tests.md
- 92_Exercises.md
- A0_AdventOfCodeDay2.md
- A1_Exercises.md
- B_GildedRose.md
- C_AdventOfCodeDay2.md
- D_SAT_Oracle.md
- E_BasicPublicPrivateKey.md
- F_inal_2024.md
- Y_resources.md
# fsharpNext:
# output: true
# permalink: /:collection/:path/
# order:
# - Lesson0.md
# - 00_Intro.md
# - 01_Fundamentals_new.md
# - 02_Functions_new.md
# - 03_Exercises.md
# - 10_MasSobreFunciones.md
# - 11_IntroToTypes_es.md
# - 12_DiscriminatedUnions_es.md
# - 13_Records_es.md
# - 14_Exercises.md
# - 20_ControlFlow.md
# - 21_Exercises.md
# - 30_Tuples.md
# - 31_OnCollections.md
# - 33_Exercises.md
# - 40_MoreOnCollections.md
# - 41_Maps.md
# - 42_Exceptions.md
# - 43_Exercises.md
# - 50_Results.md
# - 51_Units.md
# - 53_Exercises.md
# - 60_YetAnotherTakeOnCollections.md
# - 61_IO.md
# - 63_Exercises.md
# - 70_VendingMachineReadFood.md
# - 73_Exercises.md
# - 80_TypeProviders.md
# - 83_Exercises.md
# - 90_Dotnet.md
# - 93_Exercises.md
# - 100_Tests.md
# - 103_Exercises.md
# - A_resources.md
page_width: 800px
destination: ./_site
incremental: false
regenerate: true
plugins:
- jekyll-feed
- jekyll-readme-index
- jemoji