I shut down my homepage at wordpress.com since it was absolutely unclear to me which data was collected there. I decided to run the homepage on my own server again, since I know exactly which data is collected here: There is the Apache log with the requesters IP stripped away:
CustomLog "logs/access_log" common
#LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%l %u %t \"%r\" %>s %b" common
Nothing else. The homepage engine just logs which post or page is accessed and served, nothing more. If you like to have a look: https://gitlab.com/wolutator/homepage.
And since I'm quite bad in CSS, it currently looks so ugly.