Skip to content

Commit 24aa86e

Browse files
committed
Basic blog setup
1 parent 78024ed commit 24aa86e

File tree

10 files changed

+31
-16
lines changed

10 files changed

+31
-16
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source "https://rubygems.org"
44

55
gem "jekyll-theme-chirpy", "~> 7.4"
66

7+
gem "jekyll-compose", group: [:jekyll_plugins]
8+
79
gem "html-proofer", "~> 5.0", group: :test
810

911
platforms :mingw, :x64_mingw, :mswin, :jruby do

_config.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,37 @@ theme: jekyll-theme-chirpy
99
lang: en
1010

1111
# Change to your timezone › https://zones.arilyn.cc
12-
timezone:
12+
timezone: Europe/Berlin
1313

1414
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
1515
# ↓ --------------------------
1616

17-
title: Chirpy # the main title
17+
title: LenNerd's Blog # the main title
1818

19-
tagline: A text-focused Jekyll theme # it will display as the subtitle
19+
tagline: LenNerd's dumping ground of (mostly) useless info # it will display as the subtitle
2020

2121
description: >- # used by seo meta and the atom feed
22-
A minimal, responsive and feature-rich Jekyll theme for technical writing.
22+
LenNerd's blog about game/software development and ranting
2323
2424
# Fill in the protocol & hostname for your site.
2525
# E.g. 'https://username.github.io', note that it does not end with a '/'.
2626
url: ""
2727

2828
github:
29-
username: github_username # change to your GitHub username
29+
username: LenNerd42 # change to your GitHub username
3030

3131
twitter:
32-
username: twitter_username # change to your Twitter username
32+
username: LenNerd42 # change to your Twitter username
3333

3434
social:
3535
# Change to your full name.
3636
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37-
name: your_full_name
38-
email: example@domain.com # change to your email address
37+
name: Lennart Schütte
38+
email: marc.lennart.schuette@gmail.com # change to your email address
3939
links:
4040
# The first element serves as the copyright owner's link
41-
- https://twitter.com/username # change to your Twitter homepage
42-
- https://github.com/username # change to your GitHub homepage
43-
# Uncomment below to add more social links
44-
# - https://www.facebook.com/username
45-
# - https://www.linkedin.com/in/username
41+
- https://github.com/LenNerd42 # change to your GitHub homepage
42+
- https://twitter.com/LenNerd42 # change to your Twitter homepage
4643

4744
# Site Verification Settings
4845
webmaster_verifications:
@@ -98,7 +95,7 @@ theme_mode: # [light | dark]
9895
cdn:
9996

10097
# the avatar on sidebar, support local or CORS resources
101-
avatar:
98+
avatar: assets/lib/avatar.png
10299

103100
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104101
# It can be overridden by a customized `page.image` in front matter.

_posts/2025-12-31-my-first-post.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: post
3+
title: My First Post
4+
date: 2025-12-31 16:34 +0100
5+
tags: [test, amogus]
6+
categories: [Test]
7+
description: My First Post Description
8+
---
9+
10+
## My First Heading
11+
12+
My first text.

_tabs/about.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ icon: fas fa-info-circle
44
order: 4
55
---
66

7-
> Add Markdown syntax content to file `_tabs/about.md`{: .filepath } and it will show up on this page.
8-
{: .prompt-tip }
7+
Hello and welcome to my humble blog! I'm Lennart, a hobbyist software/game developer from Germany. Online I go by LenNerd. I'm planning to use this blog to record random thoughts or experiences of mine, so stay tuned.
8+
9+
I swear, ChatGPT didn't write this introduction, I just couldn't think of anything better to say.
25.6 KB
Loading
11.8 KB
Loading

assets/img/favicons/favicon.ico

14.7 KB
Binary file not shown.

assets/img/favicons/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading
28.1 KB
Loading
90.1 KB
Loading

0 commit comments

Comments
 (0)