From 2cf7eb39c1d30344919e1ca2e82b247d88463c28 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 17 Jul 2022 15:35:53 +0200 Subject: [PATCH] Ell --- main/_config.yaml | 8 ++++---- main/_data/about.json | 9 +++++++-- main/index.html | 6 +++--- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/main/_config.yaml b/main/_config.yaml index 09729ed..fad05a5 100644 --- a/main/_config.yaml +++ b/main/_config.yaml @@ -6,9 +6,9 @@ plugins: # markdown formatting kramdown: header_offset: 1 - typographic_syms: + typographic_syms: hellip: ... - mdash: --- + mdash: --- ndash: -- laquo: "<<" raquo: ">>" @@ -16,7 +16,7 @@ kramdown: # atom feed information url: https://ellpeck.de title: Ellpeck.de -description: Ellpeck's little internet place +description: Ell's Little Internet Place author: Ellpeck feed: - posts_limit: 100 \ No newline at end of file + posts_limit: 100 diff --git a/main/_data/about.json b/main/_data/about.json index ba2d5d4..e38b144 100644 --- a/main/_data/about.json +++ b/main/_data/about.json @@ -1,4 +1,5 @@ -[{ +[ + { "q": "What are your pronouns?", "a": "I'm cis male, so I go by he/him most of the time. I don't really mind though, so you can use any pronouns." }, @@ -14,6 +15,10 @@ "q": "Why are you called Ellpeck?", "a": "Well, it actually isn't as interesting of a story as some of you might hope. Long story short, when I was little (and was, apparently, very bad at English), I decided to make a YouTube channel called \"LetsPlayEveryGames.\" Shortly after, I also made a Minecraft account that I was going to call the same thing. At the time, though, there was a limit for how many characters your name could have, and so I opted for calling myself \"LPEG\" instead. When a friend of mine came along and started trying to pronounce that name, instead of saying each individual letter on its own, he started pronouncing it like a word: Ell-Peg. ...Ellpeck. I liked that pronounciation and so I stuck with the name." }, + { + "q": "What should I call you?", + "a": "In general, most of my friends online call me Ell nowadays, which is also what I go by on Twitter and Discord in terms of my display names. My boyfriend calls me Peck online, but I generally don't like it when other people do so. If we meet in real life, you can call me Ell or Julian, the latter of which is my real name." + }, { "q": "What languages do you speak?", "a": "I speak German, English, Java and C# fluently. I'm okay at JavaScript and Python, and I can just about write something in C, HTML, CSS and Lua." @@ -46,4 +51,4 @@ "q": "What's your favorite Starbucks?", "a": "Iced Caramel Macchiato. With whipped cream. Of course." } -] \ No newline at end of file +] diff --git a/main/index.html b/main/index.html index b48e250..cc017ab 100644 --- a/main/index.html +++ b/main/index.html @@ -1,7 +1,7 @@ --- layout: default title: Ellpeck.de -description: Ellpeck's little internet place +description: Ell's Little Internet Place nav: nav/indexnav.html --- @@ -15,7 +15,7 @@ nav: nav/indexnav.html

-

Welcome to my little website! I'm Ellpeck, a student and programmer from Germany. I do a lot of stuff, actually. My life is pretty busy.

+

Welcome to my little website! I'm Ellpeck, though I usually go by Ell. I'm a student and programmer from Germany. I do a lot of stuff, actually. My life is pretty busy.

@@ -25,4 +25,4 @@ nav: nav/indexnav.html {% include social.html %} {% include about.html %} {% include blog.html %} -{% include support.html %} \ No newline at end of file +{% include support.html %}