I use cobalt as my static site generator. The backbone CSS is based on skeleton, and the rest of it is homegrown or borrowed from other websites.
The _dev
folder contains tools or asset generators that I have written to generate content for the site.
The actual site is hosted on the master
branch. When the dev
branch gets updated, a GitHub action builds my site with cobalt and deploys it to the master
branch.