Skip to content

Commit

Permalink
Fix latest posts including 2021 entries
Browse files Browse the repository at this point in the history
This workaround (having to manually specify a `year:` for all entries)
is necessary until GitHub Pages updates to Jekyll 4.0+:
github/pages-gem#651
  • Loading branch information
soundasleep committed Jan 6, 2023
1 parent af93c1e commit 606882c
Show file tree
Hide file tree
Showing 30 changed files with 32 additions and 4 deletions.
4 changes: 4 additions & 0 deletions _layouts/blog-2021.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@ <h3>

</div>

<div style="text-align:left;">
<a href="/blog">&lt; Latest entries</a>
</div>

{%- include call-to-action.html -%}
</article>
2 changes: 1 addition & 1 deletion _layouts/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="post-content">
{{ content }}

{% assign posts = site.posts | where: "year", nil %}
{% assign posts = site.posts | where: "year", "2022" %}

{%- if posts.size > 0 -%}
{%- if page.list_title -%}
Expand Down
1 change: 1 addition & 0 deletions _posts/2022-01-12-draft-timeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "A draft timeline"
date: 2022-01-12 11:54:00 +1300
author: Jevon Wright
year: 2022
---

Happy new year! 🎉
Expand Down
1 change: 1 addition & 0 deletions _posts/2022-01-27-element-sim.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Progress on the element simulation"
date: 2022-01-27 11:01:00 +1300
author: Jevon Wright
year: 2022
truncate_words: 75
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-02-09-liquid-and-gas-shaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Liquid and gas shaders"
date: 2022-02-09 12:46:00 +1300
author: Jevon Wright
year: 2022
truncate_words: 75
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-02-10-blob-layouts-and-tilesets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Blob layouts and tilesets"
date: 2022-02-10 10:45:00 +1300
author: Jevon Wright
year: 2022
truncate_words: 75
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-03-02-liquids-and-tilesets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Cleaning up liquids and tilesets"
date: 2022-03-02 11:20:00 +1300
author: Jevon Wright
year: 2022
---

It's been a long time since my last post where I wrote about the first
Expand Down
1 change: 1 addition & 0 deletions _posts/2022-03-11-more-user-interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "More user interface work"
date: 2022-03-11 17:27:00 +1300
author: Jevon Wright
year: 2022
truncate_words: 75
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-03-19-sandbox-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Sandbox tools and a debug console"
date: 2022-03-19 15:20:00 +1300
author: Jevon Wright
year: 2022
---

I've continued to [focus on user interfaces](/2022/03/11/more-user-interfaces) for the
Expand Down
1 change: 1 addition & 0 deletions _posts/2022-03-29-focusing-on-materials.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Focusing on materials"
date: 2022-03-29 16:45:00 +1300
author: Jevon Wright
year: 2022
---

Over the last week my focus has been on the physical materials that are present in the game.
Expand Down
1 change: 1 addition & 0 deletions _posts/2022-04-05-testing-groovy-jvm-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Testing Groovy/JVM scripting engine performance"
date: 2022-04-05 12:48:00 +1200
author: Jevon Wright
year: 2022
truncate_words: 75
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-04-16-thoughts-and-dreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Thoughts and dreams"
date: 2022-04-16 10:57:00 +1200
author: Jevon Wright
year: 2022
---

For the last week, the most interesting things I've been working on have been the pawns –
Expand Down
1 change: 1 addition & 0 deletions _posts/2022-04-23-unedited-gameplay-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Unedited gameplay demo"
date: 2022-04-23 12:30:00 +1200
author: Jevon Wright
year: 2022
truncate_words: 200
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-04-30-first-playable-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "The first playable release"
date: 2022-04-30 12:20:00 +1200
author: Jevon Wright
image: /assets/blog/desktop-launcher-zip.png
year: 2022
#truncate_words: 200
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-05-18-announcing-adaptory.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: "Announcing: Adaptory"
date: 2022-05-18 13:30:00 +1200
author: Jevon Wright
image: /assets/images/adaptory pre-alpha [email protected]
year: 2022
---

Very excited to announce that the game now has a name!!
Expand Down
1 change: 1 addition & 0 deletions _posts/2022-05-28-events-and-sounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Working on events and spatial sounds"
date: 2022-05-28 13:15:00 +1200
author: Jevon Wright
year: 2022
truncate_words: 125
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-06-07-spatial-sounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Fully spatialised sounds"
date: 2022-06-07 11:35:00 +1200
author: Jevon Wright
year: 2022
truncate_words: 150
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-06-14-giving-pawns-orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Giving pawns orders"
date: 2022-06-14 14:15:00 +1200
author: Jevon Wright
year: 2022
# truncate_words: 150
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-06-30-more-more-user-interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Even more user interface work"
date: 2022-06-28 10:00:00 +1200
author: Jevon Wright
year: 2022
truncate_words: 150
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-07-11-progress-continues.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Progress continues"
date: 2022-07-11 10:00:00 +1200
author: Jevon Wright
year: 2022
#truncate_words: 150
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-07-28-new-pawn-art.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "New pawn art and animations"
date: 2022-07-28 14:05:00 +1200
author: Jevon Wright
year: 2022
#truncate_words: 150
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-08-22-first-mac-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "First Mac OS build"
date: 2022-08-22 11:10:00 +1200
author: Jevon Wright
year: 2022
#truncate_words: 150
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-09-05-now-with-colour.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Now with colour!"
date: 2022-09-05 11:05:00 +1200
author: Jevon Wright
year: 2022
#truncate_words: 150
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-09-22-hair-and-release-date.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Hair – and an alpha release date"
date: 2022-09-22 10:45:00 +1200
author: Jevon Wright
year: 2022
truncate_words: 101
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-10-01-lasers-and-sleeping.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Lasers and sleeping emotes"
date: 2022-10-01 14:25:00 +1300
author: Jevon Wright
year: 2022
#truncate_words: 100
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-10-04-multithreaded-simulations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Making Adaptory into a multithreaded simulation game"
date: 2022-10-04 09:45:00 +1300
author: Jevon Wright
year: 2022
#truncate_words: 100
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-10-17-getting-ready-for-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "Getting ready for release"
date: 2022-10-17 12:00:00 +1300
author: Jevon Wright
year: 2022
#truncate_words: 100
---

Expand Down
1 change: 1 addition & 0 deletions _posts/2022-10-31-download-alpha-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: "First release on itch.io!"
date: 2022-10-31 12:30:00 +1300
author: Jevon Wright
year: 2022
truncate_words: 110
---

Expand Down
2 changes: 1 addition & 1 deletion _sass/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ body.page-index {
}
}

body.page-blog {
body.page-blog, body.page-blog-2021 {
article {
h3 > a.post-link:not(.button) {
font-size: 110%;
Expand Down
2 changes: 0 additions & 2 deletions blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ title: Blog
permalink: /blog
---

<div style="float: right; display:inline-block;"><a href="/blog/2021" class="button">2021 &gt;</a></div>

# Latest blog entries

<small>I also post updates on [Patreon](https://patreon.com/jevon), where you can get email notifications of new posts.<small>

0 comments on commit 606882c

Please sign in to comment.