Sia Karamalegos on Nostr: I've been mulling changing my personal site to try to prevent AI scraping my content. ...
I've been mulling changing my personal site to try to prevent AI scraping my content.
Blocking the bots is one thing but also my repo is currently public. I don't want to make the whole thing private though as I reference it a lot in my #11ty articles.
So I'm thinking:
- gitignore everything in the /posts folder
- create a separate, private repo for the /posts folder content
But how do I get Netlify or CF pages access to the embedded repo? Was trying to avoid submodule #git
Blocking the bots is one thing but also my repo is currently public. I don't want to make the whole thing private though as I reference it a lot in my #11ty articles.
So I'm thinking:
- gitignore everything in the /posts folder
- create a separate, private repo for the /posts folder content
But how do I get Netlify or CF pages access to the embedded repo? Was trying to avoid submodule #git