Skip to content

Commit

Permalink
Add notes document for updating landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyandrews committed Feb 15, 2024
1 parent 8037133 commit ea32590
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Notes on customizing landing page
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### 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`
7 changes: 1 addition & 6 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,10 @@ site: distill::distill_website
## Repos

* [VMS pipeline](https://github.com/noaa-nwfsc/VMS-pipeline)
* Risk to fisheries from displacement


### Customize
* Risk to fisheries from displacement

* `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`



Expand Down

0 comments on commit ea32590

Please sign in to comment.