diff --git a/main/_config.yaml b/main/_config.yaml index 09729ed..ba8088b 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: 10000 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/_includes/blog.html b/main/_includes/blog.html index e44de90..68b8765 100644 --- a/main/_includes/blog.html +++ b/main/_includes/blog.html @@ -9,7 +9,7 @@

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.

-

๐Ÿ“ฐ You can also subscribe to this blog through the Atom Feed.

+

๐Ÿ“ซ You can also subscribe to this blog through the mailing list or the Atom Feed.

{% include tagbtn.html tag="All" %} {%- assign sorted = site.tags | sort -%} @@ -36,4 +36,4 @@
- \ No newline at end of file + diff --git a/main/_includes/nav/blognav.html b/main/_includes/nav/blognav.html index 30c4ed4..ce443a2 100644 --- a/main/_includes/nav/blognav.html +++ b/main/_includes/nav/blognav.html @@ -23,4 +23,3 @@ {% if next %} โญ๏ธ Next in {{ tag }} {% endif %} -๐Ÿ“ฐ Atom Feed \ No newline at end of file diff --git a/main/_layouts/blog.html b/main/_layouts/blog.html index 3bd44e2..290647f 100644 --- a/main/_layouts/blog.html +++ b/main/_layouts/blog.html @@ -37,4 +37,26 @@ nav: nav/blognav.html ๐Ÿงต Discuss this post {% endif %} - \ No newline at end of file + + +
+

๐Ÿ“ซ Subscribe

+

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.

+ +
+
+ +

+

+ +

+ + +

+ +

+
+
+ +

๐Ÿ“ฐ Alternatively, you can also subscribe to this blog through the Atom Feed.

+
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 %} diff --git a/main/style/style.css b/main/style/style.css index a4da6eb..aec8195 100644 --- a/main/style/style.css +++ b/main/style/style.css @@ -34,6 +34,14 @@ sup { background-color: white; } +.alert { + width: 85%; + display: block; + margin-top: 40px; + margin-left: auto; + margin-right: auto; +} + .project { margin-top: 50px; } @@ -179,10 +187,6 @@ sup { margin-bottom: 10px; } -.alert { - margin-top: 1rem; -} - #discord-widget { display: block; margin: auto; @@ -238,7 +242,6 @@ pre.highlight { margin-top: 20px; } - @media(max-width: 1199px) { .blog-title { margin-top: 15px; @@ -255,7 +258,8 @@ pre.highlight { } .list-display, - .jumbotron { + .jumbotron, + .alert { width: auto; padding-left: 20px; padding-right: 20px; @@ -293,4 +297,4 @@ pre.highlight { right: 10px; top: 5px; } -} \ No newline at end of file +}