add event, update packages
parent
c0d9850cfa
commit
6c542c8bb2
|
@ -7,7 +7,7 @@ location: Frog Alley Brewing Co
|
||||||
address: 108 State St, Schenectady
|
address: 108 State St, Schenectady
|
||||||
time: 6:00 PM
|
time: 6:00 PM
|
||||||
meetup: 298555131
|
meetup: 298555131
|
||||||
priority: 1
|
priority: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
|
@ -7,7 +7,7 @@ location: Frog Alley Brewing Co
|
||||||
address: 108 State St, Schenectady
|
address: 108 State St, Schenectady
|
||||||
time: 6:00 PM
|
time: 6:00 PM
|
||||||
meetup: 298119856
|
meetup: 298119856
|
||||||
priority: 3
|
priority: 9999
|
||||||
---
|
---
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
title: Monthly Meetup
|
||||||
|
slug: monthly-meetup-6-24-2024
|
||||||
|
date: 2024-6-24
|
||||||
|
published: 2024-6-24
|
||||||
|
location: Druther's Brewing Company
|
||||||
|
address: 7 Southside Drive, Clifton Park
|
||||||
|
time: 6:00 PM
|
||||||
|
meetup: 301820211
|
||||||
|
priority: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
## Details
|
||||||
|
|
||||||
|
I know we are long overdue for a meetup! Sorry everyone!
|
||||||
|
|
||||||
|
Looking forward to seeing everyone at the June meetup! Let get together at Druther’s in Clifton Park this month…it’s been a while since we have been there!
|
||||||
|
|
||||||
|
Our monthly Bitcoin meetup! This is a Bitcoin only event. Whether you are interested in learning about Bitcoin, or are a seasoned pleb, come and hang out! We will have learning materials for those who are just starting out.
|
||||||
|
|
||||||
|
This has grown into a great event about meeting new plebs, socializing, and talking all things bitcoin. Hope you all can make it! Feel free to bring a friend or two to orange pill :-). Appetizers and first hour of drinks will be provided.
|
|
@ -7,7 +7,7 @@ location: Mocha Lisa's Caffe
|
||||||
address: 22 Clifton Country Road, Clifton Park
|
address: 22 Clifton Country Road, Clifton Park
|
||||||
time: 6:00 PM
|
time: 6:00 PM
|
||||||
meetup: 298119830
|
meetup: 298119830
|
||||||
priority: 2
|
priority: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
|
@ -12,15 +12,15 @@
|
||||||
"postinstall": "nuxt prepare"
|
"postinstall": "nuxt prepare"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxt/content": "^2.9.0",
|
"@nuxt/content": "^2.13.0",
|
||||||
"@nuxt/devtools": "latest",
|
"@nuxt/devtools": "latest",
|
||||||
"@nuxtjs/device": "^3.1.1",
|
"@nuxtjs/device": "^3.1.1",
|
||||||
"@types/node": "^20.10.0",
|
"@types/node": "^20.14.8",
|
||||||
"nuxt": "^3.8.2"
|
"nuxt": "^3.12.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"date-fns": "^2.30.0",
|
"date-fns": "^3.6.0",
|
||||||
"nuxt-mail": "^4.0.2",
|
"nuxt-mail": "^5.0.1",
|
||||||
"sass": "^1.69.5"
|
"sass": "^1.77.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue