Merge branch 'master' of https://git.ellpeck.de/Ellpeck/Web
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2023-05-15 19:56:37 +02:00
commit 4d2b00b30e
4 changed files with 10 additions and 7 deletions

View file

@ -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

View file

@ -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"

View file

@ -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"
},
{

View file

@ -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);
});
}
}