diff --git a/.gitignore b/.gitignore index 129db0f0..7caae86e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ vendor secret.py .cache __pycache__/ -_drafts/ \ No newline at end of file +_drafts/ +.vscode/ \ No newline at end of file diff --git a/_config.yml b/_config.yml index 1e67d285..9ee74e33 100644 --- a/_config.yml +++ b/_config.yml @@ -69,7 +69,7 @@ og_image: /assets/img/logo/l.png # The site-wide (default for all links) Open Gr github_username: asboyer # your GitHub user name gitlab_username: # your GitLab user name -x_username: # your X handle +x_username: # your X handle asb0y3r? # mastodon_username: mastodon.social/@asboyer # your mastodon instance+username in the format instance.tld/@username linkedin_username: asboyer # your LinkedIn user name telegram_username: # your Telegram user name @@ -96,12 +96,13 @@ lastfm_id: # your lastfm id spotify_id: uuzdbyuye92sxqjltw955qm9n # your spotify id pinterest_id: # your pinterest id unsplash_id: # your unsplash id -instagram_id: # your instagram id +instagram_id: # your instagram id asb0y3r? facebook_id: # your facebook id youtube_id: asboyer # your youtube channel id (youtube.com/@) discord_id: # your discord id (18-digit unique numerical identifier) zotero_username: # your zotero username letterboxd_username: asboyer +substack_username: asboyer wechat_qr: # filename of your wechat qr-code saved as an image (e.g., wechat-qr.png if saved to assets/img/wechat-qr.png) goodreads_id: 173256339-asboyer # your goodreads id diff --git a/_favs/the_bear.md b/_favs/the_bear.md index dff5d45b..02ddbe88 100644 --- a/_favs/the_bear.md +++ b/_favs/the_bear.md @@ -8,7 +8,7 @@ released: 2022 img: assets/img/favs/shows/the_bear.jpg categories: shows link: https://www.imdb.com/title/tt14452776/ -score: 8.2 +score: 7 --- I'd heard a lot of praise about this show, and had seen a few clips, but really had no idea what it would be when I started it. The first season was masterful in the way it set the scene, developed the characters, and came to a resolution/full-circle moment. @@ -19,4 +19,4 @@ The third season is where I started to have some problems. This show is a drama, If this show were just the first two seasons, it would be in the high 8s, low 9s for me. The third season just brings it down unfortunately. -Overall, the first two seasons were good, the third season mediocre. This seems to be the general consensus too. Not sure if I will tune in for the next season. \ No newline at end of file +Overall, the first two seasons were good, the third season mediocre. This seems to be the general consensus too. Not sure if I will tune in for the next season. diff --git a/_favs/the_godfather_part_ii.md b/_favs/the_godfather_part_ii.md index e7ffc267..9fce5cee 100644 --- a/_favs/the_godfather_part_ii.md +++ b/_favs/the_godfather_part_ii.md @@ -18,9 +18,9 @@ opener: | The backstory portion of the movie is so, so well done. Robert De Niro is just magnificent in his role as a young Vito. That whole subplot is the best-written material in the film, which makes sense since it's taken directly from the book. - However, the ending, without giving away too many spoilers, is actually very similar to the ending of the first. Except in this case, it feels less triumphant and much colder. This is intentional, as this film, much like the first (perhaps even more so), is supposed to be a cautionary tale about the decaying morals of the mafia. + However, the ending, without giving away too many spoilers, is actually very similar to the ending of the first. Except in this case, it feels less triumphant and much colder. --- -The gradual shift in Michael Corleone's life, extending from the transition we saw in the first movie, is displayed extremely well. It highlights the stress and backstabbing that come with the life of organized crime, and we can clearly see the effect it has on Michael and his personal life. +This is intentional, as this film, much like the first (perhaps even more so), is supposed to be a cautionary tale about the decaying morals of the mafia. The gradual shift in Michael Corleone's life, extending from the transition we saw in the first movie, is displayed extremely well. It highlights the stress and backstabbing that come with the life of organized crime, and we can clearly see the effect it has on Michael and his personal life. While parallels can be drawn between Michael and Vito, the backstory in this movie shows how they are fundamentally different. Vito got into crime out of necessity, using his power to protect those around him. A key observation Vito makes about Fanucci is that he used his power to prey on other Italians rather than protect them. While Vito was cunning, his moves were driven by survival. Michael, who initially didn't want to get involved, was also pushed into crime out of necessity, like Vito. In contrast, Michael remained in the business due to a hunger for power, and I would argue he becomes colder and more ruthless than Vito. diff --git a/_includes/resume/basics.liquid b/_includes/resume/basics.liquid index 2fddecc5..c4e7b756 100644 --- a/_includes/resume/basics.liquid +++ b/_includes/resume/basics.liquid @@ -1,5 +1,5 @@ - {% assign skip_basics = 'image,profiles,location' | split: ',' %} + {% assign skip_basics = 'image,profiles,location,email_domain,email_tld' | split: ',' %} {% for content in data[1] %} {% if (content[1] == "") or (skip_basics contains @@ -10,13 +10,22 @@
- {{ content[0] | capitalize }} + + {%- if content[0] == 'email_user' %}Email{% else %}{{ content[0] | capitalize }}{% endif -%} + {% if content[0] == 'url' %} {{ content[1] }} - {% elsif content[0] == 'email' %} - {{ content[1] }} + {% elsif content[0] == 'email_user' %} + {% assign eu = content[1] %} + {% assign ed_name = data[1].email_domain %} + {% assign ed_tld = data[1].email_tld %} + {% assign ed = ed_name | append: '.' | append: ed_tld %} + {% elsif content[0] == 'phone' %} {{ content[1] }} {% else %} diff --git a/_includes/social.liquid b/_includes/social.liquid index 0d54c648..1800c4ef 100644 --- a/_includes/social.liquid +++ b/_includes/social.liquid @@ -109,6 +109,13 @@ {% if site.letterboxd_username: %} {% endif %} +{% if site.substack_username: %} + + + + + +{% endif %} {% if site.goodreads_id: %} {% endif %} diff --git a/_layouts/about.liquid b/_layouts/about.liquid index 81133c98..fbd3f706 100644 --- a/_layouts/about.liquid +++ b/_layouts/about.liquid @@ -84,7 +84,7 @@ layout: default {% if page.key_projects %}

- cool projects + some projects

{% include key_projects.liquid %}
@@ -97,7 +97,7 @@ layout: default {% if page.key_projects %}

- cool projects + some projects

{% include key_projects.liquid div=true %}
diff --git a/_layouts/fav.liquid b/_layouts/fav.liquid index 2e0de806..3eb345ea 100644 --- a/_layouts/fav.liquid +++ b/_layouts/fav.liquid @@ -115,8 +115,14 @@ layout: default {% include scripts/category-icon.liquid category=category %} {{ category }} {% endfor %} + {% if page.imdb_link and page.started == blank and page.finished == blank %} +   ·   + + {% endif %}

- {% if page.started or page.finished or page.stars %} + {% if page.started or page.finished or page.stars or page.imdb_link %}