diff --git a/main/Gemfile.lock b/main/Gemfile.lock index 420e465..08a6889 100644 --- a/main/Gemfile.lock +++ b/main/Gemfile.lock @@ -58,18 +58,18 @@ GEM rexml (3.2.5) rouge (4.1.0) safe_yaml (1.0.5) - sass-embedded (1.61.0-x64-mingw-ucrt) - google-protobuf (~> 3.21) sass-embedded (1.61.0-x64-mingw32) google-protobuf (~> 3.21) + sass-embedded (1.61.0-x64-unknown) + google-protobuf (~> 3.21) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.4.2) webrick (1.8.1) PLATFORMS - x64-mingw-ucrt x64-mingw32 + x64-unknown DEPENDENCIES jekyll diff --git a/main/_data/projects.json b/main/_data/projects.json index caf6805..1725740 100644 --- a/main/_data/projects.json +++ b/main/_data/projects.json @@ -61,12 +61,16 @@ }, { "name": "🏡 Tiny Life", - "desc": "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's published by Top Hat Studios, and it'll be released into Steam Early Access soon.", + "desc": "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's published by Top Hat Studios, and it's currently in Steam Early Access.", "status": "In development", "links": [ { "name": "Check it out", "link": "https://tinylifegame.com" + }, + { + "name": "Get it on Steam", + "link": "https://store.steampowered.com/app/1651490/Tiny_Life/" } ], "icon": "tiny" diff --git a/main/_data/support.json b/main/_data/support.json index 13af5ce..871fce8 100644 --- a/main/_data/support.json +++ b/main/_data/support.json @@ -1,7 +1,7 @@ [ { "name": "🪙 Buy Stuff I Made", - "text": "Some of the stuff I make is directly for sale, and buying it is an easy way to support me! For example, some of my games on itch are in \"name your own price\" mode, so you can choose the amount you want to give me.", + "text": "Some of the stuff I make is directly for sale, and buying it is an easy way to support me! For example, you can buy my game Tiny Life on Steam.", "link": "#projects" }, { diff --git a/main/scripts/blog.js b/main/scripts/blog.js index 0997057..6eedbc6 100644 --- a/main/scripts/blog.js +++ b/main/scripts/blog.js @@ -12,7 +12,6 @@ $(".blog-cat-button").on("click", function () { let category = location.hash.match(/#blog-(.+)/); openCategory(category && decodeURI(category[1])); -forceToAnchor(); function openCategory(name) { // if there are no tags that match our name, we display featured @@ -35,4 +34,4 @@ function openCategory(name) { $(`.blog-cat-button`).each(function () { $(this).attr("disabled", $(this).attr("id") == name); }); -} \ No newline at end of file +}