From 159d63d80a6bca39c017f20849e83b62001b8d2f Mon Sep 17 00:00:00 2001 From: Wichita Bitcoiners Date: Sun, 25 Jan 2026 16:12:20 -0600 Subject: [PATCH] Convert to proper Hugo structure: Move content to markdown, maintain card layout styling --- content/_index.md | 45 +++++- hugo.yaml | 3 +- layouts/_default/baseof.html | 74 +++------- layouts/_default/single.html | 223 ------------------------------ layouts/index.html | 258 ++++++----------------------------- public/categories/index.xml | 4 +- public/index.html | 92 +++++++------ public/index.xml | 8 +- public/sitemap.xml | 6 +- public/tags/index.xml | 4 +- 10 files changed, 165 insertions(+), 552 deletions(-) diff --git a/content/_index.md b/content/_index.md index 8cbeaff..df41ed8 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,48 @@ --- -title: "Welcome to Wichita Bitcoiners" +title: "Building Bitcoin Community in Wichita" date: 2024-01-01T00:00:00Z draft: false +description: "Join us for monthly meetups, educational sessions, and networking with fellow Bitcoin enthusiasts in south-central Kansas." +hero_button: 'Join Our Meetup' --- -Wichita Bitcoiners is a community dedicated to Bitcoin education and adoption in Wichita, Kansas. \ No newline at end of file +We're a group dedicated to Bitcoin education, adoption, and community building in south-central Kansas. Whether you're an OG or just starting to learn about Bitcoin, you'll find a welcoming community here. + +What We Do {#meetup-info} +------------ + +### 📚 Educational Sessions + +Learn about Bitcoin technology, wallet security, mining, and best practices from experienced community members. + +### 🤝 Meetups + +Join us for informal gatherings to discuss Bitcoin news, share experiences, and network with local enthusiasts. + +### 🎯 Bitcoin Adoption + +Help promote Bitcoin awareness and adoption in Wichita through community outreach and merchant education. + +Get Involved +----------- + +### 📅 Monthly Meetups + +**When:** First Thursday of each month +**Time:** 6:30 PM - 8:30 PM +**Where:** Various locations around Wichita + +### 💬 Stay Connected + +Join our online community to stay updated on events, ask questions, and connect with other Bitcoin enthusiasts. + +### 🎓 Learn More + +Resources for beginners and advanced users alike. No prior Bitcoin knowledge required - curiosity is enough! + +We Want To Hear From You! +----------- + +### 📋 Questionnaire + +We're building out a schedule of events and would love to get your input. You can join our mailing list here as well. \ No newline at end of file diff --git a/hugo.yaml b/hugo.yaml index 6943ece..49e5d08 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -6,4 +6,5 @@ theme: '' params: description: 'Wichita Bitcoiners meetup group - Bitcoin education and community in Wichita, Kansas' logo: '/Wichita_Bitcoiners_Flag.png' - favicon: '/favicon.ico' \ No newline at end of file + favicon: '/favicon.ico' + contact_email: 'info@wichitabitcoiners.com' \ No newline at end of file diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bc191f6..213f49e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -16,8 +16,8 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; - color: #333; - background-color: #f8f9fa; + color: #fff; + background-color: #000; } .container { @@ -27,8 +27,8 @@ } header { - background: white; - box-shadow: 0 2px 5px rgba(0,0,0,0.1); + background: #111; + box-shadow: 0 2px 5px rgba(255,255,255,0.1); padding: 1rem 0; } @@ -109,10 +109,10 @@ } .card { - background: white; + background: #111; padding: 2rem; border-radius: 10px; - box-shadow: 0 2px 10px rgba(0,0,0,0.1); + box-shadow: 0 2px 10px rgba(255,255,255,0.1); text-align: center; } @@ -123,7 +123,7 @@ } footer { - background: #333; + background: #111; color: white; text-align: center; padding: 2rem 0; @@ -157,66 +157,28 @@
-

Building Bitcoin Community in Wichita

-

Join us for monthly meetups, educational sessions, and networking with fellow Bitcoin enthusiasts in south-central Kansas.

- Join Our Meetup +

{{ .Title }}

+

{{ .Params.description | default "Join us for monthly meetups, educational sessions, and networking with fellow Bitcoin enthusiasts in south-central Kansas." }}

+ {{ if .Params.hero_button }} + {{ .Params.hero_button | safeHTML }} + {{ else }} + Join Our Meetup + {{ end }}
-
-

About Wichita Bitcoiners

-

- We're a grassroots group dedicated to Bitcoin education, adoption, and community building in Wichita, Kansas. - Whether you're a seasoned Bitcoiner or just curious about digital currency, you'll find a welcoming community here. -

-
- -
-

What We Do

-
-
-

📚 Educational Sessions

-

Learn about Bitcoin technology, wallet security, mining, and best practices from experienced community members.

-
-
-

🤝 Monthly Meetups

-

Join us for informal gatherings to discuss Bitcoin news, share experiences, and network with local enthusiasts.

