-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
34 lines (27 loc) · 814 Bytes
/
_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
# Book settings
title: ICESat-2 Sea Ice Thickness Data Analysis and Visualization
author: Nicole Keeney
logo: figs/logo.png
latex:
latex_documents:
targetname: book.tex
repository:
url : https://github.com/nicolejkeeney/icesat2-book
branch : master
html:
use_repository_button : true
use_issues_button : true
use_edit_page_button : true
favicon : "figs/logo.png"
google_analytics_id : "UA-177768395-1"
execute:
execute_notebooks : force
allow_errors : false
timeout : 1000
only_build_toc_files : true
exclude_patterns:
- 'data_wrangling.ipynb'
- 'delete/*'
launch_buttons:
binderhub_url: "https://mybinder.org"
home_page_in_navbar: true