-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·41 lines (36 loc) · 1.74 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
# Book settings
title: Active Learning Technologies
author: Firas Moosvi
logo: images/logo.png
copyright: ""
exclude_patterns: ["LICENSE", "README.md"]
latex:
latex_documents:
targetname: book.tex
html:
use_edit_page_button : true # Whether to add an "edit this page" button to pages. If `true`, repository information in repository: must be filled in
use_repository_button : true # Whether to add a link to your repository button
navbar_number_sections : false
home_page_in_navbar : true
google_analytics_id: UA-168693744-2
baseurl : "https://firas.moosvi.com/books/active-learning-technologies/" # The base URL where your book will be hosted. Used for creating image previews and social links. e.g.: https://mypage.com/mybook/
extra_footer : |
<div>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png"></a>
All content on this site (unless otherwise specified) is licensed under the <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0 license</a>
</div>
# Execution settings
execute:
execute_notebooks : off
# Information about where the book exists on the web
repository:
url : https://github.com/firasm/active-learning-technologies # Online location of your book
branch : master # Which branch of the repository should be used when creating links (optional)
launch_buttons:
notebook_interface : jupyterlab # The interface interactive links will activate ["classic", "jupyterlab"]
binderhub_url : https://mybinder.org
thebelab : true
sphinx:
config:
html_show_copyright: false
html_extra_path: ['assets']