diff --git a/main/404.html b/main/404.html index c94c2cc..6f4f5f7 100644 --- a/main/404.html +++ b/main/404.html @@ -48,7 +48,7 @@
-

Four Oh Four

+

💔 Four Oh Four

There's nothing here, I'm sorry.

diff --git a/main/_data/projects.json b/main/_data/projects.json index 5bce100..1d8d161 100644 --- a/main/_data/projects.json +++ b/main/_data/projects.json @@ -1,5 +1,5 @@ [{ - "name": "Actually Additions", + "name": "💡 Actually Additions", "desc": "Actually Additions is a rather popular Minecraft mod that I used to work on. It's become widely known in the modding community and has reached over 30 million downloads by now, which is crazy. I don't work on it anymore myself, but it's being maintained for current versions by someone else.", "links": [{ "name": "CurseForge page", @@ -15,7 +15,7 @@ "icon": "aa" }, { - "name": "Nature's Aura", + "name": "🌲 Nature's Aura", "desc": "Nature's Aura is a Minecraft mod about collecting, using and replenishing the Aura naturally present in the world to create useful devices and unique mechanics.", "status": "In development", "links": [{ @@ -28,7 +28,7 @@ "icon": "na" }, { - "name": "Pretty Pipes", + "name": "🚋 Pretty Pipes", "desc": "Pretty Pipes is a simple to use, all-inclusive item transport mod for Minecraft. It features simple pipes that can be upgraded using modules to accomplish much more advanced tasks.", "status": "In development", "links": [{ @@ -41,7 +41,7 @@ "icon": "pp" }, { - "name": "Tiny Life", + "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 currently in development, but you can already play it and even make your own mods!", "status": "In development", "links": [{ @@ -51,7 +51,7 @@ "icon": "tiny" }, { - "name": "MLEM", + "name": "🕹ī¸ MLEM", "desc": "MLEM Library for Extending MonoGame is an addition to the game framework MonoGame that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.", "links": [{ "name": "Get it on NuGet", @@ -64,7 +64,7 @@ "icon": "mlem" }, { - "name": "Touchy Tickets", + "name": "🎟ī¸ Touchy Tickets", "desc": "Touchy Tickets is a fun idle game for Android that has you selling tickets with various theme park attractions.", "links": [{ "name": "Google Play", diff --git a/main/_includes/about.html b/main/_includes/about.html index 8e9f9a3..e9a0c0a 100644 --- a/main/_includes/about.html +++ b/main/_includes/about.html @@ -1,6 +1,6 @@
-

About

+

đŸ’Ŧ About

Sometimes, some people ask me some questions about myself or my projects, so I decided to compile a list of some of the answers in a Q&A-like fashion so that I don't have to keep repeating them. If you're curious about me, this might be interesting to you!

diff --git a/main/_includes/blog.html b/main/_includes/blog.html index 90d56db..e7a5d61 100644 --- a/main/_includes/blog.html +++ b/main/_includes/blog.html @@ -5,7 +5,7 @@ {% endfor %}
-

Blog

+

📔 Blog

This is my blog, where I post about gaming, programming and life. The featured posts are the ones you'll probably be most interested in, but you can select a different category to see every post.
Please be advised that some posts, especially short stories, may contain mature content. diff --git a/main/_includes/nav/blognav.html b/main/_includes/nav/blognav.html index 0a2d7c5..6035e4b 100644 --- a/main/_includes/nav/blognav.html +++ b/main/_includes/nav/blognav.html @@ -16,10 +16,10 @@ {% break %} {% endfor %} -Back to Main Page +🏠 Back to Main Page {% if prev %} -Previous {{ tag }} Post +⏎ī¸ Previous {{ tag }} Post {% endif %} {% if next %} -Next {{ tag }} Post +⏭ī¸ Next {{ tag }} Post {% endif %} \ No newline at end of file diff --git a/main/_includes/nav/indexnav.html b/main/_includes/nav/indexnav.html index 346a1cf..3488862 100644 --- a/main/_includes/nav/indexnav.html +++ b/main/_includes/nav/indexnav.html @@ -1,4 +1,4 @@ -Projects -Social -About -Blog \ No newline at end of file +đŸ’ģ Projects +🔗 Social +đŸ’Ŧ About +📔 Blog \ No newline at end of file diff --git a/main/_includes/nav/miscnav.html b/main/_includes/nav/miscnav.html index 8be1f4d..ac35416 100644 --- a/main/_includes/nav/miscnav.html +++ b/main/_includes/nav/miscnav.html @@ -1 +1 @@ -Back to Main Page \ No newline at end of file +🏠 Back to Main Page \ No newline at end of file diff --git a/main/_includes/nav/navbar.html b/main/_includes/nav/navbar.html index 664636f..5a2cc73 100644 --- a/main/_includes/nav/navbar.html +++ b/main/_includes/nav/navbar.html @@ -29,7 +29,7 @@

- +
diff --git a/main/_includes/projects.html b/main/_includes/projects.html index e0674de..31a41ed 100644 --- a/main/_includes/projects.html +++ b/main/_includes/projects.html @@ -1,6 +1,6 @@
-

Projects

+

đŸ’ģ Projects

Here is a list of some of my bigger projects as well as some things you might know me from.
For a more exhaustive list of my projects, you can also check out the Social section. diff --git a/main/_includes/social.html b/main/_includes/social.html index 546fc83..c2ea1e5 100644 --- a/main/_includes/social.html +++ b/main/_includes/social.html @@ -1,6 +1,6 @@

-

Social

+

🔗 Social

These are other websites where you can find me and the things I do, including the pages where I publish my code and games and where I sometimes stream and upload videos. This list also includes a lot of ways to reach me.

diff --git a/main/_posts/2019-02-17-blogs_are_cool.md b/main/_posts/2019-02-17-blogs_are_cool.md index 73aa793..137e26e 100644 --- a/main/_posts/2019-02-17-blogs_are_cool.md +++ b/main/_posts/2019-02-17-blogs_are_cool.md @@ -1,6 +1,6 @@ --- layout: blog -title: Blogs are Cool, I Think +title: ✨ Blogs are Cool, I Think summary: The first post and how I created it tags: [Miscellaneous] discuss: https://twitter.com/Ellpeck/status/1096937184601538566 diff --git a/main/_posts/2019-02-17-why_you_should_mod_minecraft.md b/main/_posts/2019-02-17-why_you_should_mod_minecraft.md index e291350..ffe6f19 100644 --- a/main/_posts/2019-02-17-why_you_should_mod_minecraft.md +++ b/main/_posts/2019-02-17-why_you_should_mod_minecraft.md @@ -1,6 +1,6 @@ --- 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 tags: [Minecraft, Programming] discuss: https://twitter.com/Ellpeck/status/1097177774337462272 diff --git a/main/_posts/2019-03-22-reading.md b/main/_posts/2019-03-22-reading.md index 4f6bbf0..454699c 100644 --- a/main/_posts/2019-03-22-reading.md +++ b/main/_posts/2019-03-22-reading.md @@ -1,6 +1,6 @@ --- 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 tags: [Reading] discuss: https://twitter.com/Ellpeck/status/1109102077911973888 diff --git a/main/_posts/2019-05-01-small_projects.md b/main/_posts/2019-05-01-small_projects.md index 49d8959..8673887 100644 --- a/main/_posts/2019-05-01-small_projects.md +++ b/main/_posts/2019-05-01-small_projects.md @@ -1,6 +1,6 @@ --- layout: blog -title: Small Projects +title: 🗡ī¸ Small Projects summary: Why creating a small, unplanned project is sometimes good for you tags: [Programming] discuss: https://twitter.com/Ellpeck/status/1123651624201871360 diff --git a/main/_posts/2019-07-06-cross_platform_trainwreck.md b/main/_posts/2019-07-06-cross_platform_trainwreck.md index 53ba132..8f353da 100644 --- a/main/_posts/2019-07-06-cross_platform_trainwreck.md +++ b/main/_posts/2019-07-06-cross_platform_trainwreck.md @@ -1,6 +1,6 @@ --- 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 tags: [Programming] discuss: https://twitter.com/Ellpeck/status/1147502654236573697 diff --git a/main/_posts/2019-09-15-big_projects.md b/main/_posts/2019-09-15-big_projects.md index a6f2c3d..240d322 100644 --- a/main/_posts/2019-09-15-big_projects.md +++ b/main/_posts/2019-09-15-big_projects.md @@ -1,6 +1,6 @@ --- 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" tags: [Programming] discuss: https://twitter.com/Ellpeck/status/1173247686654517249 diff --git a/main/_posts/2019-10-03-rock_bottom_mod.md b/main/_posts/2019-10-03-rock_bottom_mod.md index d1a4fac..9a8a4a9 100644 --- a/main/_posts/2019-10-03-rock_bottom_mod.md +++ b/main/_posts/2019-10-03-rock_bottom_mod.md @@ -1,6 +1,6 @@ --- 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 tags: [Programming] discuss: https://twitter.com/Ellpeck/status/1180092634410487808 diff --git a/main/_posts/2019-10-10-java_1.md b/main/_posts/2019-10-10-java_1.md index 6b10ad1..17a658b 100644 --- a/main/_posts/2019-10-10-java_1.md +++ b/main/_posts/2019-10-10-java_1.md @@ -1,6 +1,6 @@ --- 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. tags: [Java Tutorials, Featured] discuss: https://twitter.com/Ellpeck/status/1182080078827737088 diff --git a/main/_posts/2019-10-10-java_2.md b/main/_posts/2019-10-10-java_2.md index 43a0a9e..b3a1ce3 100644 --- a/main/_posts/2019-10-10-java_2.md +++ b/main/_posts/2019-10-10-java_2.md @@ -1,6 +1,6 @@ --- 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. tags: [Java Tutorials] discuss: https://twitter.com/Ellpeck/status/1182354544707198976 diff --git a/main/_posts/2019-10-11-java_3.md b/main/_posts/2019-10-11-java_3.md index c9546b5..286e568 100644 --- a/main/_posts/2019-10-11-java_3.md +++ b/main/_posts/2019-10-11-java_3.md @@ -1,6 +1,6 @@ --- 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. tags: [Java Tutorials] discuss: https://twitter.com/Ellpeck/status/1182775985885847558 diff --git a/main/_posts/2019-10-14-java_4.md b/main/_posts/2019-10-14-java_4.md index c065294..e520e3c 100644 --- a/main/_posts/2019-10-14-java_4.md +++ b/main/_posts/2019-10-14-java_4.md @@ -1,6 +1,6 @@ --- 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. tags: [Java Tutorials] discuss: https://twitter.com/Ellpeck/status/1183857460660101133 diff --git a/main/_posts/2019-10-17-java_5.md b/main/_posts/2019-10-17-java_5.md index 455194d..2f2eadc 100644 --- a/main/_posts/2019-10-17-java_5.md +++ b/main/_posts/2019-10-17-java_5.md @@ -1,6 +1,6 @@ --- 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. tags: [Java Tutorials] discuss: https://twitter.com/Ellpeck/status/1184894859133509632 diff --git a/main/_posts/2019-10-20-lows.md b/main/_posts/2019-10-20-lows.md index 963a3e3..ebeffa1 100644 --- a/main/_posts/2019-10-20-lows.md +++ b/main/_posts/2019-10-20-lows.md @@ -1,6 +1,6 @@ --- layout: blog -title: "Lows" +title: đŸ˜ĸ Lows summary: About depression and what it feels like when I don't know what to do with myself tags: [Miscellaneous] discuss: https://twitter.com/Ellpeck/status/1186028260838334471 diff --git a/main/_posts/2019-10-31-java_6.md b/main/_posts/2019-10-31-java_6.md index dd96c2d..a60aa03 100644 --- a/main/_posts/2019-10-31-java_6.md +++ b/main/_posts/2019-10-31-java_6.md @@ -1,6 +1,6 @@ --- 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. tags: [Java Tutorials] discuss: https://twitter.com/Ellpeck/status/1189904487722487809 diff --git a/main/_posts/2019-11-26-java_7.md b/main/_posts/2019-11-26-java_7.md index 15010b4..b0cdbdf 100644 --- a/main/_posts/2019-11-26-java_7.md +++ b/main/_posts/2019-11-26-java_7.md @@ -1,6 +1,6 @@ --- 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(). tags: [Java Tutorials] discuss: https://twitter.com/Ellpeck/status/1199339701640945664 diff --git a/main/_posts/2020-11-23-future_actually_additions.md b/main/_posts/2020-11-23-future_actually_additions.md index 7b7a0d7..0e40edf 100644 --- a/main/_posts/2020-11-23-future_actually_additions.md +++ b/main/_posts/2020-11-23-future_actually_additions.md @@ -1,6 +1,6 @@ --- 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? tags: [Minecraft] discuss: https://twitter.com/Ellpeck/status/1330938597785169925 diff --git a/main/_posts/2020-5-10-actually_additions.md b/main/_posts/2020-5-10-actually_additions.md index 295cdfd..03db98c 100644 --- a/main/_posts/2020-5-10-actually_additions.md +++ b/main/_posts/2020-5-10-actually_additions.md @@ -1,6 +1,6 @@ --- 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. tags: [Minecraft] discuss: https://twitter.com/Ellpeck/status/1259600490377216002 diff --git a/main/_posts/2020-6-5-but_do_you_really_care.md b/main/_posts/2020-6-5-but_do_you_really_care.md index 1dac028..d1dd16a 100644 --- a/main/_posts/2020-6-5-but_do_you_really_care.md +++ b/main/_posts/2020-6-5-but_do_you_really_care.md @@ -1,6 +1,6 @@ --- layout: blog -title: But Do You Really Care? +title: 🤷 But Do You Really Care? summary: On taking a break from social media tags: [Miscellaneous] --- diff --git a/main/_posts/2021-05-28-ketchup_mayo_barbecue_sauce.md b/main/_posts/2021-05-28-ketchup_mayo_barbecue_sauce.md index f2dd8dd..33400a9 100644 --- a/main/_posts/2021-05-28-ketchup_mayo_barbecue_sauce.md +++ b/main/_posts/2021-05-28-ketchup_mayo_barbecue_sauce.md @@ -1,6 +1,6 @@ --- 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." tags: [Short Stories] book: true diff --git a/main/_posts/2021-07-27-vince_a_party_and_brandon.md b/main/_posts/2021-07-27-vince_a_party_and_brandon.md index be09af8..03891fb 100644 --- a/main/_posts/2021-07-27-vince_a_party_and_brandon.md +++ b/main/_posts/2021-07-27-vince_a_party_and_brandon.md @@ -1,6 +1,6 @@ --- 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." tags: [Short Stories, Featured] book: true diff --git a/main/_posts/2021-3-21-modding_ama.md b/main/_posts/2021-3-21-modding_ama.md index dff0096..d73d8e7 100644 --- a/main/_posts/2021-3-21-modding_ama.md +++ b/main/_posts/2021-3-21-modding_ama.md @@ -1,6 +1,6 @@ --- 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. tags: [Minecraft, Featured] discuss: https://twitter.com/Ellpeck/status/1373660751060160512 diff --git a/main/_posts/2021-3-24-em_and_ben.md b/main/_posts/2021-3-24-em_and_ben.md index 5ce0b0e..7ad626e 100644 --- a/main/_posts/2021-3-24-em_and_ben.md +++ b/main/_posts/2021-3-24-em_and_ben.md @@ -1,6 +1,6 @@ --- 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? tags: [Short Stories] book: true diff --git a/main/_posts/2021-4-23-emilys_fake_boyfriend.md b/main/_posts/2021-4-23-emilys_fake_boyfriend.md index 0ac79a5..db4b4cc 100644 --- a/main/_posts/2021-4-23-emilys_fake_boyfriend.md +++ b/main/_posts/2021-4-23-emilys_fake_boyfriend.md @@ -1,6 +1,6 @@ --- 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? tags: [Short Stories] book: true diff --git a/main/_posts/2021-4-23-jed_things_to_avoid_in_life.md b/main/_posts/2021-4-23-jed_things_to_avoid_in_life.md index 43a8a8c..956b466 100644 --- a/main/_posts/2021-4-23-jed_things_to_avoid_in_life.md +++ b/main/_posts/2021-4-23-jed_things_to_avoid_in_life.md @@ -1,6 +1,6 @@ --- 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?" tags: [Short Stories] book: true diff --git a/main/_posts/2021-5-24-tiny_life_one_year.md b/main/_posts/2021-5-24-tiny_life_one_year.md index feb3579..af2c9c0 100644 --- a/main/_posts/2021-5-24-tiny_life_one_year.md +++ b/main/_posts/2021-5-24-tiny_life_one_year.md @@ -1,6 +1,6 @@ --- 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. tags: [Programming, Featured] discuss: https://ellpeck.itch.io/tiny-life/devlog/256839/one-year-of-tiny-life-and-cursed-comment-time diff --git a/main/_posts/2021-6-26-reading_habits.md b/main/_posts/2021-6-26-reading_habits.md index a13eb1b..040b445 100644 --- a/main/_posts/2021-6-26-reading_habits.md +++ b/main/_posts/2021-6-26-reading_habits.md @@ -1,6 +1,6 @@ --- 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. tags: [Reading, Featured] discuss: https://twitter.com/Ellpeck/status/1408565191218978818 diff --git a/main/commissions/index.html b/main/commissions/index.html index f36cd42..7a199a4 100644 --- a/main/commissions/index.html +++ b/main/commissions/index.html @@ -40,7 +40,7 @@
-

About Me

+

đŸ’Ŧ About Me

@@ -55,14 +55,14 @@
-

Past Commissions

+

💾 Past Commissions

-

Terms and Pricing

+

📜 Terms and Pricing

Here is all the information you need if you want to commission me to make a mod for you:

  • I create Minecraft Forge mods only.
  • @@ -89,7 +89,7 @@
    -

    Contact

    +

    ✉ī¸ Contact

    If you're interested, you can easily contact me by joining my Discord server and messaging me privately from there. Alternatively, you can also send me an email.

    diff --git a/main/impressum.html b/main/impressum.html index 1a87af7..494576a 100644 --- a/main/impressum.html +++ b/main/impressum.html @@ -6,7 +6,7 @@ nav: nav/miscnav.html ---
    -

    Impressum

    +

    📜 Impressum

    Julian Schubert
    Kastanienweg 27 diff --git a/main/privacy.html b/main/privacy.html index 512bbcd..a2ddda3 100644 --- a/main/privacy.html +++ b/main/privacy.html @@ -6,7 +6,7 @@ nav: nav/miscnav.html ---

    -

    Privacy Policy

    +

    🙈 Privacy Policy

    This site uses cookies to store information about your browsing activity.

    Ellpeck.de stores the following information: