forked from CircuitVerse/community-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
82 lines (75 loc) · 2.75 KB
/
Copy pathconfig.yaml
File metadata and controls
82 lines (75 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# yaml-language-server: $schema=config.schema.json
# -----------------------------------------------------------
# 🏛️ Organization Info
# -----------------------------------------------------------
org:
name: CircuitVerse
description: CircuitVerse is an open-source platform that helps students and educators design, simulate, and share digital circuits online.
url: http://localhost:3000
logo_url: https://avatars.githubusercontent.com/u/42944450?s=280&v=4
start_date: 2018-01-01
socials:
github: https://github.com/CircuitVerse
email: support@circuitverse.org
# -----------------------------------------------------------
# 🌐 Site and SEO Metadata
# -----------------------------------------------------------
meta:
title: Leaderboard - CircuitVerse
description: CircuitVerse Leaderboard tracks weekly open-source contributions across the CircuitVerse organization.
image_url: https://avatars.githubusercontent.com/u/42944450?s=280&v=4
site_url: http://localhost:3000
favicon_url: https://circuitverse.org/favicon.ico
# -----------------------------------------------------------
# 🏆 Leaderboard related configurations
# -----------------------------------------------------------
leaderboard:
# This can later be replaced by your own data source or GitHub scraper
data_source: https://github.com/CircuitVerse/leaderboard-data
# Optional custom theme CSS (you can leave it blank or remove it)
theme: https://raw.githubusercontent.com/CircuitVerse/leaderboard-data/refs/heads/main/leaderboard/theme.css
# --- Roles shown in leaderboard (keep structure exact) ---
roles:
core:
name: Core
description: Core member of CircuitVerse
mentor:
name: Mentor
description: CircuitVerse mentor or maintainer
contributor:
name: Contributor
description: Open source contributor to CircuitVerse
participant:
name: Participant
description: Participant in community or events
bot:
name: Bot
description: Automated system account
hidden: true
# --- Sidebar top contributors sections ---
top_contributors:
- pr_merged
- pr_opened
- issue_opened
- issue_assigned
# --- Social profile icons mapping ---
social_profiles:
github:
icon: github
linkedin:
icon: linkedin
twitter:
icon: twitter
email:
icon: mail
# -----------------------------------------------------------
# ⚙️ Scraper configuration (optional for now)
# -----------------------------------------------------------
scraper:
schedule: 0 */12 * * *
scrapers:
- name: GitHub Scraper
repository: CircuitVerse/leaderboard-github-scraper
envs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ORG: ${{ github.repository_owner }}