mirror of
https://github.com/CoolnsX/my-website.git
synced 2026-06-17 07:22:11 +05:30
$(init 0)
This commit is contained in:
@@ -22,7 +22,6 @@ feed_filenames = ['rss.xml']
|
||||
author = "Coolans"
|
||||
|
||||
[markdown]
|
||||
highlight_code = true
|
||||
|
||||
# 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
|
||||
|
||||
+12
-15
@@ -2,7 +2,7 @@
|
||||
title = "Anime Tracker"
|
||||
description = "Comprehensive list of anime I've watched with season progress."
|
||||
date = 2025-06-08
|
||||
updated = 2025-08-23
|
||||
updated = 2026-05-03
|
||||
+++
|
||||
|
||||
{{ subheading(text="Currently Watching / Tracking") }}
|
||||
@@ -10,14 +10,7 @@ updated = 2025-08-23
|
||||
{{ table(
|
||||
heading=["Name", "Current Season", "Status"],
|
||||
rows=[
|
||||
["Gintama", "3", "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)"],
|
||||
["Gintama", "5", "Watching"],
|
||||
["Fairy Tail: 100 Years Quest", "1", "Airing Paused"],
|
||||
]
|
||||
) }}
|
||||
@@ -49,7 +42,7 @@ updated = 2025-08-23
|
||||
["Black clover", "1"],
|
||||
["Nakaimo", "1"],
|
||||
["One punch man", "3"],
|
||||
["Boku no hero academia", "7"],
|
||||
["Boku no hero academia", "8"],
|
||||
["Nisekoi", "2"],
|
||||
["Aho girl", "1"],
|
||||
["Mayo chiki", "1"],
|
||||
@@ -96,7 +89,7 @@ updated = 2025-08-23
|
||||
["Nourin", "1"],
|
||||
["Maoyuu maou yuusha", "1"],
|
||||
["How not to summon a demon lord", "2"],
|
||||
["Grand blue", "1"],
|
||||
["Grand blue", "2"],
|
||||
["Daily lives of high school boys", "1"],
|
||||
["Noucome", "1"],
|
||||
["Barakamon (handa-kun)", "2"],
|
||||
@@ -117,7 +110,7 @@ updated = 2025-08-23
|
||||
["Renai bokuen", "1"],
|
||||
["ryuuou no oshigoto", "1"],
|
||||
["Gonna be the twin tail", "1"],
|
||||
["Marimashita! Iruma kun", "3"],
|
||||
["Marimashita! Iruma kun", "4"],
|
||||
["carnival phantasm", "1"],
|
||||
["undefeated bahamut chronicle", "1"],
|
||||
["Shinchou yuusha", "1"],
|
||||
@@ -170,13 +163,13 @@ updated = 2025-08-23
|
||||
["unbreakable machine doll", "1"],
|
||||
["zero no tsukaima", "4"],
|
||||
["walkure romance", "1"],
|
||||
["Reincarnated as slime", "3"],
|
||||
["Reincarnated as slime", "4"],
|
||||
["the demon girl next door", "2"],
|
||||
["cells at work", "2"],
|
||||
["angel beats", "1"],
|
||||
["Dokyuu Hentai HxEros", "1"],
|
||||
["Peter Grill to Kenja no Jikan", "2"],
|
||||
["Kanojo Okarishimasu", "2"],
|
||||
["Kanojo Okarishimasu", "5"],
|
||||
["uzaki-chan wa asobitai", "2"],
|
||||
["Maou Gakuin no Futekigousha", "2"],
|
||||
["Monster Musume no Oisha-san", "1"],
|
||||
@@ -207,7 +200,7 @@ updated = 2025-08-23
|
||||
["plastic nee-san", "1"],
|
||||
["megami-ryou no ryoubu-kun", "1"],
|
||||
["Senpai ga Urusai Kouhai no Hanashi", "1"],
|
||||
["My dress up darling", "1"],
|
||||
["My dress up darling", "2"],
|
||||
["Aharen-san wa Hakarenai", "2"],
|
||||
["Fuuka", "1"],
|
||||
["Koi to senkyo to chocolate", "1"],
|
||||
@@ -218,6 +211,10 @@ updated = 2025-08-23
|
||||
["Spy x family", "2"],
|
||||
["Megami no cafe terrace", "2"],
|
||||
["Uchi no Kaisha no Chiisai Senpai no Hanashi", "1"],
|
||||
["You're Being Summoned, Azazel", "2"],
|
||||
["Seishun Buta Yaro", "2"],
|
||||
["Haite Kudasai, Takamine-san", "1"],
|
||||
["Maou no Musume wa Yasashisugiru", "2"],
|
||||
["Mashle", "2"],
|
||||
]
|
||||
) }}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"scripts": {
|
||||
"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": {
|
||||
"@tailwindcss/cli": "^4.1.7",
|
||||
|
||||
+15
-14
@@ -1,14 +1,11 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Home{% endblock title %}
|
||||
|
||||
{% block head_extra %}
|
||||
<meta name="description" content="Coolans Portfolio and Blog Website.">
|
||||
{% endblock head_extra %}
|
||||
|
||||
{% block content %}
|
||||
{% extends "base.html" %} {% block title %}Home{% endblock title %} {% 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">
|
||||
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>
|
||||
|
||||
<p class="mt-6 text-lg text-gray-300 text-center">
|
||||
@@ -44,7 +41,11 @@
|
||||
stroke="currentColor"
|
||||
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>
|
||||
</a>
|
||||
</div>
|
||||
@@ -110,7 +111,7 @@
|
||||
|
||||
const decoded = atob(encoded);
|
||||
|
||||
if (!decoded.startsWith('http')) {
|
||||
if (!decoded.startsWith("http")) {
|
||||
link.href = `#`;
|
||||
link.textContent = decoded;
|
||||
return;
|
||||
@@ -118,8 +119,8 @@
|
||||
|
||||
link.href = decoded;
|
||||
|
||||
const trimmed = decoded.endsWith('/') ? decoded.slice(0, -1) : decoded;
|
||||
const parts = trimmed.split('/');
|
||||
const trimmed = decoded.endsWith("/") ? decoded.slice(0, -1) : decoded;
|
||||
const parts = trimmed.split("/");
|
||||
const lastSegment = parts[parts.length - 1] || decoded;
|
||||
link.textContent = lastSegment;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user