mirror of
https://github.com/web3privacy/events.git
synced 2024-10-15 12:06:27 +02:00
add more events
This commit is contained in:
parent
49c9099c7f
commit
007ed0f66f
4 changed files with 17 additions and 2 deletions
|
@ -39,6 +39,8 @@ research and community of [Web3Privacy Now](https://web3privacy.info).
|
|||
| meetup | `w3pm-ams-1` | 2024/May | 🇳🇱 Amsterdam | - | [ETHDam 2024](https://www.ethdam.com/) | - | |
|
||||
| meetup | `w3pm-ber-1` | 2024/May | 🇩🇪 Berlin | - | ETHBerlin 5 | - | |
|
||||
| summit | `w3ps2` | 2024/Jun | 🇨🇿 Prague | - | ETHPrague 2024 | - | |
|
||||
| hackathon | `w3ph1` | 2024/Jun | 🇸🇮 Bled | - | | - | |
|
||||
| meetup | `w3pm-lju-1` | 2024/Jun | 🇸🇮 Ljubljana | - | W3PN Hackathon | - | |
|
||||
| meetup | `w3pm-rom-2` | 2024/Oct | 🇮🇹 Rome | - | ETHRome 2024 | - | |
|
||||
| summit | `w3ps3` | 2024/Nov | 🇨🇿 Brno | - | ETHBrno 2024 | - | |
|
||||
|
||||
|
|
|
@ -61,6 +61,20 @@
|
|||
country: cz
|
||||
coincidence: "ETHPrague 2024"
|
||||
|
||||
- id: w3ph1
|
||||
type: hackathon
|
||||
date: "2024/Jun"
|
||||
city: Bled
|
||||
country: si
|
||||
coincidence: ""
|
||||
|
||||
- id: w3pm-lju-1
|
||||
type: meetup
|
||||
date: "2024/Jun"
|
||||
city: Ljubljana
|
||||
country: si
|
||||
coincidence: "W3PN Hackathon"
|
||||
|
||||
- id: w3pm-rom-2
|
||||
type: meetup
|
||||
date: "2024/Oct"
|
||||
|
|
2
index.js
2
index.js
|
@ -4,8 +4,6 @@ import { load as yamlLoad } from "https://deno.land/x/js_yaml_port@3.14.0/js-yam
|
|||
import { emptyDir } from "https://deno.land/std@0.173.0/fs/mod.ts";
|
||||
import { Eta } from "https://deno.land/x/eta@v3.0.3/src/index.ts"
|
||||
|
||||
const types = ["summits", "meetups"];
|
||||
|
||||
async function _loadYaml(fn) {
|
||||
return yamlLoad(await Deno.readTextFile(fn));
|
||||
}
|
||||
|
|
|
@ -16,6 +16,7 @@ $defs:
|
|||
enum:
|
||||
- summit
|
||||
- meetup
|
||||
- hackathon
|
||||
date:
|
||||
type: string
|
||||
city:
|
||||
|
|
Loading…
Reference in a new issue