Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Updating description and making title larger

+4 -4
+1 -1
src/components/layout/Header.astro
··· 5 5 6 6 <header> 7 7 <nav> 8 - <a href="/">{themeConfig.site.title}</a> 8 + <a href="/" style="font-size: large;">{themeConfig.site.title}</a> 9 9 <ThemeToggle /> 10 10 </nav> 11 11 </header>
+3 -3
src/content/about/about.md
··· 2 2 title: 'About' 3 3 --- 4 4 5 - Hi, I'm Anuj Ahooja. You may know me as [@quillmatiq](https://quillmatiq.com/) across the open social web. 5 + Hi, I'm Anuj Ahooja. You may know me as @quillmatiq on the [Atmosphere](https://bsky.app/profile/quillmatiq.com) and [Fediverse](https://mastodon.social/@quillmatiq), or from my work at [A New Social](https://anew.social). 6 6 7 - This blog is a space where I write essays about technology, mostly focused on the open social web and the human internet. 7 + augment is a space where I write essays about technology, mostly focused on the open social web and the human internet. 8 8 9 - If you're interested in keeping up, you can subscribe to it via email, rss, or (soon!) on atproto via standard.site. 9 + You can subscribe via [email](https://buttondown.com/augment), [rss](/rss), [atproto](), or [activitypub]().