From 7e049c0f86348d69ee0f5c7057e70e1fa5f15f0e Mon Sep 17 00:00:00 2001 From: Siddhartha Date: Mon, 20 Mar 2023 00:23:17 +0530 Subject: [PATCH] change archive url path, use cite in markdown --- config.yml | 6 +- content/archives.md | 4 - content/musings.md | 5 + content/photography.md | 4 +- public/404.html | 4 +- public/about/index.html | 4 +- public/categories/book-notes/index.html | 12 +- .../categories/book-notes/page/2/index.html | 12 +- public/categories/cinema/index.html | 12 +- public/categories/drawings/index.html | 12 +- public/categories/index.html | 4 +- public/categories/photography/index.html | 15 +- public/categories/photography/index.xml | 3 +- public/categories/poetry/index.html | 12 +- public/index.html | 4 +- public/index.json | 2 +- public/index.xml | 3 +- public/musings/index.html | 597 ++++++++++++++++++ public/page/2/index.html | 4 +- public/page/3/index.html | 4 +- public/page/4/index.html | 4 +- public/photography/index.html | 28 +- 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 | 4 +- 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 | 12 +- public/posts/page/2/index.html | 12 +- public/posts/page/3/index.html | 12 +- public/posts/page/4/index.html | 12 +- .../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/four-thousand-weeks/index.html | 4 +- .../glimpses-of-world-history/index.html | 4 +- public/posts/reading/great-music/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 +- 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/search/index.html | 4 +- public/sitemap.xml | 2 +- public/tags/animal-cruelty/index.html | 12 +- public/tags/animation/index.html | 12 +- public/tags/architecture/index.html | 12 +- public/tags/asia/index.html | 12 +- public/tags/audiobook/index.html | 12 +- public/tags/career-advice/index.html | 12 +- public/tags/classical-music/index.html | 12 +- public/tags/colorful-quirks/index.html | 12 +- public/tags/debating-ethics/index.html | 12 +- public/tags/depression/index.html | 12 +- public/tags/existentialism/index.html | 12 +- public/tags/favourites/index.html | 12 +- public/tags/fiction/index.html | 12 +- public/tags/foreign-cinema/index.html | 12 +- public/tags/health/index.html | 12 +- public/tags/history/index.html | 12 +- public/tags/index.html | 4 +- public/tags/india/index.html | 12 +- public/tags/indian-authors/index.html | 12 +- public/tags/journalism/index.html | 12 +- public/tags/letters/index.html | 12 +- public/tags/meditation/index.html | 12 +- public/tags/minimalism/index.html | 12 +- public/tags/motorcycling/index.html | 12 +- public/tags/non-fiction/index.html | 12 +- public/tags/non-fiction/page/2/index.html | 12 +- public/tags/norwegian/index.html | 12 +- public/tags/parenting/index.html | 12 +- public/tags/philosophy/index.html | 12 +- public/tags/poetry/index.html | 12 +- public/tags/productivity/index.html | 12 +- public/tags/relationship/index.html | 12 +- public/tags/religion/index.html | 12 +- public/tags/review/index.html | 12 +- public/tags/sketching/index.html | 12 +- public/tags/society/index.html | 12 +- public/tags/turky/index.html | 12 +- .../tags/understanding-ourselves/index.html | 12 +- public/tags/writing/index.html | 12 +- 101 files changed, 1195 insertions(+), 210 deletions(-) delete mode 100644 content/archives.md create mode 100644 content/musings.md create mode 100644 public/musings/index.html diff --git a/config.yml b/config.yml index aa7a119..0ac088a 100644 --- a/config.yml +++ b/config.yml @@ -8,8 +8,8 @@ buildDrafts: false menu: main: - identifier: archive - name: Archive - url: archives + name: Musings + url: musings weight: 10 - identifier: categories name: Categories @@ -41,11 +41,13 @@ params: ShowCodeCopyButtons: true disableSpecial1stPost: false disableScrollToTop: false + ShowRssButtonInSectionTermList: true comments: false hidemeta: false hideSummary: false showtoc: false tocopen: false + ShowAllPagesInArchive: true cover: hidden: true diff --git a/content/archives.md b/content/archives.md deleted file mode 100644 index ae0aae8..0000000 --- a/content/archives.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: "Archive" -layout: "archives" ---- diff --git a/content/musings.md b/content/musings.md new file mode 100644 index 0000000..cf78dfd --- /dev/null +++ b/content/musings.md @@ -0,0 +1,5 @@ +--- +title: "Musings" +layout: "archives" +description: "" +--- diff --git a/content/photography.md b/content/photography.md index efee3f6..0ffd229 100644 --- a/content/photography.md +++ b/content/photography.md @@ -7,8 +7,8 @@ draft: false My fascination with the visual media brought me closer to seeing the world through a different lens. This is an ongoing effort to capture what I see and share it with the world. -You can browse the images below using left/right keys. All the images are hosted on flickr, I'd recommend navigating to my photostream if you want to see them in full size. +You can browse the images below using left/right keys. All the images are hosted on flickr, I'd recommend navigating to my photostream if you want to see them in full size. [^1] -(You might need to enable Javascript if you're unable to see the below images properly) +[^1]: You might need to enable Javascript if you're unable to see the images properly. {{}} diff --git a/public/404.html b/public/404.html index 23c6d99..daf19dd 100644 --- a/public/404.html +++ b/public/404.html @@ -108,8 +108,8 @@