$(init 0)

This commit is contained in:
2026-05-03 20:15:45 +05:30
parent f1c0e54c93
commit c1cc730fe3
4 changed files with 229 additions and 232 deletions
-1
View File
@@ -22,7 +22,6 @@ feed_filenames = ['rss.xml']
author = "Coolans" author = "Coolans"
[markdown] [markdown]
highlight_code = true
# Whether external links are to be opened in a new tab # Whether external links are to be opened in a new tab
# If this is true, a `rel="noopener"` will always automatically be added for security reasons # If this is true, a `rel="noopener"` will always automatically be added for security reasons
+12 -15
View File
@@ -2,7 +2,7 @@
title = "Anime Tracker" title = "Anime Tracker"
description = "Comprehensive list of anime I've watched with season progress." description = "Comprehensive list of anime I've watched with season progress."
date = 2025-06-08 date = 2025-06-08
updated = 2025-08-23 updated = 2026-05-03
+++ +++
{{ subheading(text="Currently Watching / Tracking") }} {{ subheading(text="Currently Watching / Tracking") }}
@@ -10,14 +10,7 @@ updated = 2025-08-23
{{ table( {{ table(
heading=["Name", "Current Season", "Status"], heading=["Name", "Current Season", "Status"],
rows=[ rows=[
["Gintama", "3", "Watching"], ["Gintama", "5", "Watching"],
["Grand Blue", "2", "Watching"],
["Seishun Buta Yarou wa Santa Claus no Yume wo Minai (Bunny girl senpai sequel)", "2", "Watching"],
["Sono Bisque Doll wa Koi wo Suru", "2", "Watching"],
["Kanojo, Okarishimasu", "4", "Watching"],
["One Punch Man", "3", "Airing in Fall 2025 (oct-dec)"],
["Spy x Family", "3", "Airing in Fall 2025 (oct-dec)"],
["Boku no Hero Academia FINAL SEASON", "8", "Airing in Fall 2025 (oct-dec)"],
["Fairy Tail: 100 Years Quest", "1", "Airing Paused"], ["Fairy Tail: 100 Years Quest", "1", "Airing Paused"],
] ]
) }} ) }}
@@ -49,7 +42,7 @@ updated = 2025-08-23
["Black clover", "1"], ["Black clover", "1"],
["Nakaimo", "1"], ["Nakaimo", "1"],
["One punch man", "3"], ["One punch man", "3"],
["Boku no hero academia", "7"], ["Boku no hero academia", "8"],
["Nisekoi", "2"], ["Nisekoi", "2"],
["Aho girl", "1"], ["Aho girl", "1"],
["Mayo chiki", "1"], ["Mayo chiki", "1"],
@@ -96,7 +89,7 @@ updated = 2025-08-23
["Nourin", "1"], ["Nourin", "1"],
["Maoyuu maou yuusha", "1"], ["Maoyuu maou yuusha", "1"],
["How not to summon a demon lord", "2"], ["How not to summon a demon lord", "2"],
["Grand blue", "1"], ["Grand blue", "2"],
["Daily lives of high school boys", "1"], ["Daily lives of high school boys", "1"],
["Noucome", "1"], ["Noucome", "1"],
["Barakamon (handa-kun)", "2"], ["Barakamon (handa-kun)", "2"],
@@ -117,7 +110,7 @@ updated = 2025-08-23
["Renai bokuen", "1"], ["Renai bokuen", "1"],
["ryuuou no oshigoto", "1"], ["ryuuou no oshigoto", "1"],
["Gonna be the twin tail", "1"], ["Gonna be the twin tail", "1"],
["Marimashita! Iruma kun", "3"], ["Marimashita! Iruma kun", "4"],
["carnival phantasm", "1"], ["carnival phantasm", "1"],
["undefeated bahamut chronicle", "1"], ["undefeated bahamut chronicle", "1"],
["Shinchou yuusha", "1"], ["Shinchou yuusha", "1"],
@@ -170,13 +163,13 @@ updated = 2025-08-23
["unbreakable machine doll", "1"], ["unbreakable machine doll", "1"],
["zero no tsukaima", "4"], ["zero no tsukaima", "4"],
["walkure romance", "1"], ["walkure romance", "1"],
["Reincarnated as slime", "3"], ["Reincarnated as slime", "4"],
["the demon girl next door", "2"], ["the demon girl next door", "2"],
["cells at work", "2"], ["cells at work", "2"],
["angel beats", "1"], ["angel beats", "1"],
["Dokyuu Hentai HxEros", "1"], ["Dokyuu Hentai HxEros", "1"],
["Peter Grill to Kenja no Jikan", "2"], ["Peter Grill to Kenja no Jikan", "2"],
["Kanojo Okarishimasu", "2"], ["Kanojo Okarishimasu", "5"],
["uzaki-chan wa asobitai", "2"], ["uzaki-chan wa asobitai", "2"],
["Maou Gakuin no Futekigousha", "2"], ["Maou Gakuin no Futekigousha", "2"],
["Monster Musume no Oisha-san", "1"], ["Monster Musume no Oisha-san", "1"],
@@ -207,7 +200,7 @@ updated = 2025-08-23
["plastic nee-san", "1"], ["plastic nee-san", "1"],
["megami-ryou no ryoubu-kun", "1"], ["megami-ryou no ryoubu-kun", "1"],
["Senpai ga Urusai Kouhai no Hanashi", "1"], ["Senpai ga Urusai Kouhai no Hanashi", "1"],
["My dress up darling", "1"], ["My dress up darling", "2"],
["Aharen-san wa Hakarenai", "2"], ["Aharen-san wa Hakarenai", "2"],
["Fuuka", "1"], ["Fuuka", "1"],
["Koi to senkyo to chocolate", "1"], ["Koi to senkyo to chocolate", "1"],
@@ -218,6 +211,10 @@ updated = 2025-08-23
["Spy x family", "2"], ["Spy x family", "2"],
["Megami no cafe terrace", "2"], ["Megami no cafe terrace", "2"],
["Uchi no Kaisha no Chiisai Senpai no Hanashi", "1"], ["Uchi no Kaisha no Chiisai Senpai no Hanashi", "1"],
["You're Being Summoned, Azazel", "2"],
["Seishun Buta Yaro", "2"],
["Haite Kudasai, Takamine-san", "1"], ["Haite Kudasai, Takamine-san", "1"],
["Maou no Musume wa Yasashisugiru", "2"],
["Mashle", "2"],
] ]
) }} ) }}
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"scripts": { "scripts": {
"build": "NODE_ENV=production npx tailwindcss -i ./tailwind.css -o static/main.css --minify", "build": "NODE_ENV=production npx tailwindcss -i ./tailwind.css -o static/main.css --minify",
"watch": "npx tailwindcss -i ./tailwind.css -o static/main.css --watch" "dev": "npx tailwindcss -i ./tailwind.css -o static/main.css --watch"
}, },
"dependencies": { "dependencies": {
"@tailwindcss/cli": "^4.1.7", "@tailwindcss/cli": "^4.1.7",
+15 -14
View File
@@ -1,14 +1,11 @@
{% extends "base.html" %} {% extends "base.html" %} {% block title %}Home{% endblock title %} {% block
head_extra %}
{% block title %}Home{% endblock title %} <meta name="description" content="Coolans Portfolio and Blog Website." />
{% endblock head_extra %} {% block content %}
{% block head_extra %}
<meta name="description" content="Coolans Portfolio and Blog Website.">
{% endblock head_extra %}
{% block content %}
<h1 class="text-4xl md:text-5xl font-extrabold leading-tight text-center"> <h1 class="text-4xl md:text-5xl font-extrabold leading-tight text-center">
HI <br> I'm Tanveer Ahmed Ansari <br>Full Stack Developer & Self-Taught SysAdmin. HI <br />
I'm Tanveer Ahmed Ansari <br />Full Stack Laravel Developer & Self-Taught
SysAdmin.
</h1> </h1>
<p class="mt-6 text-lg text-gray-300 text-center"> <p class="mt-6 text-lg text-gray-300 text-center">
@@ -44,7 +41,11 @@
stroke="currentColor" stroke="currentColor"
stroke-width="2" stroke-width="2"
> >
<path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" /> <path
stroke-linecap="round"
stroke-linejoin="round"
d="M9 5l7 7-7 7"
/>
</svg> </svg>
</a> </a>
</div> </div>
@@ -110,7 +111,7 @@
const decoded = atob(encoded); const decoded = atob(encoded);
if (!decoded.startsWith('http')) { if (!decoded.startsWith("http")) {
link.href = `#`; link.href = `#`;
link.textContent = decoded; link.textContent = decoded;
return; return;
@@ -118,8 +119,8 @@
link.href = decoded; link.href = decoded;
const trimmed = decoded.endsWith('/') ? decoded.slice(0, -1) : decoded; const trimmed = decoded.endsWith("/") ? decoded.slice(0, -1) : decoded;
const parts = trimmed.split('/'); const parts = trimmed.split("/");
const lastSegment = parts[parts.length - 1] || decoded; const lastSegment = parts[parts.length - 1] || decoded;
link.textContent = lastSegment; link.textContent = lastSegment;
}); });