This commit is contained in:
parent
17d2972ba9
commit
2cf7eb39c1
3 changed files with 14 additions and 9 deletions
|
@ -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
|
||||
posts_limit: 100
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
@ -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
|
|||
<div class="col">
|
||||
<h1 class="display-4" id="intro-text"></h1>
|
||||
<script src="./scripts/greet.js"></script>
|
||||
<p class="lead">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.</p>
|
||||
<p class="lead">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.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -25,4 +25,4 @@ nav: nav/indexnav.html
|
|||
{% include social.html %}
|
||||
{% include about.html %}
|
||||
{% include blog.html %}
|
||||
{% include support.html %}
|
||||
{% include support.html %}
|
||||
|
|
Loading…
Reference in a new issue