this post was submitted on 27 Oct 2023
13 points (100.0% liked)

Programming

13226 readers
1 users here now

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.

founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] GammaGames@beehaw.org 1 points 11 months ago (1 children)

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

[–] MJBrune@beehaw.org 3 points 11 months ago* (last edited 11 months ago) (1 children)

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?

[–] GammaGames@beehaw.org 1 points 11 months ago

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