mirror of
https://github.com/dwinkler1/dwinkler1.github.io.git
synced 2026-04-06 10:20:25 -04:00
init website
This commit is contained in:
parent
340b4b775d
commit
7f619c6f4a
64 changed files with 21672 additions and 1 deletions
31
_quarto.yml
Normal file
31
_quarto.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
project:
|
||||
type: website
|
||||
output-dir: .
|
||||
|
||||
website:
|
||||
favicon: assets/head.jpeg
|
||||
title: "Daniel Winkler"
|
||||
navbar:
|
||||
left:
|
||||
- href: index.qmd
|
||||
text: Home
|
||||
- href: research.qmd
|
||||
text: Research
|
||||
- href: teaching.qmd
|
||||
text: Teaching
|
||||
- href: software.qmd
|
||||
text: Software
|
||||
right:
|
||||
- href: https://www.linkedin.com/in/daniel-winkler-007a328a/
|
||||
icon: linkedin
|
||||
- href: https://github.com/dwinkler1
|
||||
icon: github
|
||||
- href: https://orcid.org/0000-0002-4644-7647
|
||||
text: "{{< ai orcid >}}"
|
||||
|
||||
format:
|
||||
html:
|
||||
theme: simplex
|
||||
css: styles.css
|
||||
toc: true
|
||||
linkcolor: black
|
||||
Loading…
Add table
Add a link
Reference in a new issue