13
How to add hard-coded website to square space?
(beehaw.org)
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.
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?
Good point! I rarely use plain static pages, there’s usually some templating involved if I’m going through GH pages.