Skip to content

Commit 192ad1e

Browse files
author
Nicolas Casajus
committed
add new pages
1 parent 0d47e98 commit 192ad1e

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

_quarto.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ website:
1414
# logo: images/logo-cesab.png
1515

1616
page-footer:
17-
left: "© CC-BY [PHENOFISH group](https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/phenofish/)"
17+
left: "© CC-By [PHENOFISH group](https://www.fondationbiodiversite.fr/en/the-frb-in-action/programs-and-projects/le-cesab/phenofish/)"
1818
center: "Code source available on [{{< fa brands github >}}](https://github.com/phenofish/phenofish.github.io/)"
1919
right: "Built with [Quarto](https://quarto.org/)"
2020
border: true
@@ -29,8 +29,12 @@ website:
2929
href: content/people.qmd
3030
- text: "{{< fa database >}} <span class='menu-item'>Database</span>"
3131
href: content/database.qmd
32-
- text: "{{< fa upload >}} <span class='menu-item'>Contributing</span>"
33-
href: content/contributing.qmd
32+
- text: "{{< fa code >}} <span class='menu-item'>Software</span>"
33+
href: content/software.qmd
34+
- text: "{{< fa book >}} <span class='menu-item'>Publications</span>"
35+
href: content/papers.qmd
36+
- text: "{{< fa upload >}} <span class='menu-item'>Submit data</span>"
37+
href: content/submit-data.qmd
3438

3539
format:
3640
html:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## {{< fa upload >}} &nbsp;Contributing
1+
## {{< fa book >}} &nbsp;Publications
22

33
{{< fa triangle-exclamation >}}&nbsp; Work in progress... &nbsp;{{< fa triangle-exclamation >}}

content/software.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## {{< fa code >}} &nbsp;Software
2+
3+
{{< fa triangle-exclamation >}}&nbsp; Work in progress... &nbsp;{{< fa triangle-exclamation >}}

content/submit-data.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## {{< fa upload >}} &nbsp;Submit data
2+
3+
{{< fa triangle-exclamation >}}&nbsp; Work in progress... &nbsp;{{< fa triangle-exclamation >}}

0 commit comments

Comments
 (0)