AnalogStudiosRI / www.blissri.com

Website for BlissRI (formerly Blissfest)
https://www.blissri.com
0 stars 1 forks source link

Blissfest rebranding to BlissRI #1

Closed thescientist13 closed 6 months ago

thescientist13 commented 7 months ago

Summary

In an abundance of caution, the Blissfest organization has opted to rebrand the event as BlissRI to avoid any potential copyright / trademark issues with any existing events operating in the same space.

Details

The details of this will include:

  1. [x] Forking the repo from www.blissfestri.com -> www.blissri.com
  2. [x] Transfer all pre-existing projects / labels / milestones / etc
  3. [x] Setup Netlify + deploy previews + GitHub actions
  4. [x] Update website content / branding / socials / logos - https://github.com/AnalogStudiosRI/www.blissri.com/pull/5
  5. [x] Setup DNS to point to Netlify and verify propagation
  6. [x] ⚠️ Setup redirects from the old domain to the new domain - https://github.com/AnalogStudiosRI/www.blissfestri.com/pull/139
  7. [x] Backup / Cancel Setup Analytics
  8. [x] Update website backlinks / profiles
    • Facebook
    • Instagram
  9. [x] Setup 2023 archive sub domain under blissri.com
  10. [x] Transfer all pre-existing issues - https://github.com/AnalogStudiosRI/www.blissri.com/issues/1#issuecomment-2077691146
  11. [x] Transfer all WIP PRs / branches
  12. [x] Archive the old repository

Odds and Ends (fast follows)

  1. [x] Archive page DNS not working? - https://github.com/AnalogStudiosRI/www.blissri.com/issues/1#issuecomment-2077663143
  2. [x] cURL not showing new Location header (but browser works?) - splitting off to https://github.com/AnalogStudiosRI/www.blissri.com/issues/20
  3. [x] Change default branch? - documented it for now - https://github.com/AnalogStudiosRI/www.blissri.com/commit/5c036d412de52b3e454c2272a30f506a61e04f09
thescientist13 commented 6 months ago

DNS is still propagating, but it just popped up over HTTP 👀 http://blissri.com/

Screen Shot 2024-04-23 at 8 26 46 PM
thescientist13 commented 6 months ago

The redirect is working in the browser, but not via cURL for some reason?

➜  ~ curl -I http://www.blissfestri.com/
HTTP/1.1 301 Moved Permanently
Content-Type: text/plain; charset=utf-8
Date: Thu, 25 Apr 2024 15:31:17 GMT
Location: https://www.blissfestri.com/
Server: Netlify
X-Nf-Request-Id: 01HWAY3T771GQW8MD3NNA53XMZ
thescientist13 commented 6 months ago

So did the archive, and the app specific build URL looks good https://archive-2023--luxury-biscotti-4dd724.netlify.app

But DNS doesn't seem to be working, not sure if that also takes 24 hours https://2023.blissri.com/

Not sure if it's related to files already being built? Screen Shot 2024-04-25 at 12 11 10 PM


edit: and we are live!

Screen Shot 2024-04-25 at 12 38 05 PM
thescientist13 commented 6 months ago

A lot of the pre-existing issues are related to design aesthetics missed in the first launch, and since we plan a more robust rebrand for next year, I think these can be categorized as "good enough" for this year as well

thescientist13 commented 6 months ago

So at least with the old repo archived, it will at least prevent PRs from going through all the way, but the default is still the fork 🤷‍♂️ Screen Shot 2024-04-25 at 12 41 31 PM