-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
39 lines (36 loc) · 858 Bytes
/
_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
project:
type: website
preview:
port: 4947
website:
title: "{{< fa chart-line >}} Mitch Beebe"
navbar:
right:
- text: "Home"
href: index.qmd
- text: "Posts"
href: posts/index.qmd
- text: "Gallery"
href: gallery/index.qmd
- text: "About"
href: about.qmd
- icon: linkedin
href: https://linkedin.com/in/mitchbeebe
target: _blank
- icon: github
href: https://github.com/mitchbeebe
target: _blank
- text: "{{< fa dove >}} Birdle"
href: https://play-birdle.com
target: _blank
repo-url: https://github.com/mitchbeebe/mitchbeebeQuartoSite
repo-actions: [source, issue]
favicon: favicon.svg
format:
html:
theme:
- Flatly
- styles.scss
page-layout: full
editor: visual
link-external-newwindow: true