-
-
-

🎯 Bitcoin Adoption

-

Help promote Bitcoin awareness and adoption in Wichita through community outreach and merchant education.

-
-
-
- -
-

Get Involved

-
-
-

📅 Monthly Meetups

-

When: First Thursday of each month
- Time: 6:30 PM - 8:30 PM
- Where: Various locations around Wichita

-
-
-

💬 Stay Connected

-

Join our online community to stay updated on events, ask questions, and connect with other Bitcoin enthusiasts.

-
-
-

🎓 Learn More

-

Resources for beginners and advanced users alike. No prior Bitcoin knowledge required - curiosity is enough!

-
-
-
+ {{ block "main" . }} + {{ .Content }} + {{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index d5d4203..f319bf9 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,225 +1,2 @@ {{ define "main" }} - - - - - - {{ .Site.Title }} - - - - - -
-
-
- -

{{ .Site.Title }}

- -
-
-
- -
-
-

Building Bitcoin Community in Wichita

-

Join us for monthly meetups, educational sessions, and networking with fellow Bitcoin enthusiasts in south-central Kansas.

- Join Our Meetup -
-
- -
-
-
-

About Wichita Bitcoiners

-

- We're a grassroots group dedicated to Bitcoin education, adoption, and community building in Wichita, Kansas. - Whether you're a seasoned Bitcoiner or just curious about digital currency, you'll find a welcoming community here. -

-
- -
-

What We Do

-
-
-

📚 Educational Sessions

-

Learn about Bitcoin technology, wallet security, mining, and best practices from experienced community members.

-
-
-

🤝 Monthly Meetups

-

Join us for informal gatherings to discuss Bitcoin news, share experiences, and network with local enthusiasts.

-
-
-

🎯 Bitcoin Adoption

-

Help promote Bitcoin awareness and adoption in Wichita through community outreach and merchant education.

-
-
-
- -
-

Get Involved

-
-
-

📅 Monthly Meetups

-

When: First Thursday of each month
- Time: 6:30 PM - 8:30 PM
- Where: Various locations around Wichita

-
-
-

💬 Stay Connected

-

Join our online community to stay updated on events, ask questions, and connect with other Bitcoin enthusiasts.

-
-
-

🎓 Learn More

-

Resources for beginners and advanced users alike. No prior Bitcoin knowledge required - curiosity is enough!

-
-
-
-
-
- - - - {{ end }} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index 2c10cb6..b97bb28 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,223 +1,49 @@ - - - - - - {{ .Site.Title }} - - - - - -
-
-
- -

{{ .Site.Title }}

- +{{ define "main" }} + {{ $content := .Content }} + +
+

About Wichita Bitcoiners

+

+ We're a grassroots group dedicated to Bitcoin education, adoption, and community building in Wichita, Kansas. + Whether you're a seasoned Bitcoiner or just curious about digital currency, you'll find a welcoming community here. +

+
+ +
+

What We Do

+
+
+

📚 Educational Sessions

+

Learn about Bitcoin technology, wallet security, mining, and best practices from experienced community members.

+
+
+

🤝 Monthly Meetups

+

Join us for informal gatherings to discuss Bitcoin news, share experiences, and network with local enthusiasts.

+
+
+

🎯 Bitcoin Adoption

+

Help promote Bitcoin awareness and adoption in Wichita through community outreach and merchant education.

-
+ -
-
-

Building Bitcoin Community in Wichita

-

Join us for monthly meetups, educational sessions, and networking with fellow Bitcoin enthusiasts in south-central Kansas.

- Join Our Meetup -
-
- -
-
-
-

About Wichita Bitcoiners

-

- We're a grassroots group dedicated to Bitcoin education, adoption, and community building in Wichita, Kansas. - Whether you're a seasoned Bitcoiner or just curious about digital currency, you'll find a welcoming community here. -

+
+

Get Involved

+
+
+

📅 Monthly Meetups

+

When: First Thursday of each month
+ Time: 6:30 PM - 8:30 PM
+ Where: Various locations around Wichita

- -
-

What We Do

-
-
-

📚 Educational Sessions

-

Learn about Bitcoin technology, wallet security, mining, and best practices from experienced community members.

-
-
-

🤝 Monthly Meetups

-

Join us for informal gatherings to discuss Bitcoin news, share experiences, and network with local enthusiasts.

-
-
-

🎯 Bitcoin Adoption

-

Help promote Bitcoin awareness and adoption in Wichita through community outreach and merchant education.

-
-
+
+

💬 Stay Connected

+

Join our online community to stay updated on events, ask questions, and connect with other Bitcoin enthusiasts.

- -
-

Get Involved

-
-
-

📅 Monthly Meetups

-

When: First Thursday of each month
- Time: 6:30 PM - 8:30 PM
- Where: Various locations around Wichita

-
-
-

💬 Stay Connected

-

Join our online community to stay updated on events, ask questions, and connect with other Bitcoin enthusiasts.

-
-
-

🎓 Learn More

-

Resources for beginners and advanced users alike. No prior Bitcoin knowledge required - curiosity is enough!

-
-
+
+

🎓 Learn More

+

Resources for beginners and advanced users alike. No prior Bitcoin knowledge required - curiosity is enough!

-
- - - - \ No newline at end of file + +{{ end }} \ No newline at end of file diff --git a/public/categories/index.xml b/public/categories/index.xml index ee4784c..2a210d1 100644 --- a/public/categories/index.xml +++ b/public/categories/index.xml @@ -2,10 +2,10 @@ Categories on Wichita Bitcoiners - http://localhost:1313/categories/ + https://wichitabitcoiners.com/categories/ Recent content in Categories on Wichita Bitcoiners Hugo en-us - + diff --git a/public/index.html b/public/index.html index f9b3842..d40c0ec 100644 --- a/public/index.html +++ b/public/index.html @@ -1,7 +1,7 @@ - + Wichita Bitcoiners @@ -160,57 +160,63 @@

Building Bitcoin Community in Wichita

Join us for monthly meetups, educational sessions, and networking with fellow Bitcoin enthusiasts in south-central Kansas.

- Join Our Meetup + + Join Our Meetup +
-
-

About Wichita Bitcoiners

-

- We're a grassroots group dedicated to Bitcoin education, adoption, and community building in Wichita, Kansas. - Whether you're a seasoned Bitcoiner or just curious about digital currency, you'll find a welcoming community here. -

-
+ + + +
+

About Wichita Bitcoiners

+

+ We're a grassroots group dedicated to Bitcoin education, adoption, and community building in Wichita, Kansas. + Whether you're a seasoned Bitcoiner or just curious about digital currency, you'll find a welcoming community here. +

+
-
-

What We Do

-
-
-

📚 Educational Sessions

-

Learn about Bitcoin technology, wallet security, mining, and best practices from experienced community members.

-
-
-

🤝 Monthly Meetups

-

Join us for informal gatherings to discuss Bitcoin news, share experiences, and network with local enthusiasts.

-
-
-

🎯 Bitcoin Adoption

-

Help promote Bitcoin awareness and adoption in Wichita through community outreach and merchant education.

-
-
+
+

What We Do

+
+
+

📚 Educational Sessions

+

Learn about Bitcoin technology, wallet security, mining, and best practices from experienced community members.

+
+

🤝 Monthly Meetups

+

Join us for informal gatherings to discuss Bitcoin news, share experiences, and network with local enthusiasts.

+
+
+

🎯 Bitcoin Adoption

+

Help promote Bitcoin awareness and adoption in Wichita through community outreach and merchant education.

+
+
+
-
-

Get Involved

-
-
-

📅 Monthly Meetups

-

When: First Thursday of each month
- Time: 6:30 PM - 8:30 PM
- Where: Various locations around Wichita

-
-
-

💬 Stay Connected

-

Join our online community to stay updated on events, ask questions, and connect with other Bitcoin enthusiasts.

-
-
-

🎓 Learn More

-

Resources for beginners and advanced users alike. No prior Bitcoin knowledge required - curiosity is enough!

-
-
+
+

Get Involved

+
+
+

📅 Monthly Meetups

+

When: First Thursday of each month
+ Time: 6:30 PM - 8:30 PM
+ Where: Various locations around Wichita

+
+

💬 Stay Connected

+

Join our online community to stay updated on events, ask questions, and connect with other Bitcoin enthusiasts.

+
+
+

🎓 Learn More

+

Resources for beginners and advanced users alike. No prior Bitcoin knowledge required - curiosity is enough!

+
+
+
+
diff --git a/public/index.xml b/public/index.xml index 360bf9d..4c1c5f1 100644 --- a/public/index.xml +++ b/public/index.xml @@ -1,12 +1,12 @@ - Welcome to Wichita Bitcoiners on Wichita Bitcoiners - http://localhost:1313/ - Recent content in Welcome to Wichita Bitcoiners on Wichita Bitcoiners + Building Bitcoin Community in Wichita on Wichita Bitcoiners + https://wichitabitcoiners.com/ + Recent content in Building Bitcoin Community in Wichita on Wichita Bitcoiners Hugo en-us - + diff --git a/public/sitemap.xml b/public/sitemap.xml index 80dc404..75046b9 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,11 +2,11 @@ - http://localhost:1313/ + https://wichitabitcoiners.com/ 2024-01-01T00:00:00+00:00 - http://localhost:1313/categories/ + https://wichitabitcoiners.com/categories/ - http://localhost:1313/tags/ + https://wichitabitcoiners.com/tags/ diff --git a/public/tags/index.xml b/public/tags/index.xml index 73850c7..cfebf0e 100644 --- a/public/tags/index.xml +++ b/public/tags/index.xml @@ -2,10 +2,10 @@ Tags on Wichita Bitcoiners - http://localhost:1313/tags/ + https://wichitabitcoiners.com/tags/ Recent content in Tags on Wichita Bitcoiners Hugo en-us - +