Skip to content

Commit 35ee1b8

Browse files
committed
add top posts
1 parent 438457c commit 35ee1b8

File tree

4 files changed

+78
-0
lines changed

4 files changed

+78
-0
lines changed

src/_includes/bloghead.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<nav>
2121
<div class="navlinks">
2222
<a href="/blog/">blog</a>
23+
<a href="/blog/top/">top posts</a>
2324
<a href="/blog/archive/">archive</a>
2425
<a href="/blog/math/">mathventures</a>
2526
{# <a href="https://visionoflife.substack.com">newsletter</a> #}

src/_layouts/pages/blogs.njk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ layout: base.njk
2222
<nav>
2323
<div class="navlinks">
2424
<a href="/">home</a>
25+
<a href="/blog/top/">top posts</a>
2526
<a href="/blog/archive/">archive</a>
2627
<a href="/blog/math/">mathventures</a>
2728
{# <a href="https://visionoflife.substack.com">newsletter</a> #}

src/_layouts/pages/top-posts.njk

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Top Posts
3+
layout: base.njk
4+
---
5+
{% include "bloghead.njk" %}
6+
<main>
7+
<hr>
8+
<div style="text-align: center; ">
9+
<h1 style="margin-top: 0.5em;">Top Posts</h1>
10+
</div>
11+
<div>
12+
{{ content | safe }}
13+
</div>
14+
</main>
15+
16+

src/pages/top-posts.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
layout: pages/top-posts.njk
3+
permalink: /blog/top/index.html
4+
---
5+
Here is the list of curated posts that I have published over the span of X Years, Y months, Z days. I've picked these posts because I like them very much, and I think each post reflects an unique aspect of my personality and character.
6+
7+
I've added some excerpts just to ease you into reading more and spiking the viewer count.
8+
9+
Feel free to indulge!
10+
11+
## when you have metamorphosised
12+
One of my first reflective essays. I wrote briefly about events in your life that change *everything*. It's about self-discovery, it's about passion, it's about moving forward and never looking back.
13+
14+
>You're 15, 16, 17 or whatever years old, and you're walking that path you've always walked, and suddenly you start discovering yourself. You start defining your individuality. The path which you used to always walk changes and you start walking the untrodden, unharmed path.
15+
16+
[Read More](/blog/p/when-you-have-metamorphosised/)
17+
18+
## sometimes I feel awfully depressed
19+
When life feels meaningless, then there exists certain things that *create* meaning. And those *things* come in all sorts. It is about that feeling, it is about escaping and finding something that numbs the pain.
20+
21+
>Sometimes I feel awfully depressed. And as absurd as it sounds, in such moments, I calm my nerves with a lollipop.<br>
22+
>Had a bad day at school? No problem. Had a fight with your friend? Nothing to worry about. There's nothing that a lollipop _can't_ do. It has become my sole _confidant_.
23+
24+
[Read More](/blog/p/sometimes-i-feel-awfully-depressed/)
25+
26+
## Stoner
27+
A review on John William's "Stoner". A great book, lot of things to ponder upon. This blog was my meditation on that book, where I mulled over the seemingly ordinary nature of life and how it can create ripples beyond the thinkable.
28+
29+
>This book is about the seemingly ordinary and _unimportant_ life of William Stoner, who may not be the best husband, father, lover or teacher, but just like the rest of us, **alive**. The story has no villains or heroes, it is rather an intricate analysis of the complexes of the human nature that surrounds us. This is- as the author himself says- an _"escape to reality."_
30+
31+
[Read More](/blog/p/stoner/)
32+
33+
## Reflections on a disturbed life
34+
Poem on disconnection, about feeling left about because of burdens that one creates for themselves. It is about feeling burned out from work, from repetition, from the Catch-22 that surrounds us.
35+
36+
>I am guilty of a fervent disconnection.
37+
Severed ties to my glowing past
38+
To embrace the lonely present.
39+
I am here, but I am not;
40+
41+
[Read More](/blog/p/reflections-on-a-disturbed-life/)
42+
43+
## Donald's (im)mortality.
44+
An analysis of the character Donald from the Prime Video series Invincible. This is where I wrote about Donald's mortality and "humanity" in both qualitative and quantitative aspects. Not very sound philosophically, but I still like the question.
45+
46+
>We're stuck with a question: what makes you "you"?<br>
47+
>Are you still _you_ if your body is replaced by technology but you still have reason and choice? Are you still you if you don't know that you're already dead (as Donald didn't)? Are you still you if you are only 2% Human, but don't know that? And how do we know that we're not Donald in some way?
48+
49+
[Read More](/blog/p/donald-s-im-mortality/)
50+
51+
## Am I actually Free?
52+
One of my fairly recent posts, where I presented a sort of (flawed) *cogito ergo sum* and discussed if we are really free from physical and psychological point of view.
53+
54+
>Once I had an epiphany and then I thought, "I am capable of recognising my deeper self... That, I can BE myself, that I have the choice to know myself."<br>
55+
>Probably a long-shot, but I think that _because_ I have a _choice_ to know myself, I am a free being. I don't know what you might call this, but does seem like another _cogito ergo sum_.<br>
56+
>But, am I actually free?
57+
58+
[Read More](/blog/p/am-i-actually-free/)
59+
60+
And that, my friends, is all for today. If you enjoyed today's show, consider [subscribing via RSS](/feed.xml) and checking out the [Archive](/blog/archive/).

0 commit comments

Comments
 (0)