Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ vendor
secret.py
.cache
__pycache__/
_drafts/
_drafts/
.vscode/
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/@<youtube_id>)
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

Expand Down
4 changes: 2 additions & 2 deletions _favs/the_bear.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
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.
4 changes: 2 additions & 2 deletions _favs/the_godfather_part_ii.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
17 changes: 13 additions & 4 deletions _includes/resume/basics.liquid
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<table class="table table-cv table-sm table-borderless table-responsive table-cv-map">
{% 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
Expand All @@ -10,13 +10,22 @@

<tr>
<td class="p-1 pr-2 font-weight-bold">
<b>{{ content[0] | capitalize }}</b>
<b>
{%- if content[0] == 'email_user' %}Email{% else %}{{ content[0] | capitalize }}{% endif -%}
</b>
</td>
<td class="p-1 pl-2 font-weight-light text">
{% if content[0] == 'url' %}
<a href="{{ content[1] }}" target="_blank" rel="noopener noreferrer">{{ content[1] }}</a>
{% elsif content[0] == 'email' %}
<a href="mailto:{{ content[1] }}" target="_blank">{{ content[1] }}</a>
{% 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 %}
<span class="email-copy" data-eu="{{ eu }}" data-ed="{{ ed }}"
><span class="email-text">{{ eu }}</span><span class="email-sep"> [at] </span><span class="email-text">{{ ed_name }}</span
><span class="email-sep"> [dot] </span><span class="email-text">{{ ed_tld }}</span></span
>
{% elsif content[0] == 'phone' %}
<a href="tel:{{ content[1] }}">{{ content[1] }}</a>
{% else %}
Expand Down
7 changes: 7 additions & 0 deletions _includes/social.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@
{% if site.letterboxd_username: %}
<a href="https://letterboxd.com/{{ site.letterboxd_username }}" title="Letterboxd"><i class="fa-brands fa-square-letterboxd"></i></a>
{% endif %}
{% if site.substack_username: %}
<a href="https://{{ site.substack_username }}.substack.com" title="Substack">
<svg class="substack-icon" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-label="Substack">
<path d="M22.539 8.242H1.46V5.406h21.08v2.836zM1.46 10.812V24L12 18.11 22.54 24V10.812H1.46zM22.54 0H1.46v2.836h21.08V0z"/>
</svg>
</a>
{% endif %}
{% if site.goodreads_id: %}
<a href="https://www.goodreads.com/user/show/{{ site.goodreads_id }}" title="Goodreads"><i class="fa-brands fa-goodreads"></i></a>
{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions _layouts/about.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ layout: default
{% if page.key_projects %}
<div class="right-div-2">
<h2>
<a href="{{ '/projects/' | relative_url }}" style="color: inherit">cool projects</a>
<a href="{{ '/projects/' | relative_url }}" style="color: inherit">some projects</a>
</h2>
{% include key_projects.liquid %}
</div>
Expand All @@ -97,7 +97,7 @@ layout: default
{% if page.key_projects %}
<div class="other-div">
<h2 style="margin-top: 10px">
<a href="{{ '/projects/' | relative_url }}" style="color: inherit">cool projects</a>
<a href="{{ '/projects/' | relative_url }}" style="color: inherit">some projects</a>
</h2>
{% include key_projects.liquid div=true %}
</div>
Expand Down
69 changes: 51 additions & 18 deletions _layouts/fav.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,14 @@ layout: default
{% include scripts/category-icon.liquid category=category %}
<a href="{{ category | slugify | prepend: '/favs/' | relative_url }}">{{ category }}</a>
{% endfor %}
{% if page.imdb_link and page.started == blank and page.finished == blank %}
&nbsp; &middot; &nbsp;
<a target="_blank" href="{{ page.imdb_link }}"
><i class="fa-brands fa-imdb fa-lg" style="color: var(--global-theme-color) !important"></i
></a>
{% endif %}
</p>
{% if page.started or page.finished or page.stars %}
{% if page.started or page.finished or page.stars or page.imdb_link %}
<p class="post-tags" style="font-size: .875em; padding-bottom: 0px !important">
{% if page.started %}
<i class="fa-solid fa-play fa-sm" style="color: var(--global-tip-block) !important"></i> <em>{{ page.started }}</em>
Expand All @@ -132,6 +138,14 @@ layout: default
&nbsp; &middot; &nbsp;
{% endif %}
{% endif %}
{% if page.imdb_link and page.started and page.stars == blank %}
{% if page.started or page.finished %}
&nbsp; &middot; &nbsp;
{% endif %}
<a target="_blank" href="{{ page.imdb_link }}"
><i class="fa-brands fa-imdb fa-lg" style="color: var(--global-theme-color) !important"></i
></a>
{% endif %}
{% if page.stars %}
{% if page.star_link %}
<style>
Expand All @@ -158,32 +172,51 @@ layout: default
</a>
{% endif %}
{% endif %}
{% if page.imdb_link and page.stars %}
&nbsp; &middot; &nbsp;
<a target="_blank" href="{{ page.imdb_link }}"
><i class="fa-brands fa-imdb fa-lg" style="color: var(--global-theme-color) !important"></i
></a>
{% endif %}
</p>
{% endif %}
<hr>
</header>

<article class="post-content">
{% if page.admin_note %}
<h3 class="author-note-title"><i id="note-icon" class="fas fa-at"></i>&nbsp;a note from asboyer</h3>
<div id="author-note">
{{ page.admin_note }}
</div>
{% endif %}
{% if page.admin_note and page.note %}
<span style="margin: 5px"></span>
{% endif %}
{% if page.note %}
{% if page.warning %}
<h3 class="author-note-title"><i id="note-icon-warning" class="fa-solid fa-triangle-exclamation"></i>&nbsp;a note from the author</h3>
<div id="author-note-warning">
{{ page.note }}
<div class="row g-3">
<div class="col-md-6 mb-3 mb-md-0">
<h3 class="author-note-title"><i id="note-icon" class="fas fa-at"></i>&nbsp;a note from asboyer</h3>
<div id="author-note">{{ page.admin_note }}</div>
</div>
{% else %}
<h3 class="author-note-title"><i id="note-icon" class="fas fa-sticky-note"></i>&nbsp;a note from the author</h3>
<div id="author-note">
{{ page.note }}
<div class="col-md-6">
{% if page.warning %}
<h3 class="author-note-title">
<i id="note-icon-warning" class="fa-solid fa-triangle-exclamation"></i>&nbsp;a note from the author
</h3>
<div id="author-note-warning">{{ page.note }}</div>
{% else %}
<h3 class="author-note-title"><i id="note-icon" class="fas fa-sticky-note"></i>&nbsp;a note from the author</h3>
<div id="author-note">{{ page.note }}</div>
{% endif %}
</div>
</div>
{% else %}
{% if page.admin_note %}
<h3 class="author-note-title"><i id="note-icon" class="fas fa-at"></i>&nbsp;a note from asboyer</h3>
<div id="author-note">{{ page.admin_note }}</div>
{% endif %}
{% if page.note %}
{% if page.warning %}
<h3 class="author-note-title">
<i id="note-icon-warning" class="fa-solid fa-triangle-exclamation"></i>&nbsp;a note from the author
</h3>
<div id="author-note-warning">{{ page.note }}</div>
{% else %}
<h3 class="author-note-title"><i id="note-icon" class="fas fa-sticky-note"></i>&nbsp;a note from the author</h3>
<div id="author-note">{{ page.note }}</div>
{% endif %}
{% endif %}
{% endif %}
{% if page.note or page.admin_note %}
Expand Down
62 changes: 41 additions & 21 deletions _layouts/post.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ layout: default
<div class="post">
<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
{% if page.subtitle %}
<p class="post-subtitle">{{ page.subtitle }}</p>
{% endif %}
<p class="post-meta">
{% if page.author %}{{ page.author }}{% endif %}
{%- if page.multi_date -%}
Expand Down Expand Up @@ -85,26 +88,39 @@ layout: default
</header>

<article class="post-content">
{% if page.admin_note %}
<h3 class="author-note-title"><i id="note-icon" class="fas fa-at"></i>&nbsp;a note from asboyer</h3>
<div id="author-note">
{{ page.admin_note }}
</div>
{% endif %}
{% if page.admin_note and page.note %}
<span style="margin: 5px"></span>
{% endif %}
{% if page.note %}
{% if page.warning %}
<h3 class="author-note-title"><i id="note-icon-warning" class="fa-solid fa-triangle-exclamation"></i>&nbsp;a note from the author</h3>
<div id="author-note-warning">
{{ page.note }}
<div class="row g-3">
<div class="col-md-6 mb-3 mb-md-0">
<h3 class="author-note-title"><i id="note-icon" class="fas fa-at"></i>&nbsp;a note from asboyer</h3>
<div id="author-note">{{ page.admin_note }}</div>
</div>
{% else %}
<h3 class="author-note-title"><i id="note-icon" class="fas fa-sticky-note"></i>&nbsp;a note from the author</h3>
<div id="author-note">
{{ page.note }}
<div class="col-md-6">
{% if page.warning %}
<h3 class="author-note-title">
<i id="note-icon-warning" class="fa-solid fa-triangle-exclamation"></i>&nbsp;a note from the author
</h3>
<div id="author-note-warning">{{ page.note }}</div>
{% else %}
<h3 class="author-note-title"><i id="note-icon" class="fas fa-sticky-note"></i>&nbsp;a note from the author</h3>
<div id="author-note">{{ page.note }}</div>
{% endif %}
</div>
</div>
{% else %}
{% if page.admin_note %}
<h3 class="author-note-title"><i id="note-icon" class="fas fa-at"></i>&nbsp;a note from asboyer</h3>
<div id="author-note">{{ page.admin_note }}</div>
{% endif %}
{% if page.note %}
{% if page.warning %}
<h3 class="author-note-title">
<i id="note-icon-warning" class="fa-solid fa-triangle-exclamation"></i>&nbsp;a note from the author
</h3>
<div id="author-note-warning">{{ page.note }}</div>
{% else %}
<h3 class="author-note-title"><i id="note-icon" class="fas fa-sticky-note"></i>&nbsp;a note from the author</h3>
<div id="author-note">{{ page.note }}</div>
{% endif %}
{% endif %}
{% endif %}
{% if page.note or page.admin_note %}
Expand All @@ -123,15 +139,19 @@ layout: default
</article>

{% if page.related_publications %}
<h2>References</h2>
<div class="publications">
{% bibliography --cited_in_order %}
<div class="post-references">
<h2>References</h2>
<div class="publications">
{% bibliography --cited_in_order %}
</div>
</div>
{% endif %}

{% if site.related_blog_posts.enabled %}
{% if page.related_posts == null or page.related_posts %}
{% include related_posts.liquid %}
<div class="post-related">
{% include related_posts.liquid %}
</div>
{% endif %}
{% endif %}

Expand Down
4 changes: 2 additions & 2 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ profile:
image: pictures/generated_headshot.jpeg
image_circular: false # crops the image to make it circular
more_info: > #
<p><a href="mailto:asboyer.com@gmail.com">asboyer<span id="link-text">.</span>com<span id="link-text">@</span>gmail<span id="link-text">.</span>com<a/></p>
<p>Computer Science, B.S.</p>
<p><span class="email-copy" data-eu="asboyer" data-ed="gmail.com" style="font-size: 0.85rem;"><span class="email-text">asboyer</span><span class="email-sep"> [at] </span><span class="email-text">gmail</span><span class="email-sep"> [dot] </span><span class="email-text">com</span></span></p>
<p style="font-size: 0.85rem;">Computer Science, B.S.</p>

news: true # includes a list of news items
latest_posts: true # includes a list of the newest posts
Expand Down
Loading