Skip to content

Commit

Permalink
Add blogs section
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-strange committed Sep 3, 2024
1 parent 12cb7d4 commit 4ef8ced
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/blogs/_data/blogs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- title: Empty Homes for Good
url: "https://www.tomforth.co.uk/emptyhomesforgood/"
colour: c5-bg
- title: Building A Housing Data Explorer
url: 'https://open-innovations.org/blog/2024-08-28-building-a-housing-data-explorer'
colour: c6-bg
- title: Insights from the Housing Data Explorer
url: "https://open-innovations.org/blog/2024-08-30-insights-from-the-housing-data-explorer"
colour: c7-bg
10 changes: 10 additions & 0 deletions src/blogs/index.vto
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Blog posts
navorder: 40
colour: c13-bg
---
<div class='grid'>
{{ for blog of blogs }}
{{ comp.navgrid({ heading: blog.title , link: blog.url, colour: blog.colour }) }}
{{ /for }}
</div>

0 comments on commit 4ef8ced

Please sign in to comment.