chore: update domain to cozy.pub

This commit is contained in:
Ayo Ayco 2024-09-01 11:01:32 +02:00
parent 0299d732dc
commit 7f97bd8287
6 changed files with 11 additions and 11 deletions

View file

@ -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
<h1 align="center">Cozy</h1>
@ -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

View file

@ -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"
}),

View file

@ -18,6 +18,6 @@
</head>
<body>
<h1>Cozy!</h1>
<a href="https://ayco.io/gh/cozy">Coming <em>back</em> sooon-ish!</a>
<a href="https://cozy.pub">Coming <em>back</em> sooon-ish!</a>
</body>
</html>

View file

@ -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",

View file

@ -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:

View file

@ -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., <CurrentVersion />).
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., <CurrentVersion />).