From ab16564461762624f8bdc1e3b89fd626419dfb0f Mon Sep 17 00:00:00 2001
From: Siddhartha
Date: Tue, 3 Oct 2023 09:56:16 +0530
Subject: [PATCH] remove 'updated at' meta as any minor change in posts was
getting counted as updated at
---
layouts/partials/post_meta.html | 6 +
public/about/index.html | 4 +-
public/archive/index.html | 160 +++++++++++++-----
public/categories/book-notes/index.html | 40 +++--
.../categories/book-notes/page/2/index.html | 40 +++--
.../categories/book-notes/page/3/index.html | 8 +-
public/categories/cinema/index.html | 32 +++-
public/categories/drawings/index.html | 24 ++-
public/categories/photography/index.html | 4 +-
public/categories/poetry/index.html | 8 +-
public/index.html | 40 +++--
public/page/2/index.html | 40 +++--
public/page/3/index.html | 40 +++--
public/page/4/index.html | 32 +++-
public/photography/index.html | 4 +-
public/posts/cinema/3-iron/index.html | 4 +-
public/posts/cinema/after-life/index.html | 4 +-
public/posts/cinema/anatolia/index.html | 4 +-
public/posts/cinema/darjeeling/index.html | 8 +-
public/posts/cinema/oslo-august/index.html | 4 +-
public/posts/cinema/riding-solo/index.html | 4 +-
public/posts/cinema/waking-life/index.html | 4 +-
public/posts/cinema/winter-sleep/index.html | 4 +-
.../deference-vs-indifference/index.html | 4 +-
.../drawings/a-beautiful-woman/index.html | 4 +-
public/posts/drawings/chaplin/index.html | 4 +-
public/posts/drawings/einstein/index.html | 4 +-
public/posts/drawings/gandhi/index.html | 4 +-
.../posts/drawings/martin-freeman/index.html | 4 +-
public/posts/drawings/teresa/index.html | 4 +-
public/posts/index.html | 40 +++--
public/posts/page/2/index.html | 40 +++--
public/posts/page/3/index.html | 40 +++--
public/posts/page/4/index.html | 32 +++-
.../reading/annihilation-of-caste/index.html | 4 +-
public/posts/reading/azadi/index.html | 4 +-
public/posts/reading/bad-blood/index.html | 4 +-
public/posts/reading/behave-review/index.html | 4 +-
.../reading/chup-deepa-narayan/index.html | 8 +-
.../posts/reading/empire-of-pain/index.html | 8 +-
.../reading/four-thousand-weeks/index.html | 4 +-
.../glimpses-of-world-history/index.html | 4 +-
public/posts/reading/great-music/index.html | 4 +-
.../posts/reading/i-do-what-i-do/index.html | 4 +-
.../reading/life-between-buildings/index.html | 4 +-
public/posts/reading/parenting/index.html | 4 +-
.../posts/reading/range-a-review/index.html | 4 +-
.../reading/reasons-to-stay-alive/index.html | 4 +-
.../posts/reading/running-murakami/index.html | 4 +-
public/posts/reading/shame-rushdie/index.html | 4 +-
.../posts/reading/so-good-newport/index.html | 4 +-
public/posts/reading/stoner/index.html | 4 +-
.../reading/the-course-of-love/index.html | 4 +-
.../index.html | 4 +-
.../posts/reading/the-way-we-eat/index.html | 4 +-
public/posts/reading/waking-up/index.html | 4 +-
public/posts/scared-in-lockdown/index.html | 4 +-
public/sitemap.xml | 32 ++--
public/tags/animal-cruelty/index.html | 4 +-
public/tags/animation/index.html | 4 +-
public/tags/architecture/index.html | 4 +-
public/tags/asia/index.html | 8 +-
public/tags/audiobook/index.html | 16 +-
public/tags/career-advice/index.html | 8 +-
public/tags/classical-music/index.html | 4 +-
public/tags/colorful-quirks/index.html | 4 +-
public/tags/debating-ethics/index.html | 4 +-
public/tags/depression/index.html | 4 +-
public/tags/economics/index.html | 4 +-
public/tags/existentialism/index.html | 4 +-
public/tags/fast-food-books/index.html | 4 +-
public/tags/favourites/index.html | 40 +++--
public/tags/favourites/page/2/index.html | 12 +-
public/tags/feminism/index.html | 4 +-
public/tags/fiction/index.html | 12 +-
public/tags/foreign-cinema/index.html | 20 ++-
public/tags/health/index.html | 4 +-
public/tags/history/index.html | 8 +-
public/tags/india/index.html | 8 +-
public/tags/indian-authors/index.html | 20 ++-
public/tags/journalism/index.html | 4 +-
public/tags/letters/index.html | 4 +-
public/tags/meditation/index.html | 4 +-
public/tags/minimalism/index.html | 4 +-
public/tags/motorcycling/index.html | 4 +-
public/tags/non-fiction/index.html | 40 +++--
public/tags/non-fiction/page/2/index.html | 28 ++-
public/tags/norwegian/index.html | 4 +-
public/tags/parenting/index.html | 4 +-
public/tags/philosophy/index.html | 8 +-
public/tags/poetry/index.html | 8 +-
public/tags/productivity/index.html | 8 +-
public/tags/public-health/index.html | 4 +-
public/tags/relationship/index.html | 4 +-
public/tags/religion/index.html | 8 +-
public/tags/review/index.html | 4 +-
public/tags/sketching/index.html | 24 ++-
public/tags/society/index.html | 4 +-
public/tags/turkey/index.html | 8 +-
.../tags/understanding-ourselves/index.html | 8 +-
public/tags/writing/index.html | 8 +-
101 files changed, 907 insertions(+), 315 deletions(-)
diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html
index 97805df..e0b1be2 100644
--- a/layouts/partials/post_meta.html
+++ b/layouts/partials/post_meta.html
@@ -1,8 +1,14 @@
{{- $scratch := newScratch }}
+{{- if not .Date.IsZero -}}
+{{- $scratch.Add "meta" (slice (printf "🗓 %s" (.Date) (.Date | time.Format (default "January 2, 2006" site.Params.DateFormat)))) }}
+{{- end }}
+
+
{{- if (.Param "ShowReadingTime") -}}
{{- $scratch.Add "meta" (slice (i18n "read_time" .ReadingTime | default (printf "%d min" .ReadingTime))) }}
diff --git a/public/about/index.html b/public/about/index.html
index add8cb7..e31cfbe 100644
--- a/public/about/index.html
+++ b/public/about/index.html
@@ -210,7 +210,9 @@ So to solve this little problem of mine, I came up with this unoriginal idea."/>
About Me
- 🔄 May 3, 2023 3 min Siddhartha Golu
+
+
+🗓 January 9, 2019 🔄 May 3, 2023 3 min Siddhartha Golu
diff --git a/public/archive/index.html b/public/archive/index.html
index ab9f5c5..372457e 100644
--- a/public/archive/index.html
+++ b/public/archive/index.html
@@ -208,7 +208,9 @@
Chup: Breaking the Silence About India’s Women by Deepa Narayan
-
+
@@ -219,7 +221,9 @@
Empire of Pain: The Secret History of the Sackler Dynasty
-
+
@@ -230,7 +234,9 @@
So Good They Can’t Ignore You - Cal Newport
-
+
@@ -245,7 +251,9 @@
Four Thousand Weeks: Time Management for Mortals by Oliver Burkeman
-
+
@@ -256,7 +264,9 @@
After Life (1998) by Hirokazu Kore-eda
-
+
@@ -267,7 +277,9 @@
Life Between Buildings by Jan Gehl
-
+
@@ -282,7 +294,9 @@
3 Iron (2004) by Kim Ki-duk
-
+
@@ -293,7 +307,9 @@
The Way We Eat: Why Our Food Choices Matter by Peter Singer
-
+
@@ -304,13 +320,17 @@
Shame by Salman Rushdie
-
+
What I Talk About When I Talk About Running by Haruki Murakami
-
+
@@ -321,7 +341,9 @@
Annihilation of Caste(Annotated Edition) by Arundhati Roy
-
+
@@ -332,19 +354,25 @@
Photography
-
🔄 March 21, 2023 1 min Siddhartha Golu
+
+
+🗓 March 23, 2021 🔄 March 21, 2023 1 min Siddhartha Golu
Parenting Beyond Belief by Dale McGowan
-
+
Winter Sleep (2014) by Nuri Bilge Ceylan
-
+
@@ -355,7 +383,9 @@
Once Upon a Time in Anatolia (2011) by Nuri Bilge Ceylan
-
+
@@ -366,7 +396,9 @@
Riding Solo to the Top of the World (2006) by Gaurav Jani
-
+
@@ -381,7 +413,9 @@
I Do What I Do by Raghuram Rajan
-
+
@@ -392,7 +426,9 @@
Waking Life (2001) by Richard Linklater
-
+
@@ -403,7 +439,9 @@
Azadi by Arundhati Roy
-
+
@@ -414,49 +452,65 @@
Stoner by John Williams
-
+
Charlie Chaplin (um… not quite)
-
+
Oslo, August 31st (2011) by Joachim Trier
-
+
@@ -467,7 +521,9 @@
Bad Blood by John Carreyrou
-
+
@@ -478,13 +534,17 @@
Waking Up by Sam Harris
-
+
@@ -495,13 +555,17 @@
Glimpses of World History by Jawaharlal Nehru
-
+
The Darjeeling Limited (2007) by Wes Anderson
-
+
@@ -512,13 +576,17 @@
Reasons to Stay Alive by Matt Haig
-
+
How to Listen to and Understand Great Music by Robert Greenberg
-
+
@@ -533,13 +601,17 @@
Behave: The Biology of Humans at Our Best and Worst by Robert Sapolsky
-
+
Range by David Epstein
-
+
@@ -550,7 +622,9 @@
Deference vs. Indifference
-
+
@@ -561,7 +635,9 @@
The Course of Love by Alain de Botton
-
+
@@ -572,13 +648,17 @@
The Stranger and The Plague by Albert Camus
-
+
About Me
-
🔄 May 3, 2023 3 min Siddhartha Golu
+
+
+🗓 January 9, 2019 🔄 May 3, 2023 3 min Siddhartha Golu
diff --git a/public/categories/book-notes/index.html b/public/categories/book-notes/index.html
index 43e94ff..ce5419c 100644
--- a/public/categories/book-notes/index.html
+++ b/public/categories/book-notes/index.html
@@ -165,7 +165,9 @@
A powerful exploration into the psyche of Indian women and how society perpetuates the status quo
-
+
@@ -177,7 +179,9 @@
If you want to understand how the opioid crisis began, read this
-
+
@@ -189,7 +193,9 @@
A series of blog posts that unfortunately became a book. Not recommended.
-
+
@@ -201,7 +207,9 @@
A book about time and our relationship with it. Recommended.
-
+
@@ -213,7 +221,9 @@
A gentle introduction to the study of buildings and the way they enable societal interactions.
-
+
@@ -225,7 +235,9 @@
The ethical dilemma of eating. Highly recommended!
-
+
@@ -238,7 +250,9 @@
Check it out on Goodreads
Now that I’ve moved away from reading fiction, I find that I face a lot of inertia to pick up something purely for pleasure. Maybe this is a nasty by-product of wanting to be as “productive” as possible. But the more I have drifted away from reading for pleasure, more mechanical the whole process has become for me. Partly to avoid this feeling, and partly because of my shame at seeing my bookshelf filled with dusty unread books, I picked up this one to assuage my feelings of guilt....
-
+
@@ -252,7 +266,9 @@ Now that I’ve moved away from reading fiction, I find that I face a lot of ine
Pain is inevitable, suffering is optional.
I have no affinity for running, even for short jogs, and much less for wanting to run long distances. Although this is not because I hate exercises - one of those rare things that I figured out early in life was my desire to remain healthy as long as possible and that of course means I need to keep myself fit - but probably my distaste for running stems from the monotonous nature of the activity....
-
+
@@ -265,7 +281,9 @@ I have no affinity for running, even for short jogs, and much less for wanting t
Check it out on Goodreads
I find India really fascinating sometimes, even though I’ve lived my whole life here. What the cultural multitudes and colorful festivals hide underneath is an ugly facade which threatens to break everything that has been built over the years. What I find most fascinating is how we’ve conditioned ourselves to ignore the blatant reality and move ahead with an oblivious calm, living in shit and aspiring for the gold....
-
+
@@ -279,7 +297,9 @@ I find India really fascinating sometimes, even though I’ve lived my whole lif
I have had a very curious relationship with religion, although now that I talk to others, it was a much more normal experience than what I led myself to believe. I followed the typical path of receiving a particular religion from my parents (born a “Hindu child”), which had a supporting role in my life up until my late-teenage/early-adolescent years.
As is the norm for every child brought up in religion, I used to consider myself special believing that I had a “personal relationship” with God....
-
+