From ea325905b6b68a52b9d0065ca190d2be1da32929 Mon Sep 17 00:00:00 2001 From: Kelly Andrews Date: Thu, 15 Feb 2024 14:14:51 -0800 Subject: [PATCH] Add notes document for updating landing page --- Notes on customizing landing page | 6 ++++++ index.Rmd | 7 +------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 Notes on customizing landing page diff --git a/Notes on customizing landing page b/Notes on customizing landing page new file mode 100644 index 0000000..1caf45c --- /dev/null +++ b/Notes on customizing landing page @@ -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` \ No newline at end of file diff --git a/index.Rmd b/index.Rmd index a770aae..eea7200 100644 --- a/index.Rmd +++ b/index.Rmd @@ -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`