Skip to content

Commit

Permalink
Build site
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 15, 2024
1 parent b8bba19 commit f4766b8
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 47 deletions.
2 changes: 1 addition & 1 deletion docs/Disclaimer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@
<nav class="distill-site-nav distill-site-header">
<div class="nav-left">
<a class="logo">
<img src="images/NOAA_Fisheries_logo_vertical.png" alt="Logo"/>
<img src="images/noaa_digital_logo-2022.png" alt="Logo"/>
</a>
<a href="index.html" class="title">NWFSC GitHub Org</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@
<nav class="distill-site-nav distill-site-header">
<div class="nav-left">
<a class="logo">
<img src="images/NOAA_Fisheries_logo_vertical.png" alt="Logo"/>
<img src="images/noaa_digital_logo-2022.png" alt="Logo"/>
</a>
<a href="index.html" class="title">NWFSC GitHub Org</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Page1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@
<nav class="distill-site-nav distill-site-header">
<div class="nav-left">
<a class="logo">
<img src="images/NOAA_Fisheries_logo_vertical.png" alt="Logo"/>
<img src="images/noaa_digital_logo-2022.png" alt="Logo"/>
</a>
<a href="index.html" class="title">NWFSC GitHub Org</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Page2.html
Original file line number Diff line number Diff line change
Expand Up @@ -2307,7 +2307,7 @@
<nav class="distill-site-nav distill-site-header">
<div class="nav-left">
<a class="logo">
<img src="images/NOAA_Fisheries_logo_vertical.png" alt="Logo"/>
<img src="images/noaa_digital_logo-2022.png" alt="Logo"/>
</a>
<a href="index.html" class="title">NWFSC GitHub Org</a>
</div>
Expand Down
Binary file removed docs/images/nmfs-opensci-logo.png
Binary file not shown.
Binary file removed docs/images/nmfs-opensci-logo3.png
Binary file not shown.
Binary file added docs/images/noaa_digital_logo-2022.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
64 changes: 26 additions & 38 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
<style type="text/css">body {font-family: 'Roboto Slab', serif;}</style>

<title>A Distill Website</title>
<title></title>

<link rel="shortcut icon" href=images/favicon.ico>

