Merge pull request #11 from niclaz/data-tests-patch

Data tests patch - removing hyphens from speaker entries
This commit is contained in:
Mykola Siusko 2024-09-04 20:51:44 +02:00 committed by GitHub
commit 163324bbed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
17 changed files with 32 additions and 28 deletions

View File

@ -3,6 +3,7 @@
date: "2024-11-11" date: "2024-11-11"
city: Bangkok city: Bangkok
country: th country: th
# DevCon 2024 - November 12-15 2024
place: "[TBA](https://congress.web3privacy.info)" place: "[TBA](https://congress.web3privacy.info)"
place-address: TBA place-address: TBA
confirmed: true confirmed: true
@ -315,5 +316,8 @@
rsvp: https://lu.ma/w3pn-meetup-rome1 rsvp: https://lu.ma/w3pn-meetup-rome1
speakers: speakers:
- jaromil - jaromil
- vaclav-pavlin - arturo-filasto
- mykola-siusko - luca-lezzerini
- andrea-togni
- emanuele-russo
- marco-castignoli

View File

@ -1,5 +1,5 @@
name: Adrian Brink name: Adrian Brink
caption: Co-founder of [Namada](https://namada.net) and [Anoma](https://anoma.net/) caption: Cofounder of [Namada](https://namada.net) and [Anoma](https://anoma.net/)
country: us country: us
refs: refs:
twitter: adrianbrink twitter: adrianbrink

View File

@ -1,5 +1,5 @@
name: Alan Scott name: Alan Scott
caption: Co-founder of [Railgun](https://www.railgun.org/) caption: Cofounder at [Railgun](https://www.railgun.org/)
country: us country: us
refs: refs:
twitter: tsu_kareta twitter: tsu_kareta

View File

@ -1,5 +1,5 @@
name: Alex Gluchowski name: Alex Gluchowski
caption: Co-Founder of [Matter Labs](https://matter-labs.io/) & [ZKSync](https://www.zksync.io/) caption: CoFounder of [Matter Labs](https://matter-labs.io/) & [ZKSync](https://www.zksync.io/)
country: us country: us
refs: refs:
twitter: gluk64 twitter: gluk64

View File

@ -1,5 +1,5 @@
name: Antoni Zolciak name: Antoni Zolciak
caption: Co-founder of [Aleph Zero](https://alephzero.org/) & [Cardinal](https://cardinal.co/) caption: Cofounder of [Aleph Zero](https://alephzero.org/) & [Cardinal](https://cardinal.co/)
country: pl country: pl
refs: refs:
twitter: AntoniZolciak twitter: AntoniZolciak

View File

@ -1,5 +1,5 @@
name: Bryce name: Bryce
nickname: gabari nickname: gabari
caption: [Brume Wallet](https://brume.money/) co-founder & [MangroveDAO](https://mangrovedao.earth/) Core caption: Cofounder at [Brume Wallet](https://brume.money/) & Core at [MangroveDAO](https://mangrovedao.earth/)
refs: refs:
twitter: bryce_gabari twitter: bryce_gabari

View File

@ -1,5 +1,5 @@
name: Mario Havel name: Mario Havel
caption: Hacker, Co-Founder of [Bordel Hackerspace](https://bordel.paralelnipolis.cz/) caption: Hacker, Cofounder of [Bordel Hackerspace](https://bordel.paralelnipolis.cz/)
country: cz country: cz
refs: refs:
twitter: TMIYChao twitter: TMIYChao

View File

@ -1,5 +1,5 @@
name: Max Hampshire name: Max Hampshire
caption: Senior devrel of [Nym](https://nymtech.net/), Co-founder of [terra0](https://terra0.org/) caption: Senior devrel of [Nym](https://nymtech.net/), Cofounder of [terra0](https://terra0.org/)
country: at country: at
refs: refs:
twitter: _wjth twitter: _wjth

View File

@ -1,4 +1,4 @@
name: Moritz Boullenger name: Moritz Boullenger
caption: Co-founder of fluidkey caption: Cofounder of fluidkey
refs: refs:
twitter: m0zrt twitter: m0zrt

View File

@ -1,5 +1,5 @@
name: Pie Man name: Pie Man
caption: Co-founder of [Fairblock Network](https://www.fairblock.network/) caption: Cofounder of [Fairblock Network](https://www.fairblock.network/)
country: country:
refs: refs:
twitter: Pememoni twitter: Pememoni

View File

@ -1,4 +1,4 @@
name: Remi Gai name: Remi Gai
caption: Co-founder at [INCO](https://www.inco.org/) caption: Cofounder at [INCO](https://www.inco.org/)
refs: refs:
twitter: remi_gai twitter: remi_gai

View File

@ -1,6 +1,6 @@
name: Rik Krieger name: Rik Krieger
nickname: rikzrh nickname: rikzrh
caption: Co-founder of [HOPR](https://hoprnet.org/) caption: Cofounder of [HOPR](https://hoprnet.org/)
country: ch country: ch
refs: refs:
twitter: rikzrh twitter: rikzrh

View File

@ -1,5 +1,5 @@
name: Scott Moore name: Scott Moore
caption: Co-founder of [Gitcoin](https://www.gitcoin.co/) caption: Cofounder of [Gitcoin](https://www.gitcoin.co/)
country: us country: us
refs: refs:
twitter: notscottmoore twitter: notscottmoore

View File

@ -1,5 +1,5 @@
name: Sebastian Bürgel name: Sebastian Bürgel
caption: Co-founder, [HOPR](http://hoprnet.org) caption: Cofounder of [HOPR](http://hoprnet.org)
country: ch country: ch
refs: refs:
twitter: SCBuergel twitter: SCBuergel

View File

@ -1,6 +1,6 @@
import { Engine } from "./engine.js"; import { Engine } from "./engine.js";
import { join } from "https://deno.land/std@0.208.0/path/mod.ts"; import { join } from "https://deno.land/std@0.224.0/path/mod.ts";
import { exists } from "https://deno.land/std@0.213.0/fs/exists.ts"; import { exists } from "https://deno.land/std@0.224.0/fs/exists.ts";
const engine = new Engine(); const engine = new Engine();
await engine.init(); await engine.init();
@ -61,4 +61,4 @@ for(const event of engine.rendered.events) {
`#img-${format}` `#img-${format}`
); );
} }
} }

View File

@ -1,6 +1,6 @@
import { run } from "https://deno.land/x/run_simple/mod.ts"; import { run } from "https://deno.land/x/run_simple/mod.ts";
import { join } from "https://deno.land/std@0.208.0/path/mod.ts"; import { join } from "https://deno.land/std@0.224.0/path/mod.ts";
import { emptyDir } from "https://deno.land/std@0.196.0/fs/empty_dir.ts"; import { emptyDir } from "https://deno.land/std@0.224.0/fs/empty_dir.ts";
async function optimizeDir (dir, sizes) { async function optimizeDir (dir, sizes) {
await emptyDir(join(dir, 'thumbs')) await emptyDir(join(dir, 'thumbs'))
@ -37,4 +37,4 @@ const eventSizes = { '128px': { width: 128 }, '360px': { width: 360 }, '640px':
await optimizeDir('./src/events/_images/2023', eventSizes) await optimizeDir('./src/events/_images/2023', eventSizes)
await optimizeDir('./src/events/_images/2024', eventSizes) await optimizeDir('./src/events/_images/2024', eventSizes)
//console.log(await run('ls')) //console.log(await run('ls'))

View File

@ -1,7 +1,7 @@
import "https://deno.land/std@0.218.2/dotenv/load.ts"; import "https://deno.land/std@0.224.0/dotenv/load.ts";
import { gql, GraphQLClient } from "https://deno.land/x/graphql_request/mod.ts"; import { gql, GraphQLClient } from "https://deno.land/x/graphql_request/mod.ts";
import { stringify } from "npm:yaml"; import { stringify } from "npm:yaml";
import { join } from "https://deno.land/std@0.208.0/path/mod.ts"; import { join } from "https://deno.land/std@0.224.0/path/mod.ts";
import fm from "npm:front-matter"; import fm from "npm:front-matter";
const warningGen = (link) => `# ---- const warningGen = (link) => `# ----
@ -122,4 +122,4 @@ query {
console.log(`File written: ${fn}`) console.log(`File written: ${fn}`)
} }
await syncResearch() await syncResearch()