Skip to content

Commit

Permalink
Merge pull request #19 from ubvu/change/website
Browse files Browse the repository at this point in the history
Switch to Quarto website
  • Loading branch information
chartgerink authored Apr 4, 2024
2 parents dc0733d + 062a346 commit 6015625
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ rsconnect/

/.quarto/
.DS_Store
_book
_book
_site
74 changes: 50 additions & 24 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,65 @@
project:
type: book
type: website

# See also https://quarto.org/docs/reference/projects/books.html
book:
title: "Open Handbook"
website:
site-url: "https://ubvu.github.io/open-handbook"
title: "VU Open Handbook"
description: "A place for all things open research at the VU."
favicon: public/VU_social_avatar_blauw.png
# cover-image: cover.png
navbar:
logo: public/VU_social_avatar_blauw-rectangle.png
background: "#0080c9"
site-url: https://ubvu.github.io/open-handbook
repo-url: https://github.com/ubvu/open-handbook
issue-url: https://github.com/ubvu/open-handbook/issues/new/choose
repo-actions: [edit, issue]
# page-navigation: true
# downloads: [pdf, epub]
page-footer:
page-navigation: true
bread-crumbs: true
navbar:
background: "#0080c9"
logo: public/VU_social_avatar_blauw-rectangle.png
logo-alt: "VU Amsterdam logo."
title: "Open Handbook"
# title: false
collapse-below: lg
favicon: public/VU_social_avatar_blauw.png
left:
- text: "CC0 Public Domain Dedication"
href: "https://creativecommons.org/publicdomain/zero/1.0/legalcode"
right:
- text: "By VU & Liberate Science GmbH"
chapters:
- index.qmd
- part: "Chapters"
chapters:
- text: "Home"
file: index.qmd
- text: "Chapters"
menu:
- chapters/conflict-chapter.qmd
- chapters/data-management-plan.qmd
- chapters/research-drive.qmd
- chapters/fair-data.qmd
- chapters/data-publication.qmd
- contributing.qmd
tools:
- icon: github
href: https://github.com/ubvu/open-handbook
text: GitHub VU Open Handbook
# - icon: rss
# href: https://quarto.org/docs/blog/index.xml
# text: Quarto Blog RSS
sidebar:
- title: "Tutorials"
style: "docked"
background: light
contents:
- chapters/conflict-chapter.qmd
- chapters/data-management-plan.qmd
- chapters/research-drive.qmd
- chapters/fair-data.qmd
- chapters/data-publication.qmd
- contributing.qmd
- references.qmd

bibliography: references.bib
page-footer:
left:
- text: "CC0 Public Domain Dedication"
href: "https://creativecommons.org/publicdomain/zero/1.0/legalcode"
center:
- text: "About"
href: about.qmd
- text: "FAQ"
href: docs/faq/index.qmd
- text: "License"
href: license.qmd
right:
- text: "By VU & Liberate Science GmbH"

format:
html:
Expand Down
6 changes: 4 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Welcome {.unnumbered}
---
title: Welcome
---

This is a template for creating (hand)books styled for VU Amsterdam.

To get started you only need a GitHub account. You can [find the template directly on GitHub]({{< meta book.repo-url >}}). If you need any help to set it up, contact [chris@libscie.org](mailto:chris@libscie.org).
To get started you only need a GitHub account. You can [find the template directly on GitHub]({{< meta book.repo-url >}}). If you need any help to set it up, contact [chris@libscie.org](mailto:chris@libscie.org).[@knuth84]

ALL WORK AND NO PLAY MAKES JACK A DULL BOY
ALL WORK AND NO PLAY MAKES JACK A DULL BOY
Expand Down
4 changes: 0 additions & 4 deletions references.qmd

This file was deleted.

0 comments on commit 6015625

Please sign in to comment.