Article

Website Source: films

Summary

Pending synthesis from local website source.

Original source title: Films

Extracted Preview

<link rel="stylesheet" href="/assets/css/films.css">

{% assign films = site.data.letterboxd.films %}

<div class="films-header">

<span class="films-meta">Last synced: {{ site.data.letterboxd.last_updated | date: "%b %d, %Y" }}</span>

<a class="films-lb-link" href="{{ site.letterboxd.profile_url }}" target="_blank" rel="noopener">Letterboxd ↗</a>

</div>

I watch a lot of films — mostly late at night, mostly alone, mostly with no plan. It started as something to do and became something I genuinely look forward to. I'm not a cinephile in the snobbish sense. I don't have a Letterboxd essay for every film. But I have opinions, and they're honest. Some of these have a review, most don't. The rating is gut feeling, not analysis. Hover over any poster to see what I thought.

{% if films.size > 0 %}

<div class="films-grid">

{% for film in films %}

<a class="film-card" href="{{ film.link }}" target="_blank" rel="noopener">

{% if film.poster and film.poster != "" %}

<img class="film-poster" src="{{ film.poster }}" alt="{{ film.title }}" loading="lazy">

{% else %}

Integration Notes

  • Source section: films
  • Local source: /home/yashs/Desktop/Programming/yash_blog/yash-srivastava19.github.io/films.md
  • Raw copy: raw/website/yash-srivastava19-github-io/films.md

Links Created Or Updated

Open Questions