Skip to content

Commit a557b62

Browse files
committed
replace blogpost link in sidebar with link on homepage
It saves one item in the sidebar. instead we link to the posts on the homepage under the "News" section , which should be ok for the purpose. Also add prev/next links to the posts pages Signed-off-by: Christoph Rueger <[email protected]>
1 parent 59ab14a commit a557b62

9 files changed

+9
-9
lines changed

_data/sidebar.yml

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ nav:
55
url: "/"
66
- name: Community
77
url: "/community.html"
8-
- name: Blog Posts
9-
url: "/posts.html"
108
- divider: true
119
- title: Documentation
1210
links:

_posts/2020-05-05-blog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
layout: prev-next-collection
33
title: Bndtools Blog
44
description: "Open blog for Bndtools"
55
comments: true

_posts/2020-05-06-bndtools-classic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
layout: prev-next-collection
33
title: Bndtools without OSGi?
44
description: Bndtools is the premier development tool OSGi applications. However, can it also be used to build plain old Java applications without OSGi?
55
comments: true

_posts/2020-05-15-release-RC1-5-1-0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
layout: prev-next-collection
33
title: Bndtools Release Candidate 1 for 5.1.0
44
description: Release an RC for a feature filled Bndtools 5.1.0
55
comments: true

_posts/2020-10-19-github-as-maven-repo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
layout: prev-next-collection
33
title: Github Packages as Maven Repo
44
description: Github provides a feature called packages that support the maven repository model. This text shows you how to release to this package.
55
comments: true

_posts/2022-11-30-release-6-4-0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
layout: prev-next-collection
33
title: Bndtools 6.4.0 available
44
author: Christoph Rüger
55
---

_posts/2023-10-06-release-7-0-0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
layout: prev-next-collection
33
title: Bndtools 7.0.0 available
44
author: Christoph Rüger
55
---

_posts/2023-10-30-announcement-bnd-pde-cooperation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
layout: prev-next-collection
33
title: Announcement - bnd / bndtools and PDE cooperation
44
description: PDE and bndtools unite to make OSGi development better
55
comments: true

index.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<li><a class="item" onclick="location.href='{{page.url}}'">{{page.title}}</a> – {{page.description}}</li>
1616
{% endfor %}
1717
</ul>
18+
19+
<a href="/posts.html">View all posts</a>
1820
</div>
1921
</div>
2022

0 commit comments

Comments
 (0)