diff --git a/src/consts.ts b/src/consts.ts index 48ea9e1..16f2434 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -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'; \ No newline at end of file +export const VERSION = 'Quivering-Quacks'; \ No newline at end of file diff --git a/src/content/blog/002-quivering-quacks.md b/src/content/blog/002-quivering-quacks.md deleted file mode 100644 index 1f4a57e..0000000 --- a/src/content/blog/002-quivering-quacks.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Quivering Quacks -description: Cozy 0.3.2 Updates! -pubDate: 'Aug 16 2024' ---- - - diff --git a/src/content/blog/001-building-a-cozy-web.md b/src/content/blog/01-building-a-cozy-web.md similarity index 100% rename from src/content/blog/001-building-a-cozy-web.md rename to src/content/blog/01-building-a-cozy-web.md diff --git a/src/content/drafts/02-meta-1.md b/src/content/drafts/02-meta-1.md new file mode 100644 index 0000000..2d5d404 --- /dev/null +++ b/src/content/drafts/02-meta-1.md @@ -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. + diff --git a/src/content/drafts/quivering-quacks.md b/src/content/drafts/quivering-quacks.md new file mode 100644 index 0000000..288a9cc --- /dev/null +++ b/src/content/drafts/quivering-quacks.md @@ -0,0 +1,11 @@ +--- +title: Quivering Quacks +description: Cozy 0.3.2 Updates! +pubDate: 'Aug 19 2024' +--- + + + +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., ). \ No newline at end of file