Skip to content

Commit 134b8bc

Browse files
committed
Adjust roles
1 parent 3ce28ac commit 134b8bc

11 files changed

Lines changed: 15 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ The content of the members page are as follows:
2727
* `roles`: A list of roles (please don't add custom roles :pray:)
2828
* `avatar`: Path of your avatar image (relative to `/static`). Please add the image as `/static/avatars/X` and put the avatar value as `"/avatars/X"`
2929

30+
> [!CAUTION]
31+
> Please only use 2 roles max
32+
3033
Values supported in the `social` table are:
3134
* `mail`
3235
* `github`

archetypes/members.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ join_year: 2024
1515
join_month: # 1
1616

1717
# you can add multiple, but please no custom ones
18+
# please don't use more than 2 roles
1819
roles:
1920
# - reverse
2021
# - crypto

content/members/Novaen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ join_month: 6
1313

1414
# you can add multiple, but please no custom ones
1515
roles:
16-
- reverse
16+
#- reverse
1717
# - crypto
1818
# - forensics
1919
- misc

content/members/SirAlex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ join_month: 07
1818
roles:
1919
- crypto
2020
- web
21-
- reverse
21+
# - reverse
2222
# - forensics
2323
# - misc
2424
# - pwn

content/members/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title = "Members"
33
+++
44

5-
Current active players in the team.
5+
Active and former players in the team.
66

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
date: 2025-07-21T14:46:19+02:00
3-
title: "salvatore.abello"
3+
title: "babelo"
44
name: "Salvatore Abello"
55
join_year: 2024
66
join_month:
@@ -18,7 +18,7 @@ roles:
1818
avatar: # "/avatars/{{ urlize .Name }}.jpg"
1919
social:
2020
mail: ""
21-
github: ""
21+
github: "https://github.com/salvatore-abello/"
2222
linkedin: ""
23-
website: ""
23+
website: "http://blog.babelo.xyz/"
2424
---

content/posts/srdnlen25-another_impossible_escape/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
- misc
1010
- pyjail
1111
authors:
12-
- salvatore.abello
12+
- babelo
1313
---
1414

1515
## Challenge

content/posts/srdnlen25-sspj/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88
- misc
99
- pyjail
1010
authors:
11-
- salvatore.abello
11+
- babelo
1212
---
1313

1414
## Challenge

content/posts/trxctf25-baby-sandbox/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
- shadow DOM
1212
- iframe
1313
authors:
14-
- salvatore.abello
14+
- babelo
1515
---
1616

1717
This is an easy client-side challenge

content/posts/trxctf25-golf/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
- misc
1010
- pyjail
1111
authors:
12-
- salvatore.abello
12+
- babelo
1313
---
1414

1515
## Overview

0 commit comments

Comments
 (0)