added neodb and a newline in blogs

This commit is contained in:
DeaDvey 2025-02-18 18:19:10 +00:00
parent 76f53bcf0d
commit bb472cd1fc
3 changed files with 2 additions and 1996 deletions

View File

@ -20,7 +20,7 @@ for tag in tags:
with open(f"{blog_index_path}/{file_name}.{file_extension}", "w") as blog_tag_file: with open(f"{blog_index_path}/{file_name}.{file_extension}", "w") as blog_tag_file:
blog_tag_file.write(f"{header.header}") blog_tag_file.write(f"{header.header}")
if tag == "index": if tag == "index":
blog_tag_file.write(f"<a href='/rss'>RSS Feed</a><br/><a href='https://mastodon.tuxcord.net/@blog@deadvey.com'>@blog@deadvey.com (Activity Pub Feed)</a><br/>") blog_tag_file.write(f"<a href='/rss'>RSS Feed</a><br/><a href='https://mastodon.tuxcord.net/@blog@deadvey.com'>@blog@deadvey.com (Activity Pub Feed)</a><br/><br/>")
if tag != "index": if tag != "index":
blog_tag_file.write(f"<u><b>{tag}:</b></u><br/>") blog_tag_file.write(f"<u><b>{tag}:</b></u><br/>")
for current_blog in range(len(blogs.blogs_array)-1, -1, -1): # eg 50 - 0 for current_blog in range(len(blogs.blogs_array)-1, -1, -1): # eg 50 - 0

View File

@ -15,6 +15,7 @@
<hr/> <hr/>
Matrix: @deadvey:matrix.org Matrix: @deadvey:matrix.org
Mastodon: <a href="https://mastodon.tuxcord.net/@deadvey">@deadvey@mastodon.tuxcord.net</a> Mastodon: <a href="https://mastodon.tuxcord.net/@deadvey">@deadvey@mastodon.tuxcord.net</a>
NeoDB: <a href="https://neodb.deadvey.com/users/DeaDvey/">@DeaDvey@neodb.deadvey.com</a>
IRC network: <a href="irc://irc.tuxcord.net">irc.tuxcord.net</a> IRC network: <a href="irc://irc.tuxcord.net">irc.tuxcord.net</a>
Email: <a href="mailto:email@deadvey.com">email@deadvey.com</a> Email: <a href="mailto:email@deadvey.com">email@deadvey.com</a>
</pre> </pre>

File diff suppressed because one or more lines are too long