cms-theme-boilerplate
cms-theme-boilerplate copied to clipboard
A straight-forward starting point for building a great website on the HubSpot CMS
# Description This is available feature to all themes today, currently implemented in Hubspot's Growth theme. We should also implement this feature within the boilerplate theme so its example can...
**Types of change** - [ ] Bug fix (change which fixes an issue) - [ ] Enhancement (change which improves upon an existing feature) - [X] New feature (change which...
### Description [We currently remove the underline for `` tags by default](https://github.com/HubSpot/cms-theme-boilerplate/blob/main/src/fields.json#L404-L434) which is leading to an accessibility issue, ["Links must be distinguishable without relying on color"](https://dequeuniversity.com/rules/axe/4.8/link-in-text-block?application=AxeChrome). The link on...
When creating modules to leverage the existing grid it would be nice to have some offset classes available. For example: .row-fluid > .offset5 { margin-left: 40.170940171000005%!important; } .row-fluid > .offset6...
In the theme documentation for marketplace submission, we ask that a theme must include hover styling for hyperlink color. I think it would be beneficial to add this style option...
Per the discussion [here](https://github.com/HubSpot/cms-theme-boilerplate/pull/410) we should explore the idea of having mobile options for fields (in particular font sizes). This is something typically added by developers to solve mobile responsiveness...
**Is your feature request related to a problem? Please describe.** We have numerous getting started guides, from themes, to modules, to serverless. Each references the boilerplate since the boilerplate keeps...
We have recently added support for language switcher v1 into the theme (#484). Most of the module settings for that were added directly into the template. This is how it...
**Description** Removing internal deployable files as they are no longer needed and are not clear what they do when developers clone this repo. **Checklist** - [x] I have read the...
From some feedback we got internally a lot of styles on the boilerplate's menu are hard coded/not available to be edited by a content creator (the menu uses rems which...