updated dependencies, and improved rss feed summary
All checks were successful
Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2022-07-13 13:52:53 +02:00
parent ade56d6663
commit 67e0e74569
35 changed files with 3447 additions and 3447 deletions

View file

@ -4,17 +4,17 @@ GEM
addressable (2.8.0) addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.1.9) concurrent-ruby (1.1.10)
em-websocket (0.5.2) em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0)
eventmachine (1.2.7-x64-mingw32) eventmachine (1.2.7-x64-mingw32)
ffi (1.15.3-x64-mingw32) ffi (1.15.5-x64-mingw32)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
http_parser.rb (0.6.0) http_parser.rb (0.8.0)
i18n (1.8.10) i18n (1.11.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.2.0) jekyll (4.2.2)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
@ -29,35 +29,35 @@ GEM
rouge (~> 3.0) rouge (~> 3.0)
safe_yaml (~> 1.0) safe_yaml (~> 1.0)
terminal-table (~> 2.0) terminal-table (~> 2.0)
jekyll-feed (0.15.1) jekyll-feed (0.16.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.1.0) jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0) sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
kramdown (2.3.1) kramdown (2.4.0)
rexml rexml
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
liquid (4.0.3) liquid (4.0.3)
listen (3.5.1) listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0) mercenary (0.4.0)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (4.0.6) public_suffix (4.0.7)
rb-fsevent (0.11.0) rb-fsevent (0.11.1)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rexml (3.2.5) rexml (3.2.5)
rouge (3.26.0) rouge (3.29.0)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sassc (2.4.0-x64-mingw32) sassc (2.4.0-x64-mingw32)
ffi (~> 1.9) ffi (~> 1.9)
terminal-table (2.0.0) terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1) unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0) unicode-display_width (1.8.0)
webrick (1.7.0) webrick (1.7.0)
PLATFORMS PLATFORMS

View file

@ -1,7 +1,7 @@
<div class="card bg-light blog-entry rounded-0 {% for tag in include.post.tags %} blog-tag-{{ tag | slugify}} {% endfor %}"> <div class="card bg-light blog-entry rounded-0 {% for tag in include.post.tags %} blog-tag-{{ tag | slugify}} {% endfor %}">
<div class="card-body"> <div class="card-body">
<h4 class="card-title blog-title"><a class="blog-button" href="{{ include.post.url }}">{{ include.post.title }}</a></h4> <h4 class="card-title blog-title"><a class="blog-button" href="{{ include.post.url }}">{{ include.post.title }}</a></h4>
<div class="card-text blog-summary">{{ include.post.summary }}</div> <div class="card-text blog-summary">{{ include.post.description }}</div>
<span class="text-muted project-status">{{ include.post.date | date_to_string }}</span> <span class="text-muted project-status">{{ include.post.date | date_to_string }}</span>
<span class="text-muted blog-cat">{{ include.post.tags | join: ", " }}</span> <span class="text-muted blog-cat">{{ include.post.tags | join: ", " }}</span>
</div> </div>

View file

