-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
60 lines (56 loc) · 1.22 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
50
51
52
53
54
55
56
57
58
59
60
project:
type: website
resources:
- resume.pdf
- avatar.png
output-dir: docs
website:
title: "Derek Meyer"
google-analytics: G-GPC7SMWW4V
navbar:
right:
- href: index.qmd
text: "Home"
format:
html:
theme: [sandstone]
css: styles.css
editor: visual
# project:
# type: website
# resources:
# - keybase.txt
# - resume.pdf
# - cv.pdf
#
# website:
# title: "Mike Mahoney"
# site-url: https://mm218.dev
# description: "Technology and the Environment"
# open-graph:
# locale: en_US
# twitter-card:
# creator: "@MikeMahoney218"
# comments:
# utterances:
# repo: mikemahoney218/mm218.dev
# navbar:
# right:
# - text: "Home"
# href: index.html
# - text: "Papers"
# href: papers
# - text: "Presentations"
# href: presentations
# - text: "Software citations"
# href: software_citations.html
# - text: "Blog"
# href: blog.html
# - icon: rss
# href: blog.xml
# page-footer:
# left: "© Copyright 2022 Mike Mahoney. Except where otherwise noted, all text and images licensed CC-BY-NC 4.0."
# format:
# html:
# theme: [sandstone, _variables.scss]
# css: styles.css