Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaktk committed Jul 11, 2024
1 parent 10678c1 commit 73dd137
Show file tree
Hide file tree
Showing 25 changed files with 5,620 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.quarto/
.DS_Store
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
markdown: GFM
44 changes: 44 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
project:
type: website
output-dir: docs

website:
title: "docs"
navbar:
left:
- href: index.qmd
text: Home
right:
- icon: "envelope-at"
href: "mailto:[email protected]?subject=Brown Bag"
aria-label: Email
- icon: github
href: https://github.com/Global-Health-Engineering/brown-bag
aria-label: GitHub
- icon: chat-left-dots
href: https://matrix.to/#/#ghe-open:staffchat.ethz.ch
aria-label: Matrix
page-footer:
left: |
[Global Health Engineering Group at ETH Zurich](https://ghe.ethz.ch)
right:
- icon: "envelope-at"
href: "mailto:[email protected]?subject=Brown Bag"
aria-label: Email
- icon: github
href: https://github.com/Global-Health-Engineering/brown-bag
aria-label: GitHub
- icon: chat-left-dots
href: https://matrix.to/#/#ghe-open:staffchat.ethz.ch
aria-label: Matrix

format:
html:
theme:
light: [litera, theme.scss]
highlight-style: a11y-dark
toc: true
mainfont: "Atkinson Hyperlegible"
include-in-header:
- text: |
<script defer data-domain="global-health-engineering.github.io/brown-bag" src="https://plausible.io/js/script.js"></script>
Loading

0 comments on commit 73dd137

Please sign in to comment.