diff --git a/app.vue b/app.vue index d988151..30f32fb 100644 --- a/app.vue +++ b/app.vue @@ -15,9 +15,16 @@ { name: 'theme-color', content: '#ffffff' } ], script: [ - { defer: 'true', 'data-domain': 'crbtc.org', src: 'https://pa.inspin.co/js/latest.js' } + { defer: 'true', 'data-domain': 'crbtc.org', src: 'https://pa.inspin.io/js/latest.js' } ] }) + + const nuxtApp = useNuxtApp() + + nuxtApp.hook("page:finish", () => { + window.scrollTo(0, 0) + }) + \ No newline at end of file diff --git a/content/about.md b/content/about.md index 1e1ad77..01f0c55 100644 --- a/content/about.md +++ b/content/about.md @@ -13,4 +13,7 @@ The first meetup was held on Thursday, May 11th 2023. Meetups allow for open dis about Bitcoin news and common questions surrounding the currency. Follow us on Twitter and view -the schedule of upcoming events to see if you can make it to the next one. \ No newline at end of file +the schedule of upcoming events to see if you can make it to the next one. + +You can also visit crbtc/ to use this website with +Handshake. \ No newline at end of file diff --git a/content/event/monthly-meetup-10-18-2023.md b/content/event/monthly-meetup-10-18-2023.md index ce1b3cf..ce821e4 100644 --- a/content/event/monthly-meetup-10-18-2023.md +++ b/content/event/monthly-meetup-10-18-2023.md @@ -7,7 +7,7 @@ location: Mocha Lisa's Caffe address: 22 Clifton Country Road, Clifton Park time: 6:00 PM meetup: 295742661 -priority: 1 +priority: 3 --- ## Details diff --git a/content/event/monthly-meetup-11-29-2023.md b/content/event/monthly-meetup-11-29-2023.md new file mode 100644 index 0000000..91390a8 --- /dev/null +++ b/content/event/monthly-meetup-11-29-2023.md @@ -0,0 +1,21 @@ +--- +title: Monthly Meetup +slug: monthly-meetup-11-29-2023 +date: 2023-11-29 +published: 2023-11-24 +location: Frog Alley Brewing Co +address: 108 State St, Schenectady +time: 6:00 PM +meetup: 297525682 +priority: 1 +--- + +## Details + +Okay guys finally getting our November event on the books! The holiday threw things off a little bit. + +Looking forward to seeing everyone at the November meetup! We willl be at Frog Alley in Schenectady this month. + +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. \ No newline at end of file diff --git a/content/event/monthly-meetup-7-26-2023.md b/content/event/monthly-meetup-7-26-2023.md index e9af448..601230c 100644 --- a/content/event/monthly-meetup-7-26-2023.md +++ b/content/event/monthly-meetup-7-26-2023.md @@ -7,7 +7,7 @@ location: Druther's Brewing Company address: 221 Harborside Drive, Schenectady time: 6:00 PM meetup: 294822271 -index: 9999 +priority: 9999 --- ## Details diff --git a/content/event/monthly-meetup-9-20-2023.md b/content/event/monthly-meetup-9-20-2023.md index 6be1daa..d8302d3 100644 --- a/content/event/monthly-meetup-9-20-2023.md +++ b/content/event/monthly-meetup-9-20-2023.md @@ -7,7 +7,7 @@ location: Druther's Brewing Company address: 7 Southside Drive, Clifton Park time: 6:00 PM meetup: 295741531 -priority: 2 +priority: 9999 --- ## Details diff --git a/content/event/movie-game-night-9-6-2023.md b/content/event/movie-game-night-9-6-2023.md index 9c921ff..3243f73 100644 --- a/content/event/movie-game-night-9-6-2023.md +++ b/content/event/movie-game-night-9-6-2023.md @@ -7,7 +7,7 @@ location: Ballston Lake, NY address: Ballston Lake, NY time: 6:00 PM meetup: 295741625 -priority: 3 +priority: 9999 --- ## Details diff --git a/content/event/regional-meetup-10-29-2023.md b/content/event/regional-meetup-10-29-2023.md new file mode 100644 index 0000000..525c7b7 --- /dev/null +++ b/content/event/regional-meetup-10-29-2023.md @@ -0,0 +1,33 @@ +--- +title: New England Bitcoin Meetup +slug: regional-meetup-10-29-2023 +date: 2023-10-29 +published: 2023-10-21 +location: Sports World +address: 226 Main Street · East Windsor, CT +time: 12:00 PM +meetup: 296853356 +priority: 2 +--- + +## Details + +The Capital Region Bitcoin Network is excited to share the details of New England’s 1st Regional Bitcoin Meetup! + +In our mission to accelerate bitcoin mass adoption, we are trying a novel idea and bringing together bitcoin meetup groups throughout New England under 1 roof! + +Meetup will have 4 stages. + +1. We are preparing a “home cooked/healthy meal prepared on premises for all attendees to enjoy. + +2. Jason Maier (author of “A Progressive’s Case for Bitcoin”) will be talking to the group (as well as bringing some books with him to sign) + +3. The leaders of the N.E. Groups will talk to meetup about what each Individual group is working on. + +4. A brainstorming session to help formulate and crystallize the freedom festival 2024. + +Be part of the 1st N.E. Bitcoin meetup and help spread the mass adoption of bitcoin. This meet up is bringing together some of the brightest bitcoin minds in New England including groups from MA, NH, RI, CT, NY. + +*This is a great opportunity for ingenious collaboration between the New England bitcoin thought leaders and hugely valuable bitcoin plebs. Come and participate in this amazing and energizing meet up. + +All members of the Capital Region Bitcoin Network have been formally invited to attend this event in East Windsor, CT. Feel free to RSVP to this event, or to the original Mass Adoption event (https://meetu.ps/e/MxmMM/SgvfD/i) If anyone wants to carpool please let me know in the comments. I am happy to set something up! \ No newline at end of file diff --git a/package.json b/package.json index e2e239a..576039c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { - "name": "nuxt-app", - "private": true, + "name": "crbtc", + "version": "1.1.0", + "description": "Capital Region Bitcoin Network", + "license": "GPL-3.0-only", + "homepage": "https://crbtc.org", "scripts": { "build": "nuxt build", "dev": "nuxt dev", diff --git a/pages/guide/[slug].vue b/pages/guide/[slug].vue index a6b901e..5a9cfdb 100644 --- a/pages/guide/[slug].vue +++ b/pages/guide/[slug].vue @@ -19,10 +19,9 @@

{{ data.title }}

-

Written by: {{ data.author }}

-

Updated: {{ data.updated }}

-

Published: {{ data.published }}

- +

Written by: {{ data.author }}

+

Updated: {{ data.updated }}

+

Published: {{ data.published }}

diff --git a/pages/index.vue b/pages/index.vue index 46bce13..a885881 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -9,15 +9,13 @@ }, ], }) - - const { isDesktopOrTablet } = useDevice();