-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
42 lines (37 loc) · 984 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
40
41
42
project:
type: website
output-dir: docs
title: "John Baker"
title-meta: "John Baker"
description-meta: "The Digital Garden of John Baker"
website:
search: false
back-to-top-navigation: true
navbar:
pinned: true
background: primary
right:
- text: About
href: about/index.qmd
- text: Work
href: work/index.qmd
- text: Contact
href: contact/index.qmd
repo-url: "https://github.com/baker-jr-john/mywebsite.git"
repo-actions: none
page-footer:
border: true
left: Made with {{< fa heart >}} and [![Quarto](https://quarto.org/quarto.png){width=65}](https://quarto.org/){target="_blank"}
right: |
[{{< fa brands github >}}](https://github.com/baker-jr-john/mywebsite.git){target="_blank"}
format:
html:
page-layout: full
sidebar: false
theme:
light: light.scss
dark: dark.scss
mainfont: Lato
toc: true
smooth-scroll: true
link-external-newwindow: true