Skip to content

Commit

Permalink
Merge pull request #208 from stride3d/master
Browse files Browse the repository at this point in the history
Releasing recent updates
  • Loading branch information
VaclavElias authored Oct 17, 2023
2 parents adcc2c7 + d4f7f24 commit 73c81d5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
20 changes: 20 additions & 0 deletions _includes/blog-home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<div class="row gy-5 gx-sm-5 mb-5">
{% assign latestPosts = collections.blog | reverse %}
{% for post in latestPosts limit:3 %}
<div class="col-md-4">
<div class="card mb-4 h-100">
<div class="card-body px-4 pt-4">
<h5 class="card-title">{{ post.data.title }}</h5>
<div class="my-2 small text-secondary">
<i class="fa-solid fa-calendar-days me-1"></i> {%- include post/day.html date:post.date -%}
</div>
{%- if post.data.excerpt -%}{{ post.data.excerpt | md }}{%- else -%}
{{ post.data.page.excerpt | md }}{%- endif -%}
</div>
<div class="px-4 mb-4">
<a href="{{ post.url }}" class="stretched-link btn btn-lg btn-outline-stride me-md-2">Read more</a>
</div>
</div>
</div>
{% endfor %}
</div>
3 changes: 2 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
title: FAQ
permalink: /faq/
description: Explore the frequently asked questions on Stride Game Engine covering system requirements, platform support, features, licensing, and more to get started with your game development journey.
tags: search
banner:
title: FAQ
Expand Down Expand Up @@ -133,4 +134,4 @@ <h2>Disclaimer</h2>
</div>
</div>
</div>
</div>
</div>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,5 @@ <h2 class="h1 mb-3">Our Featured Sponsors</h2>
</div>
</div>
</div>
{% include blog-home.html %}
</div>
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"lunr": "^2.3.9",
"markdown-it-anchor": "^8.6.6",
"markdown-it-table-of-contents": "^0.6.0",
"sass": "^1.69.0"
"sass": "^1.69.3"
}
}

0 comments on commit 73c81d5

Please sign in to comment.