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
55 changes: 0 additions & 55 deletions .all-contributorsrc

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
deploy:
# available images: https://github.com/actions/runner-images#available-images
runs-on: ubuntu-latest
env:
MY_ID: ${{ secrets.GoogleID }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v6
Expand Down
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ vendor
.venv
.idea

# Draft blog posts and their assets — move to _posts/ and remove
# these entries when ready to publish
_drafts/
assets/img/blogs/
assets/img/svg/
assets/posts/


CLAUDE.md
18 changes: 18 additions & 0 deletions _books/book_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: book-review
title: The Godfather
author: Mario Puzo
olid: OL43499941M # use Open Library ID to fetch cover (if no local `cover` is provided)
isbn: 7539967447 # use ISBN to fetch cover (if no `olid` is provided, dashes are optional)
cover: assets/img/book_covers/the_godfather.jpg # local cover image (optional)
categories: [classics, crime, historical-fiction, mystery, novels, thriller]
tags: [top-100]
buy_link: https://www.amazon.com/Godfather-Deluxe-Mario-Puzo/dp/0593542592
date: 2024-09-07 # set to finished date (or started date if still reading) — used for year grouping
started: 2024-08-23
finished: 2024-09-07
released: 1969
stars: 5
goodreads_review: 6318556633
status: Finished
---
31 changes: 7 additions & 24 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ collections:
output: true
permalink: /projects/:path/

# books:
# output: true
# permalink: /books/:path/

Comment on lines +147 to +150
announcements:
enabled: true
scrollable: true # adds a vertical scroll bar if there are more than 3 news items
Expand Down Expand Up @@ -266,8 +270,8 @@ jekyll-archives:

scholar:

last_name: [Einstein]
first_name: [Albert, A.]
last_name: [Allian]
first_name: [Farhad, F.]

style: apa
locale: en
Expand Down Expand Up @@ -399,27 +403,6 @@ d3:
js: "https://cdn.jsdelivr.net/npm/d3@{{version}}/dist/d3.min.js"
version: "7.8.5"

# -----------------------------------------------------------------------------
# Get external JSON data
# -----------------------------------------------------------------------------

jekyll_get_json:
- data: resume
json: assets/json/resume.json # it can also be an url
jsonresume:
- basics
- work
- education
- publications
- projects
- volunteer
- awards
- certificates
- skills
- languages
- interests
- references

# -----------------------------------------------------------------------------
# Distill Template Settings
# -----------------------------------------------------------------------------
Expand All @@ -430,4 +413,4 @@ journal:
author: Farhad Allian

github:
repository_ur: https://github.com/f-allian/f-allian.github.io/issues
repository_url: https://github.com/f-allian/f-allian.github.io/issues
13 changes: 0 additions & 13 deletions _includes/disqus.html

This file was deleted.

2 changes: 1 addition & 1 deletion _includes/giscus.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
Object.entries(giscusAttributes).forEach(([key, value]) => giscusScript.setAttribute(key, value));
document.getElementById("giscus_thread").appendChild(giscusScript);
</script>
<noscript>Please enable JavaScript to view the <a href="http://giscus.app/?ref_noscript">comments powered by giscus.</a></noscript>
<noscript>Please enable JavaScript to view the <a href="https://giscus.app/?ref_noscript">comments powered by giscus.</a></noscript>
</div>
10 changes: 9 additions & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
<link rel="dns-prefetch" href="https://unpkg.com">

{% unless page.url == "/" %}
<meta name="robots" content="noindex">
{% endunless %}
Comment on lines +8 to +10

{% if page.url == "/" or page.title == "About" %}
<link rel="preload" as="image" href="{{ '/assets/img/prof_pic-480-v1.webp' | relative_url }}" imagesrcset="{{ '/assets/img/prof_pic-480-v1.webp' | relative_url }} 480w, {{ '/assets/img/prof_pic-800-v1.webp' | relative_url }} 800w, {{ '/assets/img/prof_pic-1400-v1.webp' | relative_url }} 1400w" imagesizes="(max-width: 480px) 480px, (max-width: 800px) 800px, 1400px" type="image/webp" fetchpriority="high">
{% endif %}
Expand Down Expand Up @@ -34,6 +38,10 @@
<link rel="preload" href="https://cdn.jsdelivr.net/npm/academicons@{{ site.academicons.version }}/css/academicons.min.css" as="style" onload="this.rel='stylesheet'" integrity="{{ site.academicons.integrity }}" crossorigin="anonymous">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/academicons@{{ site.academicons.version }}/css/academicons.min.css" integrity="{{ site.academicons.integrity }}" crossorigin="anonymous"></noscript>

<!-- Tabler Icons -->
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.20.0/dist/tabler-icons.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'" crossorigin="anonymous">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@3.20.0/dist/tabler-icons.min.css" crossorigin="anonymous"></noscript>

<link rel="preload" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Roboto+Slab:wght@100;300;400;500;700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Roboto+Slab:wght@100;300;400;500;700&display=swap"></noscript>

Expand All @@ -43,7 +51,7 @@

{% if page.toc and page.toc.sidebar %}
<!-- Sidebar Table of Contents -->
<link href="https://cdn.rawgit.com/afeld/bootstrap-toc/v1.0.1/dist/bootstrap-toc.min.css" rel="stylesheet" />
<link href="{{ '/assets/css/bootstrap-toc.min.css' | relative_url }}" rel="stylesheet">
{% endif %}

<!-- Styles -->
Expand Down
23 changes: 0 additions & 23 deletions _includes/resume/awards.html

This file was deleted.

23 changes: 0 additions & 23 deletions _includes/resume/basics.html

This file was deleted.

31 changes: 0 additions & 31 deletions _includes/resume/certificates.html

This file was deleted.

51 changes: 0 additions & 51 deletions _includes/resume/education.html

This file was deleted.

29 changes: 0 additions & 29 deletions _includes/resume/interests.html

This file was deleted.

Loading