Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block #664

Merged
merged 8 commits into from
Oct 18, 2021
Merged

Block #664

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 0 additions & 19 deletions _output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,4 @@ bookdown::bs4_book:
includes:
in_header: style/ga.html
template: style/bs4_book.html
bookdown::gitbook:
css: style/style.css
config:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redundant in the bslib version?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are now using bs4_book style. Therefore, I decided to remove the old one (less problems in the future).

toc:
collapse: section
before: |
<li><a href="./">Geocomputation with R</a></li>
after: |
<li><a href="https://robinlovelace.net/">Robin Lovelace</a></li>
<li><a href="https://nowosad.github.io/">Jakub Nowosad</a></li>
<li><a href="https://github.com/jannes-m/">Jannes Muenchow</a></li>
edit:
link: https://github.com/Robinlovelace/geocompr/edit/main/%s
text: "Edit"
sharing: null
includes:
in_header: style/ga.html
# after_body: style/after-body.html
bookdown::html_chapters:
css: [style/style.css, style/toc.css]