Skip to content

Commit

Permalink
Latest posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant-Archibald-MS committed Dec 14, 2024
1 parent cf04b8c commit 25adcc5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
5 changes: 4 additions & 1 deletion site/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ main:
- title: "Getting Started"
url: /context/getting-started


docs:
- title: "Latest"
children:
- title: Posts
url: /latest
- title: "Roles and Responsibilities"
children:
- title: Get Started Business
Expand Down
20 changes: 20 additions & 0 deletions site/latest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
layout: single
title: Latest Posts
permalink: /latest
toc: true
sidebar:
nav: "docs"
---

We are excited to share our latest updates and insights with you. Please check back regularly for new content and updates. We hope you find our posts informative and engaging.

<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<span>{{ post.date | date: "%B %d, %Y" }}</span>
<p>{{ post.excerpt | strip_html | truncatewords: 20 }}</p>
</li>
{% endfor %}
</ul>

0 comments on commit 25adcc5

Please sign in to comment.