4

Hi Stack Overflow community,

I'm a bit of a noob here (please be gentle) and wanted to ask how to upload HTML/CSS + Packages in bulk to my site.

I'm familiar with the code injection/CSS editor within Squarespace, but something doesn't seem to be working.

To summarize, I received a bunch of files and was requested to upload them to the website I manage. These files contain:

  • HTML (by page)
  • CSS (by page)
  • image files
  • index.html
  • Scripts file (which include .js & .php
  • sitemap.xml

That being said, I know there is a lot of referencing between these files and wanted to know the best route in incorporating these into my site?

Thanks so much!

Bones
  • 41
  • 3
  • Do you know if your website is in 'Developer Mode'? The out-of-the-box cms they provide restricts folder management until you switch to the 'Developer Mode'. [more info](https://support.squarespace.com/hc/en-us/articles/205815928-Adding-custom-HTML-CSS-and-JavaScript#toc-developer-mode) – doppler Dec 29 '17 at 18:46

1 Answers1

0

A quick way to upload multiple files is to use the (S)FTP protocol. You can use an FTP client such as FileZilla to upload files in bulk to your server.

However, I'm not quite sure if that's possible in your use case. Are you using Squarespace for your project? If so, it looks like you can use either Git or SFTP for file uploads. You'll need to have developer mode enabled for that, though.

I found this article that goes into uploading multiple files to Squarespace via their own upload system, does that help?

Nienke
  • 26
  • 3