-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
55 lines (53 loc) · 1.89 KB
/
Copy path_quarto.yml
File metadata and controls
55 lines (53 loc) · 1.89 KB
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
project:
type: website
output-dir: docs
resources:
- CNAME
- robots.txt
website:
title: "Eric Mai"
site-url: "https://ericvmai.com"
repo-url: "https://github.com/ericvmai/ericvmai"
favicon: resources/favicon.png
description: "Eric Mai - Policy Leader & Researcher specializing in Housing & Community Development. Urban planning expert with experience in affordable housing, zoning policy, and data analysis."
site-path: "/"
google-analytics: "G-XXXXXXXXXX" # Add your GA4 ID here if you have one
navbar:
left:
- href: index.qmd
text: Home
- href: resume.qmd
text: Resume
- href: portfolio.qmd
text: Portfolio
- href: about.qmd
text: More About Me
# - href: blog.qmd
# text: Blog
- href: contact.qmd
text: Contact
format:
html:
theme: cosmo # or remove the theme line entirely
css: fix.css
html-meta-tags:
- name: "author"
content: "Eric Mai"
- name: "keywords"
content: "Eric Mai, policy researcher, housing policy, urban planning, affordable housing, Virginia, community development, zoning"
- name: "viewport"
content: "width=device-width, initial-scale=1"
- property: "og:title"
content: "Eric Mai - Policy Leader & Researcher"
- property: "og:description"
content: "Policy Leader & Researcher specializing in Housing & Community Development. Urban planning expert with experience in affordable housing, zoning policy, and data analysis."
- property: "og:url"
content: "https://ericvmai.com"
- property: "og:type"
content: "website"
- name: "twitter:card"
content: "summary"
- name: "twitter:title"
content: "Eric Mai - Policy Leader & Researcher"
- name: "twitter:description"
content: "Policy Leader & Researcher specializing in Housing & Community Development"