I have a couple sites on Google and since they sold to square space I thought I’d try to keep my stuff there. But I can’t figure it out. Square space is a site builder with a GUI and I can’t find anywhere to just deploy my site to them as a react app. I have found a few areas where I can add some code, but they are for specific areas of the provided templates. I’ve even tried to use developer mode, but it looks like you still need to follow their template rules to get anywhere.

It’s been a huge headache, Google made it so easy.

Can’t comment on square space, but you could maybe try firebase (google), github pages, or netlify as alternatives?

Gamma
link
fedilink
English
21Y

You can (or at least could ~5 years ago) easily serve a static site through an s3 bucket

@MJBrune@beehaw.org
link
fedilink
English
31Y

Now you can just host static websites for free on gitlab/github.

Gamma
link
fedilink
English
11Y

True, though I think GutHub does need a paid account if you want the repo to be private

@MJBrune@beehaw.org
link
fedilink
English
3
edit-2
1Y

Yeah, I mean if it’s a static website unless it’s using a generator, the source is accessible by just visiting the website. So having it public shouldn’t matter too much, right? Even if it’s using a generator, it’s not like what you are writing is secret. That said I use GitLab and Hugo on a private repo. I have no reason to make it public and all the highly experienced web developers told me it simply doesn’t need to be public so why make it public?

Gamma
link
fedilink
English
11Y

Good point! I rarely use plain static pages, there’s usually some templating involved if I’m going through GH pages.

Yoruio
link
fedilink
11Y

netlify is amazing for static sites.

@catacomb@beehaw.org
link
fedilink
English
21Y

Just to throw out another one, there’s also Cloudflare Pages.

reric88🧩
creator
link
fedilink
11Y

I actually started looking at firebase today. I’m confused by it, but that’s the case with everything new to me.

You’ll want to create a new firebase project, install the firebase CLI on your computer and then use the CLI to: login to firebase, select the project you created, and then using the CLI run firebase deploy wherever your code is. That should use firebase “hosting” to serve your static files.

I find Google Cloud’s documentation extremely confusing (including firebase), so you’re not alone on that front. Took a lot of searching & troubleshooting to finally get my setup working as I intended.

Create a post

All things programming and coding related. Subcommunity of Technology.


This community’s icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

  • 1 user online
  • 7 users / day
  • 7 users / week
  • 14 users / month
  • 121 users / 6 months
  • 1 subscriber
  • 296 Posts
  • 2.15K Comments
  • Modlog