Skip to content

Commit 1c65d1d

Browse files
authored
Merge pull request #65 from GabrielProstitis/master
aggiunto profilo (prosti)
2 parents 69ecd0a + f099934 commit 1c65d1d

3 files changed

Lines changed: 45 additions & 3 deletions

File tree

assets/jsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"baseUrl": ".",
44
"paths": {
55
"*": [
6-
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugomods/i18n-js@v0.2.1/assets/*",
7-
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugomods/search@v0.20.0/assets/*",
8-
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/krisk/!fuse@v7.0.0+incompatible/dist/*"
6+
"../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugomods/i18n-js@v0.2.1/assets/*",
7+
"../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugomods/search@v0.20.0/assets/*",
8+
"../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/krisk/!fuse@v7.0.0+incompatible/dist/*"
99
]
1010
}
1111
}

content/members/prosti.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
# file creation date (not relevant)
3+
date: 2026-01-30T14:56:05+01:00
4+
5+
# username (required)
6+
title: 'prosti'
7+
8+
# real name (optional)
9+
name: "Gabriel Prostitis"
10+
11+
# join year (required)
12+
join_year: 2023
13+
14+
# join month number (optional)
15+
join_month: # 1
16+
17+
# you can add multiple, but please no custom ones
18+
# please don't use more than 2 roles
19+
roles:
20+
# - reverse
21+
# - crypto
22+
# - forensics
23+
# - misc
24+
- pwn
25+
# - web
26+
# - fullpwn
27+
# - hardware
28+
# - infra
29+
# - OG
30+
# - former
31+
32+
# put the avatar in /static/avatars/
33+
avatar: "/avatars/prosti.jpg"
34+
35+
# optional social links
36+
social:
37+
mail: ""
38+
github: "https://github.com/GabrielProstitis"
39+
linkedin: ""
40+
website: "https://kqx.io"
41+
---
42+
kpwn & stuff

static/avatars/prosti.jpg

758 KB
Loading

0 commit comments

Comments
 (0)