You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#820 - Support multiple authors for carts on the website.
Changes:
- Update cart frontmatter format to: author: Name <contact>
- Contact can be GitHub username, email, or URL
- Multiple authors separated by commas
- Remove separate 'github' field from frontmatter
- Update PlayCart.js to display multiple author avatars
- Update PlayButton.js to show comma-separated author names
- Update Internet Archive upload script for multiple creators
- Convert all 139 existing cart markdown files to new format
- Update documentation with new author format examples
New author format examples:
author: Alice <alice> # GitHub username
author: Alice <alice@example.com> # Email
author: Alice <https://alice.dev> # URL
author: Alice <alice>, Bob <bob> # Multiple authors
"notes": "<p>This is a game cartridge for the WASM-4 fantasy console. The <code>"+slug+".wasm</code> file contains the cart data (ROM), in WebAssembly format. Also included are versions compiled to HTML and Windows.</p><p>Originally hosted at <a href=\"https://wasm4.org/play/"+slug+"\">https://wasm4.org/play/"+slug+"</a>.</p>",
0 commit comments