mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
feat: initial commit for 100.dathere.com and first exercise
This commit is contained in:
commit
86f90af434
35 changed files with 860 additions and 0 deletions
47
_config.yml
Normal file
47
_config.yml
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# Book settings
|
||||
# Learn more at https://jupyterbook.org/customize/config.html
|
||||
|
||||
title: 100 exercises with qsv
|
||||
author: "<a href='https://dathere.com'>datHere</a> and <a href='https://github.com/dathere/100.dathere.com/graphs/contributors'>contributors</a>."
|
||||
logo: media/qsv-logo.png
|
||||
exclude_patterns:
|
||||
[
|
||||
"README.md",
|
||||
".venv",
|
||||
".vscode",
|
||||
".gitignore",
|
||||
"postBuild",
|
||||
"requirements*.txt",
|
||||
"bash_kernel"
|
||||
]
|
||||
|
||||
# Force re-execution of notebooks on each build.
|
||||
# See https://jupyterbook.org/content/execute.html
|
||||
execute:
|
||||
execute_notebooks: force
|
||||
|
||||
# Add GitHub buttons to your book
|
||||
# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository
|
||||
html:
|
||||
use_repository_button: true
|
||||
favicon: media/qsv-logo-dark-icon.png
|
||||
extra_footer: |
|
||||
<p>
|
||||
© Copyright datHere
|
||||
</p>
|
||||
|
||||
# Information about where the book exists on the web
|
||||
repository:
|
||||
url: https://github.com/dathere/100.dathere.com # Online location of your book
|
||||
branch: main # Which branch of the repository should be used when creating links (optional)
|
||||
launch_buttons:
|
||||
notebook_interface: jupyterlab
|
||||
binderhub_url: https://mybinder.org
|
||||
sphinx:
|
||||
config:
|
||||
html_show_copyright: false
|
||||
html_theme_options:
|
||||
logo:
|
||||
image_light: media/qsv-logo.png
|
||||
image_dark: media/qsv-logo-dark.png
|
||||
language: en
|
||||
Loading…
Add table
Add a link
Reference in a new issue