Skip to content

Commit 1c30681

Browse files
authored
Merge pull request #53 from TheRomanXpl0it/fixes
Fixes
2 parents 3ce28ac + 6c14619 commit 1c30681

18 files changed

Lines changed: 45 additions & 20 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

assets/scss/_more.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
align-items: center;
77
margin: 2em;
88

9+
@media #{$media-size-phone} {
10+
margin: 0;
11+
}
12+
913
&-left {
1014
width: 100%;
1115
display: flex;
@@ -17,6 +21,10 @@
1721
display: flex;
1822
flex-direction: column;
1923
gap: 1em;
24+
25+
& div {
26+
text-align: center;
27+
}
2028
}
2129

2230
& .author-icon {

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ date = '2025-07-17T09:57:32+02:00'
33
title = 'TRX'
44
+++
55

6-
TheRomanXpl0it's official website.
6+
The Roman Exploit CTF team

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

0 commit comments

Comments
 (0)