Skip to content

Commit

Permalink
Create barebones Distill site for analyses
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemc committed Sep 15, 2021
1 parent 3ca2b0f commit c5e3334
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions notebook/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Knitr cache for posts
**_cache/
# Distill site output; this will be copied to the site branch
_site/
12 changes: 12 additions & 0 deletions notebook/_site.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "da-notebook"
title: "Research notebook for manuscript on taxonomic bias and differential-abundance methods"
description: |
Research notebook for manuscript on taxonomic bias and differential-abundance methods
output_dir: "_site"
navbar:
right:
- text: "Home"
href: index.html
- text: "About"
href: about.html
output: distill::distill_article
10 changes: 10 additions & 0 deletions notebook/about.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "About this site"
description: |
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```

This site contains analyses for a manuscript on the impact of taxonomic bias on microbimoe differential-abundance methods.
5 changes: 5 additions & 0 deletions notebook/index.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Research notebook for manuscript on taxonomic bias and differential-abundance methods"
site: distill::distill_website
listing: posts
---

0 comments on commit c5e3334

Please sign in to comment.