This is the source code of a website at https://stoptargetingads.me
The website helps people find out how to turn off targeted ads on a range of websites, apps, and products.
It is a static site that builds with Jekyll.
- Add some contact form
Each company/product needs a single markdown file (.md) in the format below. They are kept in the _items
folder in the site. Ideally, it should also have a square logo for the company or product. They are kept in the images/logos
folder of the site.
---
name: Name 1
logo: logo.png
link: examplelink.com
---
Instructions on how to opt out go here. You can use any Markdown here.
---
name:
- Name 1
- Name 2
logo: logo.png
link:
- examplelink1.com
- examplelink2.com
---
Instructions on how to opt out go here. You can use any Markdown here.