What is a god object?
A god object is not a religious object. I don’t do religion (no offense), my religion is Logic. In object-oriented programming, a God object is an object that knows too much or does too much.
The basic idea behind structured programming is that a big problem is broken down into several smaller problems (a divide and conquer strategy) and solutions are created for each of them. Once the small problems have been solved, the big problem as a whole has been solved. Therefore there is only one object about which an object needs to know everything: itself. Likewise, there is only one set of problems an object needs to solve: its own.
So while all my blog-entries follow the good principle of being small objects that solves small problems, if you view the site as one object it will solve world hunger (that post is in draft), thus being a true god object