cms-theme-boilerplate
cms-theme-boilerplate copied to clipboard
A straight-forward starting point for building a great website on the HubSpot CMS
Add a basic QA checklist that goes over things to test when reviewing your theme (helpful for users who are new to marketplace and want to list their first theme).
**Is your feature request related to a problem? Please describe.** We currently don't include the locales folders and translations. Might make it hard to understand you can do that. **Describe...
I'm not sure if this would be best for the boilerplate wiki or our documentation but we should compile a list of some helpful workflow tips for building with HubSpot...
**Is your feature request related to a problem? Please describe.** Currently, if there are more than 5 pages available for blog posts, there isn't visual indication that there are more...
Add a new to GitHub wiki page similar to (https://github.com/TheWebTech/CrankShaft/wiki/New-to-Git-and-GitHub%3F)
**Is your feature request related to a problem? Please describe.** We currently required [link hover styles](https://developers.hubspot.com/docs/cms/marketplace-guidelines/theme-requirements#multi-language-support:~:text=Hyperlink%20color%20(a%20tags)%2C%20including%20hover%20styling%C2%A0) in the developer documentation but don't have a default theme setting in the fields.json....
**Types of change** - [ ] Bug fix (change which fixes an issue) - [ ] Enhancement (change which improves upon an existing feature) - [X] New feature (change which...
**Is your feature request related to a problem? Please describe.** Building menus can be tricky, we have [JavaScript handling a lot of the interaction accessibility, etc.](https://github.com/HubSpot/cms-theme-boilerplate/blob/main/src/modules/menu.module/module.js) The pull outs on...
## Problem In new cms-react templates, the general consensus on template naming conventions for hubl templates seems to be `template-name.hubl.html` ## Proposal Let's rename all files in the `/templates` directory...