@ -7,8 +7,8 @@
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
<meta name="author" content="Ellpeck"> <meta name="author" content="Ellpeck">
<meta name="description" content="{{ page.summary }}"> <meta name="description" content="{{ page.description }}">
<meta name="keywords" content="Ellpeck, Actually Additions, Rock Bottom, Programming, Minecraft, Game Development, Nature's Aura, C#, Java, Blog, Tutorial, Foe Frenzy"> <meta name="keywords" content="Ellpeck, Actually Additions, Programming, Minecraft, Game Development, Nature's Aura, C#, Java, Blog, Tutorial, Pretty Pipes, Tiny Life, Ellpeck Games">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto&display=swap">
@ -17,7 +17,7 @@
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta property="og:title" content="{{ page.title }}"> <meta property="og:title" content="{{ page.title }}">
<meta property="og:description" content="{{ page.summary }}"> <meta property="og:description" content="{{ page.description }}">
<meta property="og:image" content="https://ellpeck.de/res/logoSmall.png"> <meta property="og:image" content="https://ellpeck.de/res/logoSmall.png">
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@Ellpeck"> <meta name="twitter:site" content="@Ellpeck">

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: ✨ Blogs are Cool, I Think title: ✨ Blogs are Cool, I Think
summary: The first post and how I created it description: The first post and how I created it
tags: [Miscellaneous] tags: [Miscellaneous]
discuss: https://twitter.com/Ellpeck/status/1096937184601538566 discuss: https://twitter.com/Ellpeck/status/1096937184601538566
archived: true archived: true

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: ⚙️ Why You Should Mod Minecraft title: ⚙️ Why You Should Mod Minecraft
summary: About what makes Minecraft modding great and why you should probably try it if you enjoy programming description: About what makes Minecraft modding great and why you should probably try it if you enjoy programming
tags: [Minecraft, Programming] tags: [Minecraft, Programming]
discuss: https://twitter.com/Ellpeck/status/1097177774337462272 discuss: https://twitter.com/Ellpeck/status/1097177774337462272
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 🔥 Kindling the Reading Flame title: 🔥 Kindling the Reading Flame
summary: About the Kindle, Harry Potter and what I like and dislike about them description: About the Kindle, Harry Potter and what I like and dislike about them
tags: [Reading] tags: [Reading]
discuss: https://twitter.com/Ellpeck/status/1109102077911973888 discuss: https://twitter.com/Ellpeck/status/1109102077911973888
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 🗡️ Small Projects title: 🗡️ Small Projects
summary: Why creating a small, unplanned project is sometimes good for you description: Why creating a small, unplanned project is sometimes good for you
tags: [Programming] tags: [Programming]
discuss: https://twitter.com/Ellpeck/status/1123651624201871360 discuss: https://twitter.com/Ellpeck/status/1123651624201871360
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 😔 About Cross-Platform and Motivation title: 😔 About Cross-Platform and Motivation
summary: How moving from Java to C# taught me how horrible it is to create a cross-platform application with little to no knowledge or documentation description: How moving from Java to C# taught me how horrible it is to create a cross-platform application with little to no knowledge or documentation
tags: [Programming] tags: [Programming]
discuss: https://twitter.com/Ellpeck/status/1147502654236573697 discuss: https://twitter.com/Ellpeck/status/1147502654236573697
archived: true archived: true

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: ⚔️ Big Projects title: ⚔️ Big Projects
summary: "How a once small project I even created a post about turned into the first game I'm selling: Foe Frenzy" description: "How a once small project I even created a post about turned into the first game I'm selling: Foe Frenzy"
tags: [Programming] tags: [Programming]
discuss: https://twitter.com/Ellpeck/status/1173247686654517249 discuss: https://twitter.com/Ellpeck/status/1173247686654517249
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: ⬇️ How to make a Rock Bottom mod title: ⬇️ How to make a Rock Bottom mod
summary: My adventures back into a game I stopped working on about two years ago and how I start on a mod for it description: My adventures back into a game I stopped working on about two years ago and how I start on a mod for it
tags: [Programming] tags: [Programming]
discuss: https://twitter.com/Ellpeck/status/1180092634410487808 discuss: https://twitter.com/Ellpeck/status/1180092634410487808
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: "☕ Java Tutorial, Part 1: Hello World" title: "☕ Java Tutorial, Part 1: Hello World"
summary: The first part of my post series for programming beginners where I explain how to write code in Java. description: The first part of my post series for programming beginners where I explain how to write code in Java.
tags: [Java Tutorials, Featured] tags: [Java Tutorials, Featured]
discuss: https://twitter.com/Ellpeck/status/1182080078827737088 discuss: https://twitter.com/Ellpeck/status/1182080078827737088
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: "☕ Java Tutorial, Part 2: Intro to Conditions and Loops" title: "☕ Java Tutorial, Part 2: Intro to Conditions and Loops"
summary: The second part of my post series for programming beginners. This one is all about conditions and loops. description: The second part of my post series for programming beginners. This one is all about conditions and loops.
tags: [Java Tutorials] tags: [Java Tutorials]
discuss: https://twitter.com/Ellpeck/status/1182354544707198976 discuss: https://twitter.com/Ellpeck/status/1182354544707198976
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: "☕ Java Tutorial, Part 3: (Static) Methods" title: "☕ Java Tutorial, Part 3: (Static) Methods"
summary: In this Java tutorial for beginners, we cover what (static) methods, parameters and return types are. description: In this Java tutorial for beginners, we cover what (static) methods, parameters and return types are.
tags: [Java Tutorials] tags: [Java Tutorials]
discuss: https://twitter.com/Ellpeck/status/1182775985885847558 discuss: https://twitter.com/Ellpeck/status/1182775985885847558
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: "☕ Java Tutorial, Part 4: Classes and Objects" title: "☕ Java Tutorial, Part 4: Classes and Objects"
summary: In this Java tutorial for beginners, we cover the basics of creating classes with a constructor, some fields and some methods and creating objects of them. description: In this Java tutorial for beginners, we cover the basics of creating classes with a constructor, some fields and some methods and creating objects of them.
tags: [Java Tutorials] tags: [Java Tutorials]
discuss: https://twitter.com/Ellpeck/status/1183857460660101133 discuss: https://twitter.com/Ellpeck/status/1183857460660101133
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: "☕ Java Tutorial, Part 5: Things I Left Out So Far" title: "☕ Java Tutorial, Part 5: Things I Left Out So Far"
summary: In this Java tutorial for beginners, we cover some shorthands, some more data types, the difference between pass-by-reference and pass-by-value, null, as well as arrays and lists. description: In this Java tutorial for beginners, we cover some shorthands, some more data types, the difference between pass-by-reference and pass-by-value, null, as well as arrays and lists.
tags: [Java Tutorials] tags: [Java Tutorials]
discuss: https://twitter.com/Ellpeck/status/1184894859133509632 discuss: https://twitter.com/Ellpeck/status/1184894859133509632
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 😢 Lows title: 😢 Lows
summary: About depression and what it feels like when I don't know what to do with myself description: About depression and what it feels like when I don't know what to do with myself
tags: [Miscellaneous] tags: [Miscellaneous]
discuss: https://twitter.com/Ellpeck/status/1186028260838334471 discuss: https://twitter.com/Ellpeck/status/1186028260838334471
archived: true archived: true

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: "☕ Java Tutorial, Part 6: Inheritance" title: "☕ Java Tutorial, Part 6: Inheritance"
summary: In this Java tutorial for beginners, we cover classes extending other classes and the instanceof keyword. description: In this Java tutorial for beginners, we cover classes extending other classes and the instanceof keyword.
tags: [Java Tutorials] tags: [Java Tutorials]
discuss: https://twitter.com/Ellpeck/status/1189904487722487809 discuss: https://twitter.com/Ellpeck/status/1189904487722487809
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: "☕ Java Tutorial, Part 7: Overriding Methods" title: "☕ Java Tutorial, Part 7: Overriding Methods"
summary: In this Java tutorial for beginners, we cover overriding methods, calling superclass methods and toString(). description: In this Java tutorial for beginners, we cover overriding methods, calling superclass methods and toString().
tags: [Java Tutorials] tags: [Java Tutorials]
discuss: https://twitter.com/Ellpeck/status/1199339701640945664 discuss: https://twitter.com/Ellpeck/status/1199339701640945664
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 🔮 The Future of Actually Additions title: 🔮 The Future of Actually Additions
summary: Not wanting to accept the fate of Actually Additions, someone has come to its rescue. 1.16, here we come? description: Not wanting to accept the fate of Actually Additions, someone has come to its rescue. 1.16, here we come?
tags: [Minecraft] tags: [Minecraft]
discuss: https://twitter.com/Ellpeck/status/1330938597785169925 discuss: https://twitter.com/Ellpeck/status/1330938597785169925
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: ⛔ Oh God, Please Don't Port Actually Additions title: ⛔ Oh God, Please Don't Port Actually Additions
summary: As Actually Additions celebrates its fifth birthday, I break down what I like and dislike about it. description: As Actually Additions celebrates its fifth birthday, I break down what I like and dislike about it.
tags: [Minecraft] tags: [Minecraft]
discuss: https://twitter.com/Ellpeck/status/1259600490377216002 discuss: https://twitter.com/Ellpeck/status/1259600490377216002
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 🤷 But Do You Really Care? title: 🤷 But Do You Really Care?
summary: On taking a break from social media description: On taking a break from social media
tags: [Miscellaneous] tags: [Miscellaneous]
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 🍝 Ketchup, Mayo and Barbecue Sauce title: 🍝 Ketchup, Mayo and Barbecue Sauce
summary: "Sally can't quite decide what skirt to buy. When she starts going out for lunch with David, an old crush from high school, she can't quite decide what to order. But she's sure about one thing: She likes David. A lot." description: "Sally can't quite decide what skirt to buy. When she starts going out for lunch with David, an old crush from high school, she can't quite decide what to order. But she's sure about one thing: She likes David. A lot."
tags: [Short Stories] tags: [Short Stories]
book: true book: true
reedsy: https://blog.reedsy.com/creative-writing-prompts/contests/95/submissions/69321/ reedsy: https://blog.reedsy.com/creative-writing-prompts/contests/95/submissions/69321/

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 🎉 Vince, a Party and Brandon title: 🎉 Vince, a Party and Brandon
summary: "Vincent is an anxious introvert who is desperate to find a guy to have some fun with. At his best friend's party, he gets the chance to do just that, but his anxiety threatens to screw it all up." description: "Vincent is an anxious introvert who is desperate to find a guy to have some fun with. At his best friend's party, he gets the chance to do just that, but his anxiety threatens to screw it all up."
tags: [Short Stories] tags: [Short Stories]
book: true book: true
mature: true mature: true

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 📚 My Favorite Reads of 2021 title: 📚 My Favorite Reads of 2021
summary: I've been using 2021 to read some more again. As it turns out, there are quite a few really good books out there. Here are some of my favorites I read in 2021. description: I've been using 2021 to read some more again. As it turns out, there are quite a few really good books out there. Here are some of my favorites I read in 2021.
tags: [Reading, Featured] tags: [Reading, Featured]
mature: true mature: true
discuss: https://twitter.com/Ellpeck/status/1467156754194653191 discuss: https://twitter.com/Ellpeck/status/1467156754194653191

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 💻 Your Minecraft Modding Questions, Answered title: 💻 Your Minecraft Modding Questions, Answered
summary: I asked yall to send me your modding and programming questions on Twitter and Discord, and in this post, I try to answer all of those. description: I asked yall to send me your modding and programming questions on Twitter and Discord, and in this post, I try to answer all of those.
tags: [Minecraft, Featured] tags: [Minecraft, Featured]
discuss: https://twitter.com/Ellpeck/status/1373660751060160512 discuss: https://twitter.com/Ellpeck/status/1373660751060160512
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: ❤️ Em & Ben title: ❤️ Em & Ben
summary: Ben hates public gatherings because he suffers from anxiety. He's also in love with his best friend Emily, who frequently tries to drag him out of his shell. At the spring festival, he has a panic attack. Will Emily manage to support him? description: Ben hates public gatherings because he suffers from anxiety. He's also in love with his best friend Emily, who frequently tries to drag him out of his shell. At the spring festival, he has a panic attack. Will Emily manage to support him?
tags: [Short Stories] tags: [Short Stories]
book: true book: true
reedsy: https://blog.reedsy.com/creative-writing-prompts/contests/86/submissions/59997/ reedsy: https://blog.reedsy.com/creative-writing-prompts/contests/86/submissions/59997/

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 👫 Emily's Fake Boyfriend title: 👫 Emily's Fake Boyfriend
summary: Emily's aunt keeps going on about her love life. To solve this problem, she pretends to be in a relationship with her best friend, Ben, who'd much rather have a real relationship with her. How will an evening with the three of them at the same table play out? description: Emily's aunt keeps going on about her love life. To solve this problem, she pretends to be in a relationship with her best friend, Ben, who'd much rather have a real relationship with her. How will an evening with the three of them at the same table play out?
tags: [Short Stories] tags: [Short Stories]
book: true book: true
discuss: https://twitter.com/Ellpeck/status/1378014977999659016 discuss: https://twitter.com/Ellpeck/status/1378014977999659016

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 📅 Jed's Things to Avoid in Life title: 📅 Jed's Things to Avoid in Life
summary: "Jed's rules are clear: No relationships. They interfere too much with his life, and he's not made for them anyway. But then, he sees his old crush from school in his hometown. Will he break his own rules for Davy?" description: "Jed's rules are clear: No relationships. They interfere too much with his life, and he's not made for them anyway. But then, he sees his old crush from school in his hometown. Will he break his own rules for Davy?"
tags: [Short Stories] tags: [Short Stories]
book: true book: true
mature: true mature: true

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 🤡 One Year of Tiny Life, and Cursed Comment Time title: 🤡 One Year of Tiny Life, and Cursed Comment Time
summary: It's been exactly one year since I started working on my isometric Sims-style life simulation game Tiny Life, and since then, a lot has happened, especially in the realm of weird, funny and cursed comments in the code. description: It's been exactly one year since I started working on my isometric Sims-style life simulation game Tiny Life, and since then, a lot has happened, especially in the realm of weird, funny and cursed comments in the code.
tags: [Programming, Featured] tags: [Programming, Featured]
discuss: https://ellpeck.itch.io/tiny-life/devlog/256839/one-year-of-tiny-life-and-cursed-comment-time discuss: https://ellpeck.itch.io/tiny-life/devlog/256839/one-year-of-tiny-life-and-cursed-comment-time
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 🐶 Dog-Earing and Other Terrible Reading Habits title: 🐶 Dog-Earing and Other Terrible Reading Habits
summary: Since I've been reading a lot more in recent history, I thought I'd start writing some blog posts about the reading. So first up, here are some of my terrible reading habits that would probably make a lot of book lovers angry. This isn't clickbait. I'm just terrible. description: Since I've been reading a lot more in recent history, I thought I'd start writing some blog posts about the reading. So first up, here are some of my terrible reading habits that would probably make a lot of book lovers angry. This isn't clickbait. I'm just terrible.
tags: [Reading] tags: [Reading]
discuss: https://twitter.com/Ellpeck/status/1408565191218978818 discuss: https://twitter.com/Ellpeck/status/1408565191218978818
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: blog layout: blog
title: 📦 Of Abby, Love and Butt-Shaped Pillows title: 📦 Of Abby, Love and Butt-Shaped Pillows
summary: "Jeremy had just moved into a new house when he found a mysterious, heart-shaped box in the attic. Intrigued by its contents, he started asking his neighbors about it, and he would soon discover a secret love story." description: "Jeremy had just moved into a new house when he found a mysterious, heart-shaped box in the attic. Intrigued by its contents, he started asking his neighbors about it, and he would soon discover a secret love story."
tags: [Short Stories, Featured] tags: [Short Stories, Featured]
book: true book: true
reedsy: https://blog.reedsy.com/short-story/qtt69j/ reedsy: https://blog.reedsy.com/short-story/qtt69j/

View file

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: Impressum title: Impressum
summary: Impressum description: Impressum
nav: nav/miscnav.html nav: nav/miscnav.html
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: Ellpeck.de title: Ellpeck.de
summary: Ellpeck's little internet place description: Ellpeck's little internet place
nav: nav/indexnav.html nav: nav/indexnav.html
--- ---

View file

@ -1,7 +1,7 @@
--- ---
layout: default layout: default
title: Privacy Policy title: Privacy Policy
summary: Privacy Policy description: Privacy Policy
nav: nav/miscnav.html nav: nav/miscnav.html
--- ---