forked from MerkulovDaniil/msai22
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (37 loc) · 1.11 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
title: "Optimization methods"
baseurl: ""
url: "https://msai22.fmin.xyz"
logo: "/images/logo.svg"
search_enabled: false
exclude: ["/presentations/*.md"]
# Enable or disable heading anchors
heading_anchors: true
# Footer "Edit this page on GitHub" link text
gh_edit_link: true # show or hide edit this page link
gh_edit_link_text: "Edit this page on Github"
gh_edit_repository: "https://github.com/MerkulovDaniil/msai22" # the github URL for your repo
gh_edit_branch: "main" # the branch that your docs is served from
# gh_edit_source: docs # the source that your files originate from
gh_edit_view_mode: "edit" # "tree" or "edit" if you want the user to jump into the editor immediately
# Aux links for the upper right navigation
aux_links:
"fmin.xyz":
- "https://fmin.xyz"
# Makes Aux links open in a new tab. Default is false
aux_links_new_tab: true
plugins:
- jekyll-seo-tag
kramdown:
syntax_highlighter_opts:
block:
line_numbers: false
compress_html:
clippings: all
comments: all
endings: all
startings: []
blanklines: false
profile: false
# ignore:
# envs: all
theme: jekyll-theme-cayman