What are you building your site with?
Hey everyone, Just wanted to get an idea of how people are making their sites. Would love to hear specifically from both non-primarily technical folks and nerds.
Until the last few years I was creating my site with static site generators (E.g. Bridgetown, 11ty, Jekyll, etc.)
I've been programming with PHP since forever, so for a bit I tinkered with a minimal PHP framework to build it, but then I realized I was basically bootstrapping a (less powerful) CMS.
I dropped that project and then just decided to rebuild my site using a flat file PHP-based CMS. It's a nice compromise between SSGs and other CMSs like WordPress.
How about you?