Merge branch 'master' of https://git.ellpeck.de/Ellpeck/Web
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
commit
2b03678e30
7 changed files with 50 additions and 20 deletions
|
@ -6,9 +6,9 @@ plugins:
|
||||||
# markdown formatting
|
# markdown formatting
|
||||||
kramdown:
|
kramdown:
|
||||||
header_offset: 1
|
header_offset: 1
|
||||||
typographic_syms:
|
typographic_syms:
|
||||||
hellip: ...
|
hellip: ...
|
||||||
mdash: ---
|
mdash: ---
|
||||||
ndash: --
|
ndash: --
|
||||||
laquo: "<<"
|
laquo: "<<"
|
||||||
raquo: ">>"
|
raquo: ">>"
|
||||||
|
@ -16,7 +16,7 @@ kramdown:
|
||||||
# atom feed information
|
# atom feed information
|
||||||
url: https://ellpeck.de
|
url: https://ellpeck.de
|
||||||
title: Ellpeck.de
|
title: Ellpeck.de
|
||||||
description: Ellpeck's little internet place
|
description: Ell's Little Internet Place
|
||||||
author: Ellpeck
|
author: Ellpeck
|
||||||
feed:
|
feed:
|
||||||
posts_limit: 100
|
posts_limit: 10000
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
[{
|
[
|
||||||
|
{
|
||||||
"q": "What are your pronouns?",
|
"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."
|
"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?",
|
"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."
|
"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?",
|
"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."
|
"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?",
|
"q": "What's your favorite Starbucks?",
|
||||||
"a": "Iced Caramel Macchiato. With whipped cream. Of course."
|
"a": "Iced Caramel Macchiato. With whipped cream. Of course."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<p>
|
<p>
|
||||||
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.
|
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.
|
||||||
</p>
|
</p>
|
||||||
<p>📰 You can also subscribe to this blog through the <a href="/feed.xml">Atom Feed</a>.</p>
|
<p>📫 You can also subscribe to this blog through the <a href="https://ell.lt/lists">mailing list</a> or the <a href="/feed.xml">Atom Feed</a>.</p>
|
||||||
<div id="blog-cats">
|
<div id="blog-cats">
|
||||||
{% include tagbtn.html tag="All" %}
|
{% include tagbtn.html tag="All" %}
|
||||||
{%- assign sorted = site.tags | sort -%}
|
{%- assign sorted = site.tags | sort -%}
|
||||||
|
@ -36,4 +36,4 @@
|
||||||
<em id="no-archived-posts" hidden>There are no archived posts in this category.</em>
|
<em id="no-archived-posts" hidden>There are no archived posts in this category.</em>
|
||||||
</div>
|
</div>
|
||||||
<script src="/scripts/blog.js"></script>
|
<script src="/scripts/blog.js"></script>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -23,4 +23,3 @@
|
||||||
{% if next %}
|
{% if next %}
|
||||||
<a class="nav-item nav-link" href="{{ posts[next].url }}">⏭️ Next in {{ tag }}</a>
|
<a class="nav-item nav-link" href="{{ posts[next].url }}">⏭️ Next in {{ tag }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a class="nav-item nav-link" href="/feed.xml">📰 Atom Feed</a>
|
|
|
@ -37,4 +37,26 @@ nav: nav/blognav.html
|
||||||
🧵 <a href="{{ page.discuss }}" class="blog-discuss">Discuss this post</a>
|
🧵 <a href="{{ page.discuss }}" class="blog-discuss">Discuss this post</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="alert alert-success mail-alert">
|
||||||
|
<h3>📫 Subscribe</h3>
|
||||||
|
<p>If you liked this blog post, you can subscribe to the mailing list to be notified of new posts and occasional special content. I promise not to send too many emails, but you can always unsubscribe easily, too.</p>
|
||||||
|
|
||||||
|
<form method="post" action="https://lists.ellpeck.de/subscription/form" class="listmonk-form text-center">
|
||||||
|
<div>
|
||||||
|
<input type="hidden" name="nonce">
|
||||||
|
<p><input type="email" name="email" required placeholder="E-mail"></p>
|
||||||
|
<p><input type="text" name="name" placeholder="Name (optional)"></p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<input id="d3ee1" type="checkbox" name="l" checked value="d3ee16aa-f47a-43bd-a0d6-759d108a5650" />
|
||||||
|
<label for="d3ee1">📔 Ellpeck's Blog</label>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p><input type="submit" value="Subscribe"></p>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
|
||||||
|
<p>📰 Alternatively, you can also subscribe to this blog through the <a href="/feed.xml">Atom Feed</a>.</p>
|
||||||
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
title: Ellpeck.de
|
title: Ellpeck.de
|
||||||
description: Ellpeck's little internet place
|
description: Ell's Little Internet Place
|
||||||
nav: nav/indexnav.html
|
nav: nav/indexnav.html
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ nav: nav/indexnav.html
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h1 class="display-4" id="intro-text"></h1>
|
<h1 class="display-4" id="intro-text"></h1>
|
||||||
<script src="./scripts/greet.js"></script>
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -25,4 +25,4 @@ nav: nav/indexnav.html
|
||||||
{% include social.html %}
|
{% include social.html %}
|
||||||
{% include about.html %}
|
{% include about.html %}
|
||||||
{% include blog.html %}
|
{% include blog.html %}
|
||||||
{% include support.html %}
|
{% include support.html %}
|
||||||
|
|
|
@ -34,6 +34,14 @@ sup {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert {
|
||||||
|
width: 85%;
|
||||||
|
display: block;
|
||||||
|
margin-top: 40px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.project {
|
.project {
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
@ -179,10 +187,6 @@ sup {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert {
|
|
||||||
margin-top: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
#discord-widget {
|
#discord-widget {
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -238,7 +242,6 @@ pre.highlight {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media(max-width: 1199px) {
|
@media(max-width: 1199px) {
|
||||||
.blog-title {
|
.blog-title {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
@ -255,7 +258,8 @@ pre.highlight {
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-display,
|
.list-display,
|
||||||
.jumbotron {
|
.jumbotron,
|
||||||
|
.alert {
|
||||||
width: auto;
|
width: auto;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
|
@ -293,4 +297,4 @@ pre.highlight {
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue