Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 682 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 682 Bytes

Squarespace templates for CALeDNA

Reasons for using a custom template.

  • Install Bootstrap so the Squarespace pages looks like the Rails data portal.
  • Add a full width layout on the homepage.

Getting started

  1. Install squarespace server.
npm install -g @squarespace/server
  1. Clone this repo.

  2. Start server.

squarespace-server https://<site-name>.squarespace.com

See Squarespace Local Development for more info.

Updating site

  1. Make edits to the files in this repo and commit the changes.
  2. Push to squarespace.
git push squarespace
  1. The live site is updated.