forked from mikemahoney218/mm218.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
38 lines (37 loc) · 878 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
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