Skip to content

Commit

Permalink
create website
Browse files Browse the repository at this point in the history
  • Loading branch information
jarbet committed Sep 3, 2024
0 parents commit 720e6fa
Show file tree
Hide file tree
Showing 34 changed files with 8,992 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata

/.quarto/
20 changes: 20 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
project:
type: website
output-dir: docs
website:
title: "presentation-causal-inference-matching"
navbar:
left:
- href: index.qmd
text: Home
- href: causal-inference-observational-data-matching.qmd
text: Presentation

format:
html:
theme: cosmo
css: styles.css
toc: true



Loading

0 comments on commit 720e6fa

Please sign in to comment.