Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Jan 22, 2024
1 parent eea2348 commit 2db59d9
Show file tree
Hide file tree
Showing 42 changed files with 8,405 additions and 3,331 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
/.quarto/

.ipynb_checkpoints/
*.h5
*.pdf
*.tex
*.log
22 changes: 15 additions & 7 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ book:
date: "1/15/2024"
search: true
repo-url: https://github.com/oturns/geosnap/
repo-actions: [edit]
downloads: [pdf, epub]
repo-actions: [edit, source]
#downloads: [pdf, epub]
sharing: [twitter]
page-footer:
center:
- text: <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://oturns.github.io/geosnap-guide">A Guide to Geosnap</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://knaaptime.com">elijah knaap</a> is licensed under <a href="http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-ND 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nd.svg?ref=chooser-v1"></a></p>
twitter-card: true
google-analytics: "G-0PG1JNLCXB"
url: "https://oturns.github.io.geosnap-guide"
comments:
hypothesis: true
chapters:
Expand All @@ -30,8 +36,10 @@ sidebar:

format:
html:
theme: cosmo
pdf:
documentclass: scrreport
epub:
cover-image: cover.png
theme:
light: sandstone
dark: cyborg
output-dir: docs
code-tools: true
code-fold: show
code-copy: hover
Loading

0 comments on commit 2db59d9

Please sign in to comment.