Merge pull request #1 from ethbrno/datapatch-1

Suggestion on how to deal with data
This commit is contained in:
Adam Sobotka 2022-10-12 16:25:02 +02:00 odevzdal GitHub
revize 847fab0be9
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
6 změnil soubory, kde provedl 62 přidání a 1 odebrání

1
.gitignore vendorováno
Zobrazit soubor

@ -6,3 +6,4 @@ node_modules
.env
.env.*
!.env.example
bun.lockb

24
data/data.yaml Normal file
Zobrazit soubor

@ -0,0 +1,24 @@
contributors:
- id: rachel-oleary
name: Rachel-Rose O'Leary
twitter: lunar_mining
bio: DarkFi core dev, writer
roles: [ speaker ]
desc: |
Rachel-Rose OLeary is a core dev at lunarpunk layer 1, DarkFi. She is also co-editor of the philosophy journal Agorism in the 21st Century. As a writer she has published in egirlcapital, CoinDesk, Defiant, Wired and elsewhere under anonymous accounts. She believes privacy is necessary for communities to define their own destinies.
- id: artem-vorotnikov
name: Artem Vorotnikov
twitter: vorot93
bio: Ethereum Core Developer, creator of Akula
roles: [ speaker ]
remote: true
- id: pavol-luptak
name: Pavol Luptak
nickname: wilder
twitter: wilderco
bio: Nethemba, Hacktrophy, liberation.travel
roles: [ speaker ]
remote: true

1
data/photos Symbolický odkaz
Zobrazit soubor

@ -0,0 +1 @@
../static/photos

Zobrazit soubor

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build": "js-yaml ./data/data.yaml > ./static/data.json && vite build",
"preview": "vite preview",
"test": "playwright test",
"lint": "prettier --plugin-search-dir . --check . && eslint .",

35
static/data.json Normal file
Zobrazit soubor

@ -0,0 +1,35 @@
{
"contributors": [
{
"id": "rachel-oleary",
"name": "Rachel-Rose O'Leary",
"twitter": "lunar_mining",
"bio": "DarkFi core dev, writer",
"roles": [
"speaker"
],
"desc": "Rachel-Rose OLeary is a core dev at lunarpunk layer 1, DarkFi. She is also co-editor of the philosophy journal Agorism in the 21st Century. As a writer she has published in egirlcapital, CoinDesk, Defiant, Wired and elsewhere under anonymous accounts. She believes privacy is necessary for communities to define their own destinies.\n"
},
{
"id": "artem-vorotnikov",
"name": "Artem Vorotnikov",
"twitter": "vorot93",
"bio": "Ethereum Core Developer, creator of Akula",
"roles": [
"speaker"
],
"remote": true
},
{
"id": "pavol-luptak",
"name": "Pavol Luptak",
"nickname": "wilder",
"twitter": "wilderco",
"bio": "Nethemba, Hacktrophy, liberation.travel",
"roles": [
"speaker"
],
"remote": true
}
]
}

binární
static/photos/rachel-oleary.jpg Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 171 KiB