-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
52 lines (45 loc) · 870 Bytes
/
_config.yml
File metadata and controls
52 lines (45 loc) · 870 Bytes
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
title: Navid Asadi
name: Navid's personal website
# url: http://localhost:4000
# baseurl: "/nrasadi"
# url: "https://nrasadi.github.io"
constants:
max_related_posts: 5
max_latest_posts: 5
load_new_posts: 5
permalink: /:categories/:title:output_ext
dir_addrs:
statics: /statics/
photos: /statics/photos/
fonts: /statics/fonts/
icons: /statics/icons/
styles: /styles/
scripts: /scripts/
collections:
courses:
output: true
resources:
output: true
publications:
output: false
ml_systems:
output: true
defaults:
- scope:
path: ""
type: "ml_systems"
values:
layout: "ml_systems_post"
- scope:
path: ""
values:
layout: "default"
highlighter: rouge
future: false
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
math_engine: mathjax