From 341da9640b3244dc2792d763c999aa88623771aa Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 26 Mar 2021 04:53:17 +0100 Subject: [PATCH] added reedsy prompts to website --- .htaccess | 3 ++- index.html | 6 ++++-- scripts/projects.js | 9 --------- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.htaccess b/.htaccess index a8bfd37..6f89ce7 100644 --- a/.htaccess +++ b/.htaccess @@ -26,4 +26,5 @@ RewriteRule ^actadd/?$ "https://minecraft.curseforge.com/projects/actually-addit RewriteRule ^discord/?$ "https://discord.gg/Uy2ZM9X" [R=301,L] RewriteRule ^yt/?$ "https://www.youtube.com/c/ellpeck" [R=301,L] RewriteRule ^wishlist/?$ "https://www.amazon.de/hz/wishlist/ls/LZO9Y2Z3VJ5Q?&sort=default" [R=301,L] -RewriteRule ^fftranslate/?$ "https://poeditor.com/join/project/ElzC23ecB6" [R=301,L] \ No newline at end of file +RewriteRule ^fftranslate/?$ "https://poeditor.com/join/project/ElzC23ecB6" [R=301,L] +RewriteRule ^reedsy/?$ "https://blog.reedsy.com/creative-writing-prompts/author/ell-peck/" [R=301,L] \ No newline at end of file diff --git a/index.html b/index.html index 559ed8a..9466006 100644 --- a/index.html +++ b/index.html @@ -114,7 +114,8 @@

Projects

- Here is a list of some of the things that you might know me from. If you want to have a more in-depth look at everything I do, check out some of the sites linked in the Social section. + 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.

The content that should be here is dynamically generated. Please enable JavaScript if you see this. @@ -168,7 +169,8 @@

Blog

- Occasionally I enjoy writing stuff. So here's some of the stuff I've written. Just click on any of the headers to open the post. Alternatively, you can subscribe to this blog using RSS, Atom or JSON. + This is my blog, where I post about gaming, programming and life. Just click on any of the headers to open the post. You can also subscribe to this blog using RSS, Atom or JSON.
+ If you're interested in my fiction writing, I occasionally publish my short stories on Reedsy Prompts.

diff --git a/scripts/projects.js b/scripts/projects.js index 0649749..38639f9 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -56,15 +56,6 @@ const projects = [{ }, status: "Released", icon: 'tt' - }, - { - name: "Foe Frenzy", - desc: "Foe Frenzy is a fast-paced fighting game where you battle up to three of your friends with random, short-lasting items in an attempt to be the last survivor.", - links: { - "Check it out": "/foefrenzy" - }, - status: "Released", - icon: "ff" } ];