Skip to content

Commit

Permalink
initialize website
Browse files Browse the repository at this point in the history
  • Loading branch information
mragsac committed Jan 9, 2025
0 parents commit 640c2f2
Show file tree
Hide file tree
Showing 25 changed files with 5,482 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.quarto/
7 changes: 7 additions & 0 deletions 404.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Page Not Found
---

The page you requested cannot be found (perhaps it was moved or renamed).

You may want to try searching to find the page's new location.
18 changes: 18 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
project:
type: website

website:
title: "Michelle Franc Ragsac, Ph.D."
site-url: https://mragsac.com
navbar:
right:
- text: "About"
href: index.qmd
- text: "Resume"
href: https://linkedin.com/in/michelleragsac
search: false

format:
html:
theme: flatly
toc: false
Loading

0 comments on commit 640c2f2

Please sign in to comment.