I have just uploaded a new layout on forgebox. It’s based on bootswatch and bootstrap 3. However when I try to install from contentbox, it never install.
I believe the problem is that the folder contained in your .zip is named “Bootswatch3-master” and your layout .cfc is named “bootswatch.cfc”. I renamed them to “bootswatch3” and “bootswatch3.cfc” and it picked up the new layout and allowed me to activate.
Yep, Seth is right. The layout registration process assumes that the layout path (folder name) and layout CFC are the same. To get around the “master” getting appended to your zip, I would suggest independently creating a zip of your layout, uploading it the root of your GitHub repo, and then linking to that standalone zip from Forgebox. You can see Seth’s example of the original here: https://github.com/computer-know-how/cblayouts-bootswatch
Also, on your Forgebox entry, you might update Seth’s name–it’s “Engen”, not “Angel”