diff --git a/README.md b/README.md index 4545614..e1f38ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!IMPORTANT] -> ...aaaaaand we're back: [cozy.ayco.io](https://cozy.ayco.io) +> ...aaaaaand we're back: [cozy.pub](https://cozy.pub) > -ayo

Cozy

@@ -17,7 +17,7 @@ Visiting websites in this 'modern' time is a paradox: standard Web technologies are better but most commercial websites are pretty terrible--not only because misinformation abounds online, but also because of Big Tech's personal data farming that puts us all at a disadvantage. -[**Cozy**](https://cozy.ayco.io) addresses this by putting people first by default: no tracking cookies will ever get into your browser, pay the minimum bandwidth to get information you need, and save everything on your browser for accessing them again later offline. +[**Cozy**](https://cozy.pub) addresses this by putting people first by default: no tracking cookies will ever get into your browser, pay the minimum bandwidth to get information you need, and save everything on your browser for accessing them again later offline. With Cozy: *The Web is Yours.* @@ -55,7 +55,7 @@ It's simple. When you open an article and want to turn it into a more cozy readi A bookmarklet could run a script to open the current page for you on ~~Cozy~~. You can create this new bookmark titled 'Get cozy!' and put the following as value for the URL: ``` -javascript:(function(){ window.open('https://cozy.ayco.io/?url=%27 + window.location.href, %27_self%27); })(); +javascript:(function(){ window.open('https://cozy.pub/?url=%27 + window.location.href, %27_self%27); })(); ``` This is possible on all major browsers, including Safari on iOS (where I personally use this often). Some screenshots: @@ -72,9 +72,9 @@ It doesn't exist yet... I'll probably get to creating a browser extension at som We are thankful for all the building blocks provided by the following projects: 1. [Astro](https://www.npmjs.com/package/astro) for our server-side rendering framework 1. [@ayco/astro-resume](https://ayco.io/n/@ayco/astro-resume) for communicating necessary data from server to client -1. [@ayco/astro-sw](https://ayco.io/n/@ayco/astro-sw) for taking app's service worker, and injecting needed dynamic assets & variables (simple, and dev's retain control) +1. [@ayco/astro-sw](https://ayco.io/n/@ayco/astro-sw) for taking app's service worker, and injecting needed dynamic assets & variables 1. [@extractus/article-extractor](https://www.npmjs.com/package/@extractus/article-extractor) for the amazing scraping of articles -1. [astro-iconify](https://www.npmjs.com/package/astro-iconify) for easily icon-sets in [iconify](https://icon-sets.iconify.design/) +1. [astro-iconify](https://www.npmjs.com/package/astro-iconify) for easily using icon-sets in [iconify](https://icon-sets.iconify.design/) 1. [sass](https://www.npmjs.com/package/sass) for some nested styling 1. [ultrahtml](https://www.npmjs.com/package/ultrahtml) for any cleanup and transformation we do on the received article content 1. [fastify](https://fastify.dev/) for our production server and [nginx](https://nginx.org/) as reverse proxy diff --git a/astro.config.mjs b/astro.config.mjs index 8d118f6..d716acb 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -9,7 +9,7 @@ import {VERSION} from './src/consts'; // https://astro.build/config export default defineConfig({ output: "hybrid", - site: "https://cozy.ayco.io/", + site: "https://cozy.pub/", adapter: node({ mode: "middleware" }), diff --git a/index.html b/index.html index 6a59d5b..78985c8 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,6 @@

Cozy!

- Coming back sooon-ish! + Coming back sooon-ish! diff --git a/package.json b/package.json index 75209e4..709baaf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "engines": { "node": ">=18.0.0" }, - "homepage": "https://ayco.io/gh/cozy", + "homepage": "https://cozy.pub", "scripts": { "start": "astro dev", "build": "astro build", diff --git a/src/content/blog/01-building-a-cozy-web.md b/src/content/blog/01-building-a-cozy-web.md index 038b3b2..4331b79 100644 --- a/src/content/blog/01-building-a-cozy-web.md +++ b/src/content/blog/01-building-a-cozy-web.md @@ -13,7 +13,7 @@ Do you sometimes wish you can have a consistent experience when opening articles Ah, well you're not alone. 🤣 -This is exactly why I started [**Cozy** 🧸](https://cozy.ayco.io/). +This is exactly why I started [**Cozy** 🧸](https://cozy.pub/). It's a simple web page that can make any web page content-focused! 🎉 @@ -44,7 +44,7 @@ Basically you can have a button there beside your other bookmarks that will open You can create this new bookmark titled 'Get cozy!' and put the following as value for the URL: ```js -javascript:(function(){ window.open('https://cozy.ayco.io/?url=%27 + window.location.href, %27_self%27); })(); +javascript:(function(){ window.open('https://cozy.pub/?url=%27 + window.location.href, %27_self%27); })(); ``` This is possible on all major browsers, including Safari on iOS (where I personally use this often). Some screenshots: diff --git a/src/content/drafts/quivering-quacks.md b/src/content/drafts/quivering-quacks.md index 288a9cc..6794d21 100644 --- a/src/content/drafts/quivering-quacks.md +++ b/src/content/drafts/quivering-quacks.md @@ -8,4 +8,4 @@ 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., ). \ No newline at end of file +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.pub/?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