Browse Source

link to alternative frontend

pull/6/head
Tim J. Kicker 1 year ago
parent
commit
0e71844fd4
  1. 4
      source/About/index.md
  2. 1
      themes/minima/_config.yml
  3. 1
      themes/minima/layout/index.ejs

4
source/About/index.md

@ -8,9 +8,9 @@ date: 2023-05-17 20:35:10
Hi!
My name is Tim. As I already mentioned, I am a young student from Austria who also happens to have a great passion for programming. But there are many other topics which I can't stop talking about.
My name is Tim. As I already mentioned, I am a young student from Austria who also happens to have a great passion for programming. But there are many other topics that I can't stop talking about.
And since I find it difficult to describe myself in sentences, I'll just throw some buzzwords together
And since I find it difficult to describe myself in sentences, I'll just throw some buzzwords together:

1
themes/minima/_config.yml

@ -14,6 +14,7 @@ menu:
Blog: /archives
About: /About
#index/main page max show posts (in number)
max_post: 4

1
themes/minima/layout/index.ejs

@ -4,6 +4,7 @@
<h2 class="mb-2"><%= theme.owner %></h2>
<p><%= theme.info %></p>
<p><%= theme.desc %></p>
<p>Please note that this is the modern version of my blog. If you want to view my stuff without JS (and a little more retro-looking), you may want to take a look at the <a href="https://blog.kicker.dev">alternative frontend</a>.</p>
</div>
</div>

Loading…
Cancel
Save