-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
49 lines (46 loc) · 1.06 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
project:
type: website
execute:
freeze: auto
website:
title: "BG2"
site-url: https://bioarch.guide
repo-url: "https://github.com/bbartholdy/bioarch-guide"
search: true
navbar:
title: false
pinned: false
logo: images/logo.png
left:
- text: Blog
href: posts/blog/index.qmd
- text: Entries
href: posts/entries/index.qmd
- text: About
href: about.qmd
right:
- icon: github
href: https://github.com/bbartholdy/bioarch-guide
aria-label: GitHub
- icon: mastodon
href: https://fediscience.org/@bjorn
aria-label: Mastodon
- icon: rss
href: https://bioarch.guide/blog/index.xml
page-footer:
left: |
Powered by Quarto, Netlify, and boredom
center: |
Copyright, some guy 2024
right:
- icon: github
href: https://github.com/bbartholdy
- text: Licenses
href: license.qmd
format:
html:
theme:
dark: h2g2.scss
light: a11y.scss
css: [assets/css/fonts.css, custom.css]
code-copy: true