Submit yourself
Add a new entry with a pull request.
slashbrag.com is maintained from Markdown files. To add yourself,
submit a pull request with one new Markdown file, such as
src/content/entries/your-name.md. The numeric prefix is
assigned automatically after merge.
Required frontmatter
Each entry needs three fields: a name, a URL, and a short description.
---
name: "Your Name"
url: "your-site.com"
description: "A short description of what you make or do."
--- Pull request checklist
- Create a new Markdown file like
src/content/entries/your-name.md. - Use only lowercase letters, numbers, and hyphens in the filename.
- Use the frontmatter fields shown above:
name,url, anddescription. - Write the description for people browsing the directory.
- Do not add a numeric prefix; automation assigns the next number after merge.
- Open a pull request with only the new entry unless a maintainer asks for more.