forked from sighingnow/jekyll-gitbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
110 lines (92 loc) · 2.61 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
# Configurations
title: Fourier Analysis notes
longtitle: Fourier Analysis notes
author: Ofir David
email: eofirdavid+fourier@gmail.com
description: >
Learn Fourier Analysis
version: 1.0
gitbook_version: 3.2.3
url: 'https://totallyreal.github.io'
baseurl: '/Fourier_Notes'
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: colorful
markdown_ext: markdown,mkdown,mkdn,mkd,md
exclude:
- _drafts
# TODO: Move collection order to a file in the collection folder
collections:
Fourier:
output: true
permalink: notes/:collection/:path
order:
- Fourier Course Information.md
- Motivation.md
- Inner product spaces - a reminder.md
- Orthogonal sets - a reminder.md
- Infinite Orthonormal basis.md
- Fourier Series.md
- Fourier Transform.md
FourierHebrew:
output: true
permalink: notes/:collection/:path
order:
- hebrew_motivation.md
- hebrew_Fourier_transform.md
- basic properties.md
- hebrew_transform_derivatives.md
- hebrew_delta_function.md
- hebrew_plancharel.md
- hebrew_convolution.md
- hebrew_bounded_frequency.md
- hebrew_heat_equation.md
- hebrew_Fourier_transform_summerization.md
- hebrew_laplace.md
- hebrew_laplace_differential_equations.md
- hebrew_heaviside.md
- hebrew_laplace_convolution.md
- hebrew_integral_equations.md
- hebrew_laplace_summerization.md
# Temp:
# output: true
# permalink: /:collection/:path
collections_dir: notes
page_width: 1000px
destination: ./_site
incremental: false
regenerate: true
plugins:
- jekyll-feed
- jekyll-readme-index
- jemoji
extra_css:
- css/style.css
- css/general.css
- https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css
- http://tikzjax.com/v1/fonts.css
extra_head_js:
- http://tikzjax.com/v1/tikzjax.js
sass:
sass_dir: _sass
style: compressed
extra_body_js:
- js/collapsible.js