content: edukia eguneratzen du

This commit is contained in:
2025-11-03 11:02:37 +01:00
parent e97bdbd55b
commit 3ceda1a752
10 changed files with 13 additions and 27 deletions

View File

@@ -3,7 +3,7 @@ const today = new Date();
---
<footer>
&copy; {today.getFullYear()} cassidoo. <a href="https://github.com/cassidoo/blahg">This blog is open source</a>! <3
{today.getFullYear()} aitor c. urrutia aranburu. <a href="https://github.com/txarli/txarli.dev">Blog honen kodea irekia da</a>! <3
</footer>
<style>
footer {

View File

@@ -12,9 +12,10 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
</div>
</header>
<nav>
<HeaderLink href="/">home</HeaderLink>
<HeaderLink href="/posts">posts</HeaderLink>
<HeaderLink href="https://cassidoo.co/newsletter">etc</HeaderLink>
<HeaderLink href="/">hasiera</HeaderLink>
<HeaderLink href="/posts">sarrerak</HeaderLink>
<HeaderLink href="/rss.xml">rss</HeaderLink>
<HeaderLink href="https://mastodon.eus/@txarli">mastodon</HeaderLink>
</nav>
<style>
h2 {

View File

@@ -2,7 +2,7 @@
const { tags, all } = Astro.props;
---
{all && <h3 class="tag-title">View posts by tag</h3>}
{all && <h3 class="tag-title">Ikusi postak etiketaren arabera</h3>}
<div class=`${all && "tags"}`>
{
tags &&

View File

@@ -1,2 +1,2 @@
export const SITE_TITLE = "Cassidy's blog template";
export const SITE_DESCRIPTION = "A blog template for you!";
export const SITE_TITLE = "txarli.dev";
export const SITE_DESCRIPTION = "Kaixo! Aitor naiz 🙋‍♂️";

View File

@@ -1,9 +1 @@
Welcome to this blog template by [cassidoo](https://cassidoo.co)!
It's using Astro and TinaCMS. You can [clone it on GitHub](https://github.com/cassidoo/blahg) to use it for yourself, and see how it works! I would _love_ if you told me when you do use it, I love seeing variations on it!
The tags at the bottom of the page are dynamically generated. The more tags you use, the more tags are added to the list! Posts are simple markdown files.
You should also check out [my newsletter](https://cassidoo.co/newsletter) or my [GitHub profile](https://github.com/cassidoo). Or don't. Follow your dreams.
Enjoy!
Ongi etorri nire webgunera.

View File

@@ -24,15 +24,9 @@ const tags = getTags(posts);
<br />
<h3>Here's my most recent posts</h3>
<h3>Honatx nire azken postak</h3>
<HomePosts allPosts={posts} />
<p class="center">
You can also <a href="https://blahg.netlify.app/rss.xml">
subscribe with RSS!
</a>
</p>
<br />
<Tags tags={tags} all />

View File

@@ -27,5 +27,4 @@ export const GET = () =>
}</updated>`,
};
}),
stylesheet: "/rss-styles.xsl",
});

View File

@@ -46,7 +46,7 @@ let sortedPosts = tag.sort(
<Header />
<main>
<content>
<h3>Posts tagged with "{currentTag}"</h3>
<h3>"{currentTag}" etiketa daukaten postak</h3>
<ul class="tags-list">
{
sortedPosts.map(