Expand Down Expand Up @@ -824,7 +824,7 @@
<nav class="distill-site-nav distill-site-header">
<div class="nav-left">
<a class="logo">
<img src="images/NOAA_Fisheries_logo_vertical.png" alt="Logo"/>
<img src="images/noaa_digital_logo-2022.png" alt="Logo"/>
</a>
<a href="index.html" class="title">NWFSC GitHub Org</a>
</div>
Expand All @@ -848,10 +848,10 @@
<div class="d-flex flex-column col-5 align-items-center text-center align-self-center">
<div class="mx-auto text-center">
<div class="p-3">
<img src="images/nmfs-opensci-logo3.png" style="height:15rem" class="rounded">
<img src="images/NOAA_Fisheries_logo_vertical.png" style="height:15rem" class="rounded">
</div>
<div class="p-2">
<h1>A Distill Website</h1>
<h1></h1>
</div>
<hr style="width:60%;"/>
<div class="p-2">
Expand All @@ -865,25 +865,19 @@ <h1>A Distill Website</h1>
<div class="d-flex flex-column vh-100 border-left"></div>
<div class="d-flex flex-column col px-5 align-items-center align-self-center mh-100" style="overflow-y: scroll;">
<div class="my-5" id="content">
<div id="about" class="section level2">
<h2>About</h2>
<p>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 <a href="https://github.com/seankross/postcards">postcards</a> GitHub readme for the different layouts available.</p>
<div id="set-up" class="section level3">
<h3>Set-up</h3>
<p>This GitHub organization is for staff at the <a href="https://www.fisheries.noaa.gov/about/northwest-fisheries-science-center">Northwest Fisheries Science Center (NWFSC)</a> and their collaborators.</p>
<p>Contact: [email protected] (for general GitHub Enterprise questions contact [email protected])</p>
<div id="how-to-find-repositories" class="section level2">
<h2>How to find repositories?</h2>
<ul>
<li>Install the needed packages. You only need to do this once.</li>
</ul>
<pre><code>install.packages(c(&quot;rmarkdown&quot;, &quot;distill&quot;, &quot;postcards&quot;, &quot;knitr&quot;)</code></pre>
</div>
<div id="customize" class="section level3">
<h3>Customize</h3>
<ul>
<li><code>index.Rmd</code> will be the front page. You can change the layout by changing <code>postcards::trestles</code></li>
<li>Edit <code>_site.yml</code> to change the top navbar</li>
<li>Add pages like <code>Page1.Rmd</code> and then add those to <code>_site.yml</code></li>
<li>Add your images (like logos) to <code>images</code> and a favicon to <code>favicon.ico</code></li>
<li>Click the tabs above for division specific information.</li>
<li>Do a repository search with tags. Skim the repository list for ideas for tags.</li>
<li>Do a repository search by topic: marine mammals, stock assessment, genetics, salmon, ecosystem</li>
</ul>
</div>
<div id="disclaimer" class="section level2">
<h2>Disclaimer</h2>
<p>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</p>
</div>
</div>
</div>
Expand All @@ -895,10 +889,10 @@ <h3>Customize</h3>
<div class="d-flex flex-col">
<div class="mx-auto">
<div class="p-3 mt-3 text-center">
<img src="images/nmfs-opensci-logo3.png" style="height:15rem" class="rounded">
<img src="images/NOAA_Fisheries_logo_vertical.png" style="height:15rem" class="rounded">
</div>
<div class="p-2 text-center">
<h1>A Distill Website</h1>
<h1></h1>
</div>
<hr style="width:60%;"/>

Expand All @@ -909,25 +903,19 @@ <h1>A Distill Website</h1>
</div>
</div>
<div class="p pt-4 px-5">
<div id="about" class="section level2">
<h2>About</h2>
<p>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 <a href="https://github.com/seankross/postcards">postcards</a> GitHub readme for the different layouts available.</p>
<div id="set-up" class="section level3">
<h3>Set-up</h3>
<ul>
<li>Install the needed packages. You only need to do this once.</li>
</ul>
<pre><code>install.packages(c(&quot;rmarkdown&quot;, &quot;distill&quot;, &quot;postcards&quot;, &quot;knitr&quot;)</code></pre>
</div>
<div id="customize" class="section level3">
<h3>Customize</h3>
<p>This GitHub organization is for staff at the <a href="https://www.fisheries.noaa.gov/about/northwest-fisheries-science-center">Northwest Fisheries Science Center (NWFSC)</a> and their collaborators.</p>
<p>Contact: [email protected] (for general GitHub Enterprise questions contact [email protected])</p>
<div id="how-to-find-repositories" class="section level2">
<h2>How to find repositories?</h2>
<ul>
<li><code>index.Rmd</code> will be the front page. You can change the layout by changing <code>postcards::trestles</code></li>
<li>Edit <code>_site.yml</code> to change the top navbar</li>
<li>Add pages like <code>Page1.Rmd</code> and then add those to <code>_site.yml</code></li>
<li>Add your images (like logos) to <code>images</code> and a favicon to <code>favicon.ico</code></li>
<li>Click the tabs above for division specific information.</li>
<li>Do a repository search with tags. Skim the repository list for ideas for tags.</li>
<li>Do a repository search by topic: marine mammals, stock assessment, genetics, salmon, ecosystem</li>
</ul>
</div>
<div id="disclaimer" class="section level2">
<h2>Disclaimer</h2>
<p>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</p>
</div>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" version="1.0">
<url>
<loc>https://noaa-nwfsc.github.io/Disclaimer.html</loc>
<lastmod>2024-02-15T16:21:50+00:00</lastmod>
<lastmod>2024-02-15T16:33:24+00:00</lastmod>
</url>
<url>
<loc>https://noaa-nwfsc.github.io/</loc>
<lastmod>2024-02-15T16:21:50+00:00</lastmod>
<lastmod>2024-02-15T16:33:24+00:00</lastmod>
</url>
<url>
<loc>https://noaa-nwfsc.github.io/LICENSE.html</loc>
<lastmod>2024-02-15T16:21:50+00:00</lastmod>
<lastmod>2024-02-15T16:33:24+00:00</lastmod>
</url>
<url>
<loc>https://noaa-nwfsc.github.io/Page1.html</loc>
<lastmod>2024-02-15T16:21:50+00:00</lastmod>
<lastmod>2024-02-15T16:33:24+00:00</lastmod>
</url>
<url>
<loc>https://noaa-nwfsc.github.io/Page2.html</loc>
<lastmod>2024-02-15T16:21:50+00:00</lastmod>
<lastmod>2024-02-15T16:33:24+00:00</lastmod>
</url>
</urlset>

0 comments on commit f4766b8

Please sign in to comment.