Skip to content

Commit

Permalink
Update index.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes authored Feb 15, 2024
1 parent 60f683f commit bd0e803
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -1,30 +1,25 @@
---
title: "A Distill Website"
title: ""
favicon: "images/favicon.ico"
image: "images/nmfs-opensci-logo3.png"
image: "images/NOAA_Fisheries_logo_vertical.png"
output:
postcards::trestles
site: distill::distill_website
---

## About
This GitHub organization is for staff at the [Northwest Fisheries Science Center (NWFSC)](https://www.fisheries.noaa.gov/about/northwest-fisheries-science-center) and their collaborators.

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.
Contact: [email protected] (for general GitHub Enterprise questions contact github.[email protected])

### Set-up
## How to find repositories?

* Install the needed packages. You only need to do this once.
* Click the tabs above for division specific information.
* Do a repository search with tags. Skim the repository list for ideas for tags.
* Do a repository search by topic: marine mammals, stock assessment, genetics, salmon, ecosystem

## Disclaimer

```
install.packages(c("rmarkdown", "distill", "postcards", "knitr")
```

### Customize

* `index.Rmd` will be the front page. You can change the layout by changing `postcards::trestles`
* Edit `_site.yml` to change the top navbar
* Add pages like `Page1.Rmd` and then add those to `_site.yml`
* Add your images (like logos) to `images` and a favicon to `favicon.ico`
The repositories in this GitHub org are scientific products and are not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA GitHub project code is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government



Expand Down

0 comments on commit bd0e803

Please sign in to comment.