-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
34 lines (34 loc) · 1.17 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
project:
type: website
output-dir: docs
website:
title: "Thomas Sandmann's blog"
navbar:
right:
- about.qmd
- icon: github
href: https://github.com/tomsing1
- icon: linkedin
href: https://www.linkedin.com/in/thomas-sandmann/
- icon: mastodon
href: https://genomic.social/@thomas_sandmann
- icon: rss
href: index.xml
site-url: https://tomsing1.github.io/blog/
favicon: favicon.png
description: |
Thomas' personal thoughts, opinions, learnings and code examples
body-footer: <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
comments:
giscus:
repo: tomsing1/blog
repo-id: R_kgDOIZ9LJw
category: Announcements
category-id: DIC_kwDOIZ9LJ84CTvnC
mapping: title
format:
html:
theme:
light: [litera, tomsing1.scss]
dark: [superhero, tomsing1.scss]
editor: source