diff --git a/README.md b/README.md index 8c3bc8f..eea23e2 100644 --- a/README.md +++ b/README.md @@ -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 | - | | diff --git a/events/events.yaml b/events/events.yaml index 66d98a8..ed40031 100644 --- a/events/events.yaml +++ b/events/events.yaml @@ -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" diff --git a/index.js b/index.js index a4a3833..7498cae 100644 --- a/index.js +++ b/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)); } diff --git a/schema.yaml b/schema.yaml index e898d0c..bbbc6f6 100644 --- a/schema.yaml +++ b/schema.yaml @@ -16,6 +16,7 @@ $defs: enum: - summit - meetup + - hackathon date: type: string city: