Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sponsors generated from yaml #33

Merged
merged 9 commits into from
Jul 17, 2024
Merged

Sponsors generated from yaml #33

merged 9 commits into from
Jul 17, 2024

Conversation

tabathad
Copy link
Member

@tabathad tabathad commented Jul 5, 2024

This PR introduces the capability to add sponsors to the sponsor page via a YAML file, automatically sorting and styling them by tier.

To add a sponsor:

  1. Create a branch: git branch -b 'sponsor-name'.
  2. Append the sponsor's details to _data/sponsors.yaml:
    sponsors:
      - name: Sponsor Name
        logo: sponsor-logo.png
        url: https://sponsorwebsite.com
        description: Sponsor Name is a proud BSides Orlando Sponsor       
        level: Diamond
  3. Add the sponsor's logo to assets/images/sponsors/.
  4. Create a PR from your fork against site/main.
  5. Upon review, merge into main.

@tabathad tabathad marked this pull request as ready for review July 9, 2024 20:56
@tabathad tabathad changed the title add ph sponsors and styles Sponsors generated from yaml Jul 9, 2024
@tabathad tabathad requested review from waab76 and removed request for willasaywhat and joehacksalot July 17, 2024 01:42
@tabathad tabathad merged commit 0883fc1 into main Jul 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant