Compare commits

..

No commits in common. "dfbc2f7264e441e3c95e0fef33f326d8a395926e" and "6c38a5034e031ef412af50e41a736a2142674f58" have entirely different histories.

2 changed files with 9 additions and 9 deletions

View file

@ -2,25 +2,25 @@
{
"title": "blog humble beginnings",
"url": "https://git.xargana.tr/glitchy/blog/src/branch/main/blog_init.md",
"last_commit": "blog_init",
"commit_date": "2025-05-18T11:18:17Z"
"last_commit": "uncommitted or no history",
"commit_date": "unknown"
},
{
"title": "security is annoying",
"url": "https://git.xargana.tr/glitchy/blog/src/branch/main/security_is_annoying.md",
"last_commit": "sec is annoying update",
"commit_date": "2025-05-18T12:44:57Z"
"last_commit": "uncommitted or no history",
"commit_date": "unknown"
},
{
"title": "i dont really like school",
"url": "https://git.xargana.tr/glitchy/blog/src/branch/main/school_shit.md",
"last_commit": "school",
"commit_date": "2025-05-19T14:59:09Z"
"last_commit": "uncommitted or no history",
"commit_date": "unknown"
},
{
"title": "twitter with an identity crisis",
"url": "https://git.xargana.tr/glitchy/blog/src/branch/main/mastodon_yap.md",
"last_commit": "added yapping",
"commit_date": "2025-05-18T23:38:06+02:00"
"last_commit": "uncommitted or no history",
"commit_date": "unknown"
}
]

View file

@ -14,7 +14,7 @@ def get_local_path_from_url(url):
try:
idx = parts.index("main")
relpath = "/".join(parts[idx + 1:])
return f"{relpath}"
return f"blog/{relpath}"
except ValueError:
return None