feat(blog): new draft posts
This commit is contained in:
parent
cc5f145ff0
commit
d66845cb30
5 changed files with 36 additions and 11 deletions
|
@ -6,5 +6,4 @@ export const SITE_AUTHOR_MASTODON = 'https://social.ayco.io/@ayo';
|
|||
export const SITE_PROJECT_REPO = 'https://github.com/ayoayco/Cozy';
|
||||
export const SITE_DESCRIPTION = 'The Web is Yours.';
|
||||
|
||||
// export const VERSION = 'Quivering-Quacks';
|
||||
export const VERSION = 'Purple-Pizza';
|
||||
export const VERSION = 'Quivering-Quacks';
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: Quivering Quacks
|
||||
description: Cozy 0.3.2 Updates!
|
||||
pubDate: 'Aug 16 2024'
|
||||
---
|
||||
|
||||
<!--
|
||||
New features since Jun 1 2023 -- 😄
|
||||
-->
|
24
src/content/drafts/02-meta-1.md
Normal file
24
src/content/drafts/02-meta-1.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
title: A Blog About the Blog About Cozy
|
||||
description: Blogging about what the blog about Cozy is all about
|
||||
pubDate: 'Aug 16 2024'
|
||||
---
|
||||
|
||||
About a year ago, I briefly wrote [about Cozy on my personal blog](https://ayos.blog/building-a-cozy-web). I typically aim to do that every time I have a new hobby project to describe the motivations and enumerate the different tech that went into its creation.
|
||||
|
||||
At the time, Cozy was just another fun weekend project I built as I played around some web development techniques that were new to me. I listed some libraries I used, like [@extractus/article-extractor](https://www.npmjs.com/package/@extractus/article-extractor) and [Astro](https://astro.build), and vaguely mentioned the process that happens when you use the web app.
|
||||
|
||||
Since then, I've been using Cozy almost every time I read an article online. I have come to love the feeling of control, privacy, and ownership it gives -- something we have lost in almost all "modern" online experiences nowadays.
|
||||
|
||||
You visit a news website, for example, and you just know the content are mostly just a bait
|
||||
|
||||
|
||||
Browsers are not helping. AI
|
||||
|
||||
Having a web page let's me skip all the noise that plague almost all modern websites
|
||||
|
||||
|
||||
[Astro's on-demand rendering](https://docs.astro.build/en/guides/server-side-rendering/) and [JavaScript's Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache)
|
||||
|
||||
The goal for this site is to have a place where I publish about the new features of the [web app](/) and the web development techniques used to achieve them.
|
||||
|
11
src/content/drafts/quivering-quacks.md
Normal file
11
src/content/drafts/quivering-quacks.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Quivering Quacks
|
||||
description: Cozy 0.3.2 Updates!
|
||||
pubDate: 'Aug 19 2024'
|
||||
---
|
||||
|
||||
<!--
|
||||
New features since Jun 1 2023 -- 😄
|
||||
-->
|
||||
|
||||
Ideally, I will have a post for each new app version deployed--for which I decided to do a naming convention: two words that [alliterate](https://cozy.ayco.io/?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FAlliteration), the first one being an adjective and the second a noun (e.g., <CurrentVersion />).
|
Loading…
Reference in a new issue