Skip to content

Commit ef76264

Browse files
committed
adding categories
1 parent faf60c1 commit ef76264

35 files changed

+1536
-198
lines changed

_quarto.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ website:
88
left:
99
- href: index.qmd
1010
text: Home
11+
- activities.qmd
1112
- about.qmd
1213
- href: people.qmd
1314
text: People
15+
tools:
16+
- icon: github
17+
href: https://github.com/stemcoding
1418

1519
format:
1620
html:

activities.qmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "STEMcoding Activities"
3+
listing:
4+
contents:
5+
- "projects/*.qmd"
6+
# (additional metadata excluded for brevity)
7+
categories: true
8+
type: grid
9+
---

docs/about.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
<li class="nav-item">
9292
<a class="nav-link" href="./index.html">
9393
<span class="menu-text">Home</span></a>
94+
</li>
95+
<li class="nav-item">
96+
<a class="nav-link" href="./activities.html">
97+
<span class="menu-text">STEMcoding Activities</span></a>
9498
</li>
9599
<li class="nav-item">
96100
<a class="nav-link active" href="./about.html" aria-current="page">
@@ -103,6 +107,7 @@
103107
</ul>
104108
</div> <!-- /navcollapse -->
105109
<div class="quarto-navbar-tools">
110+
<a href="https://github.com/stemcoding" title="" class="quarto-navigation-tool px-1" aria-label=""><i class="bi bi-github"></i></a>
106111
</div>
107112
</div> <!-- /container-fluid -->
108113
</nav>

0 commit comments

Comments
 (0)