Skip to main content


Seriously thinking about going back to a buildless dev cycle for my sites, which would mean ditching Jekyll.

I'm not going back to WordPress — my goal is to further *reduce* and cut on bloat and dependencies.

The idea is:

- local php via brew
- local apache via brew
- local ssl via brew
- sass (using Scout)

Then, I don't upload a build version of my HTML, I upload the native PHP code, the server would serve.

No database.
No plugins.
No Ruby.
No third-party dependency.

#WebDevelopment

@Simone S Happy to see another old geezer relying on Apache with PHP like myself. Never made the nginx/phpfpm jump and at this point I don't think I ever will.