Skip to content

Commit f05f077

Browse files
committed
Beginning a landing page
1 parent e457be1 commit f05f077

19 files changed

+23361
-9
lines changed

Disclaimer.html

+2,292
Large diffs are not rendered by default.

index.Rmd

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
---
2-
title: "A Distill Website"
2+
title: "Northwest Fisheries Science Center Offshore Wind Related Repos"
33
favicon: "images/favicon.ico"
44
image: "images/nmfs-opensci-logo3.png"
55
output:
66
postcards::trestles
77
site: distill::distill_website
88
---
99

10-
## About
10+
## Repos
1111

12-
This is a distill website using RMarkdown and the postcards package to create the layout for the individual pages. Here postcards layout is only used for the index page, but you can use it for any page. See the [postcards](https://github.com/seankross/postcards) GitHub readme for the different layouts available.
12+
*VMS pipeline
13+
*Risk to fisheries from displacement
1314

14-
### Set-up
15-
16-
* Install the needed packages. You only need to do this once.
17-
18-
```
19-
install.packages(c("rmarkdown", "distill", "postcards", "knitr")
2015
```
2116
2217
### Customize

0 commit comments

Comments
 (0)