CrankShaft
CrankShaft copied to clipboard
A framework for building modern websites on the HubSpot Platform.
Completely just floating this idea. Not saying this is going to happen. I was thinking it might be good to have a way for companies to donate towards the project...
Once #33 and #32 are done we can add a markdown file to /docs called layout, to explain how to use the grid. Anyone feel free to hop on this....
Will add more Tips to chrome extension referencing CrankShaft
implementation issue is #36 We need to add documentation for adding lazyloading to a site. We're using native browser lazyloading with a fallback. https://addyosmani.com/blog/lazy-loading/ ``` if ('loading' in HTMLImageElement.prototype) {...
In order for people to be able to use CrankShaft there needs to be documentation explaining how to use it. Let's talk about what the best way to implement this...
https://github.com/TheWebTech/HubSpot-Developer-Extension I can build into the chrome extension useful utilities for developers building using this framework, if you have any ideas let em fly. One idea I have is that...
Our framework needs default buttons. Get down and dirty - don't worry about bad code, don't worry about what others will think. If you take things in a direction and...
In the end this page should exist on the documentation site(#21), but I think building it on the wiki in the mean-time is okay. Ideas for best practices. All custom...
Create module or include that automatically handles generating the social profiles structured data. https://developers.google.com/search/docs/data-types/social-profile This would be possible to generate all in HubL using the linked accounts in HubSpot. May...
Unfortunately HubSpot doesn't currently allow us to create or modify Drag n Drop templates via FTP. That means we can't store DnD templates in the repo. We need to document...