generated from nmfs-opensci/NOAA-distill-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename Page1.Rmd to CB.Rmd
- Loading branch information
Showing
2 changed files
with
38 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |