Skip to content

jon4hz/noaiinmymetal.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No AI In My Metal 🤘

A small static website listing artists, festivals, and merchants in the metal scene to publicly shame them because they promote AI work.

Local preview

Use any static web server. For example with Python:

python3 -m http.server 8080

Then open http://localhost:8080

Add content

Edit data/list.yml and add items:

- id: unique-id
  type: artist | festival | merchant
  name: Display Name
  summary: Short card blurb
  thumb: /assets/img/some-image.png
  tags: [tag1, tag2]
  links:
    website: https://example.com
  description: |
    Markdown text explaining why this is listed, with links.

About

Resources

License

Contributing

Stars

Watchers

Forks

Contributors