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.
- Loading branch information
Showing
1 changed file
with
11 additions
and
16 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 |
---|---|---|
@@ -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 | ||
|
||
|
||
|
||
|