VS Code | Visual Studio Code
Setup HubSpot CMS config - DELETE?
In VS Code terminal: Because... the below code will pull from Hubspot and add the CLI language t...
Creating website templates | Basic
Templates and themes are not the same. A theme has a layout for a page that is used in multiple p...
Install HubSpot CLI into folder
Create a folder where your website/demo will live. Because... the below code will pull from Hubsp...
Upload from VScode to HubSpot account
Syntax:npx hs upload <local/file> <destination/hubspot/location> npx hs upload test-theme test...
Install Node.js and NPM
Install Node.js as you would any other software. Do a general install to your computer. Refer...
Download a theme from HubSpot
How to download theme: You will first need to find the theme that you want from HubSpots theme a...
Create HubSpot Theme | Boilerplate
In terminal run <npx @hubspots/account/location /your/locate/saveto/location> npx @hubspot...
Download from HubSpot account to VScode
Syntax:npx hs download <destination/hubspot/location> <local/file> npx hs fetch hs/locati...