Skip to content

Commit

Permalink
Update and rename Page1.Rmd to CB.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Feb 15, 2024
1 parent 1ee93c3 commit 1595e7e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 28 deletions.
38 changes: 38 additions & 0 deletions CB.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: FRAM
output:
distill::distill_article:
self_contained: false
toc: true
toc_depth: 3
---

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

```{css}
d-title {
display: none;
}
```

# Header 1

Here the title and description is removed by passing special css for this page to create a tighter layout.

## Page with toc

You can add a table of contents to your pages. This will be taken from your headers.

### The yaml

```
output:
distill::distill_article:
self_contained: false
toc: true
toc_depth: 3
```

# Another top header
28 changes: 0 additions & 28 deletions Page1.Rmd

This file was deleted.

0 comments on commit 1595e7e

Please sign in to comment.