https://github.com/stormwarning/dharma-sqsp
A Squarespace development starting environment
https://github.com/stormwarning/dharma-sqsp
Last synced: about 1 year ago
JSON representation
A Squarespace development starting environment
- Host: GitHub
- URL: https://github.com/stormwarning/dharma-sqsp
- Owner: stormwarning
- Created: 2015-09-24T20:37:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-27T02:00:57.000Z (over 10 years ago)
- Last Synced: 2025-02-13T15:40:34.679Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ॐ
## Teach me how to Squarespace.
Clone this into the root of your project repo.
```shell
$ git clone https://github.com/stormwarning/dharma-sqsp.git
```
Style and JavaScript source can live in `/source`, as well as images and fonts.
Edit the template files inside `/squarespace`.
```shell
$ npm install
```
With `gulp` and `node-squarespace-server` installed, we can work locally, and deploy to Squarespace with git. First, edit the `server` values in `template.conf`, then:
```shell
$ sqs server --reload
```
See [node-squarespace-server][node-sqsp] for more details on running the local server.
[node-sqsp]: https://github.com/NodeSquarespace/node-squarespace-server
To deploy up to Squarespace servers, it's easy!
```shell
$ gulp deploy
```