mirror of
https://github.com/inpharmaticist/inpharmaticist.github.io.git
synced 2026-04-26 08:44:03 +00:00
port from beta
This commit is contained in:
5
.well-known/nostr.json
Normal file
5
.well-known/nostr.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{"names": {
|
||||||
|
"corey":"c3c7122c63af5281fee3b9338d10ae65b166ffe6f73f1c272c5c1120607731d7"
|
||||||
|
,"carson":"062e8e022b58cd318eda00ae3b4ef7b790c3b209fad6ba97258613df0aadeb45"
|
||||||
|
}
|
||||||
|
}
|
||||||
1
_config.yml
Normal file
1
_config.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
include: [".well-known"]
|
||||||
@@ -1,17 +1,61 @@
|
|||||||
---
|
---
|
||||||
title: My Site
|
title: San Diego Bitcoiners
|
||||||
toc: false
|
layout: hextra-home
|
||||||
---
|
---
|
||||||
|
|
||||||
This is the landing page.
|
<div class="hx-mt-6 hx-mb-6">
|
||||||
|
{{< hextra/hero-headline >}}
|
||||||
|
A meet up group
|
||||||
|
{{< /hextra/hero-headline >}}
|
||||||
|
</div>
|
||||||
|
|
||||||
## Explore
|
<div class="hx-mb-12">
|
||||||
|
{{< hextra/hero-subtitle >}}
|
||||||
|
For beginners and veterans alike.
|
||||||
|
{{< /hextra/hero-subtitle >}}
|
||||||
|
</div>
|
||||||
|
|
||||||
{{< cards >}}
|
<div class="hx-mb-6">
|
||||||
{{< card link="docs" title="Docs" icon="book-open" >}}
|
{{< hextra/hero-button text="Learn more" link="about" >}}
|
||||||
{{< card link="about" title="About" icon="user" >}}
|
</div>
|
||||||
{{< /cards >}}
|
|
||||||
|
|
||||||
## Documentation
|
<div class="hx-mt-6"></div>
|
||||||
|
|
||||||
For more information, visit [Hextra](https://imfing.github.io/hextra).
|
{{< hextra/feature-grid >}}
|
||||||
|
{{< hextra/feature-card
|
||||||
|
link="about"
|
||||||
|
icon="users"
|
||||||
|
title="Community"
|
||||||
|
subtitle="Learn more about our group."
|
||||||
|
>}}
|
||||||
|
{{< hextra/feature-card
|
||||||
|
link="about/support"
|
||||||
|
icon="support"
|
||||||
|
title="Support"
|
||||||
|
subtitle="Have a question or issue? Get help from someone with experience."
|
||||||
|
>}}
|
||||||
|
{{< hextra/feature-card
|
||||||
|
link="about/events"
|
||||||
|
icon="calendar"
|
||||||
|
title="RSVP"
|
||||||
|
subtitle="View our calendar of events and let us know you're coming."
|
||||||
|
>}}
|
||||||
|
{{< hextra/feature-card
|
||||||
|
link="about/blog"
|
||||||
|
icon="rss"
|
||||||
|
title="Blog"
|
||||||
|
subtitle="Sometimes we post about current events."
|
||||||
|
>}}
|
||||||
|
{{< hextra/feature-card
|
||||||
|
link="about/chat"
|
||||||
|
icon="support"
|
||||||
|
title="Group Chat"
|
||||||
|
subtitle="Between meetups, the chatter is on Signal."
|
||||||
|
>}}
|
||||||
|
{{< hextra/feature-card
|
||||||
|
link="about/contact"
|
||||||
|
icon="phone"
|
||||||
|
title="Contact Our Host"
|
||||||
|
subtitle="Reach out privately."
|
||||||
|
>}}
|
||||||
|
{{< /hextra/feature-grid >}}
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
title: About
|
|
||||||
type: about
|
|
||||||
---
|
|
||||||
|
|
||||||
This is the about page.
|
|
||||||
14
content/about/_index.md
Normal file
14
content/about/_index.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
title: About
|
||||||
|
toc: false
|
||||||
|
cascade:
|
||||||
|
type: docs
|
||||||
|
next: three_stages
|
||||||
|
weight: 1
|
||||||
|
breadcrumbs: false
|
||||||
|
---
|
||||||
|
|
||||||
|
> Bitcoin is different things to different people. <br />
|
||||||
|
> — Jameson Lopp
|
||||||
|
|
||||||
|
Whatever Bitcoin is to you and wherever you are in your Bitcoin journey, the San Diego Bitcoiners are here for you! Born out of the Covid pandemic at a time when Bitcoiners needed to get back to rubbing elbows, this meetup set out to serve as a means to gather folks who were interested in talking and learning about Bitcoin, and _only_ Bitcoin! We currently meet the second Thursday of the month at [Quantum Brewing](https://www.quantumbrewingsd.com/) in Kearny Mesa. We have guest presentations, short demos, and sometimes just hang out and chat with each other.
|
||||||
12
content/about/blog.md
Normal file
12
content/about/blog.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
title: Blog
|
||||||
|
toc: false
|
||||||
|
cascade:
|
||||||
|
type: docs
|
||||||
|
previous: events
|
||||||
|
next: chat
|
||||||
|
weight: 7
|
||||||
|
breadcrumbs: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Check out our [blog](https://blog.sdbitcoiners.com) where we post event updates and musings on Bitcoin news.
|
||||||
11
content/about/chat.md
Normal file
11
content/about/chat.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
title: Chat
|
||||||
|
toc: false
|
||||||
|
cascade:
|
||||||
|
type: docs
|
||||||
|
previous: blog
|
||||||
|
next: friends
|
||||||
|
weight: 8
|
||||||
|
breadcrumbs: false
|
||||||
|
---
|
||||||
|
We are a part of a [Signal](https://signal.org/) group chat with other local Bitcoin groups. To prevent scammers and bots, we prefer to add people in person. So come to an event and we'll get connected!
|
||||||
16
content/about/contact.md
Normal file
16
content/about/contact.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
title: Contact
|
||||||
|
toc: false
|
||||||
|
cascade:
|
||||||
|
type: docs
|
||||||
|
previous: support
|
||||||
|
next: events
|
||||||
|
weight: 5
|
||||||
|
breadcrumbs: false
|
||||||
|
---
|
||||||
|
(if the form doesn't show up click [here](https://formstr.app/#/fill/f5ff29ea0fc13932da373f91dc0030998431f3626476acc8ff8a30bd78bf2c2a))
|
||||||
|
|
||||||
|
<center>
|
||||||
|
<iframe src="https://formstr.app/#/embedded/f5ff29ea0fc13932da373f91dc0030998431f3626476acc8ff8a30bd78bf2c2a?hideTitleImage=true&hideDescription=true" height="1200px" width="480px" frameborder="0" style="border-style:none;box-shadow:0px 0px 2px 2px rgba(0,0,0,0.2);" cellspacing="0" >
|
||||||
|
</iframe>
|
||||||
|
<center>
|
||||||
22
content/about/events.md
Normal file
22
content/about/events.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
title: Events
|
||||||
|
toc: false
|
||||||
|
cascade:
|
||||||
|
type: docs
|
||||||
|
previous: contact
|
||||||
|
next: blog
|
||||||
|
weight: 6
|
||||||
|
breadcrumbs: false
|
||||||
|
---
|
||||||
|
You can RSVP to our events on [Luma](https://lu.ma/sdbitcoiners)
|
||||||
|
|
||||||
|
<iframe
|
||||||
|
src="https://lu.ma/embed/calendar/cal-EnwhVshZlVjIky1/events"
|
||||||
|
width="600"
|
||||||
|
height="450"
|
||||||
|
frameborder="0"
|
||||||
|
style="border: 1px solid #bfcbda88; border-radius: 4px;"
|
||||||
|
allowfullscreen=""
|
||||||
|
aria-hidden="false"
|
||||||
|
tabindex="0"
|
||||||
|
></iframe>
|
||||||
13
content/about/friends.md
Normal file
13
content/about/friends.md
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
title: Our Friends
|
||||||
|
toc: false
|
||||||
|
weight: 9
|
||||||
|
prev: chat
|
||||||
|
breadcrumbs: false
|
||||||
|
---
|
||||||
|
|
||||||
|
There are several other Bitcoin meetup groups we are friendly with. Check them out too!
|
||||||
|
* [Encinitas](https://lu.ma/calendar/cal-3zDGZ6vPHuIqgAO)
|
||||||
|
* [Escondido](https://lu.ma/calendar/cal-7fsYTR7N4Yfc6Ed)
|
||||||
|
* Pacific Beach ([Signal group](https://signal.group/#CjQKIJ-FUG7-EWFyFYGLTYAOQlPy3G5y8BPPprtdCP_FPGmyEhDNDsODsn2Hc50lCkHqduQy))
|
||||||
|
|
||||||
BIN
content/about/headshot.jpeg
Normal file
BIN
content/about/headshot.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
BIN
content/about/stages.jpeg
Normal file
BIN
content/about/stages.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
38
content/about/support.md
Normal file
38
content/about/support.md
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
---
|
||||||
|
title: Support
|
||||||
|
toc: false
|
||||||
|
cascade:
|
||||||
|
type: docs
|
||||||
|
previous: three_stages
|
||||||
|
next: contact
|
||||||
|
weight: 4
|
||||||
|
breadcrumbs: false
|
||||||
|
---
|
||||||
|
|
||||||
|
|⚠️ Warning|
|
||||||
|
|-|
|
||||||
|
|Don't share your seed phrase (aka 12-24 word wallet backup) with anyone you don't want taking your funds.|
|
||||||
|
|
||||||
|
Most bitcoiners need _some_ help with or want to learn more about buying, storing, or using Bitcoin. There's often one tool they just haven't had the time to research or try on their own. Or maybe they don't have the confidence to put that feature into practice. There are a multitude of resources on these topics, sharing reliable tools and best practices (such as [bitcoin.page](bitcoin.page), [bitcoiner.guide](bitcoiner.guide), and [BTC Session's](https://www.youtube.com/c/btcsessions) videos), but it could take 100s of hours to find, consume, and understand the info specific to your needs.
|
||||||
|
|
||||||
|
Save yourself many hours and potentially a lot of frustration by speaking with someone experienced with self-custody and who understands the trade-offs of the tools available.
|
||||||
|
|
||||||
|
<center>
|
||||||
|
<img src="https://raw.githubusercontent.com/inpharmaticist/beta/refs/heads/main/content/about/headshot.jpeg" alt="Corey" width="200"/>
|
||||||
|
</center>
|
||||||
|
|
||||||
|
My name is Corey (aka Corey San Diego on [X](twitter.com/inpharmaticist) and [Nostr](https://primal.net/p/npub1c0r3ytrr4afgrlhrhyec6y9wvkckdllx7ul3cfevtsgjqcrhx8tsdzqs7w)). I have been the host of the San Diego Bitcoiners meetup since 2021, and a bitcoin enthusiast since 2017. I have spent countless hours reading about, listening to, and experimenting with resources in the space.
|
||||||
|
I specialize in
|
||||||
|
1. Mitigating single points of failure
|
||||||
|
2. Reducing trust
|
||||||
|
3. Improving privacy
|
||||||
|
4. Implementing redundancies
|
||||||
|
5. Executing a maintenance plan
|
||||||
|
6. Inheritance planning.
|
||||||
|
|
||||||
|
I'm here to share what I've learned with you. Cut through the noise and get started today with a better Bitcoin setup. Are you:
|
||||||
|
* New to Bitcoin?
|
||||||
|
* Less than 100% confident in your wallet setup?
|
||||||
|
* Struggling with a new tool?
|
||||||
|
|
||||||
|
If you answer _yes_ to any of the questions above, you might benefit from hands-on support from an experienced Bitcoin enthusiast. Reach out for a free consultation. After that, if we identify areas of improvement I will propose recommended changes and walk you through execution.
|
||||||
18
content/about/three_stages.md
Normal file
18
content/about/three_stages.md
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
title: Three Stages
|
||||||
|
toc: false
|
||||||
|
cascade:
|
||||||
|
type: docs
|
||||||
|
prev: about
|
||||||
|
next: support
|
||||||
|
weight: 2
|
||||||
|
breadcrumbs: false
|
||||||
|
---
|
||||||
|
|
||||||
|
[Sparrow Wallet](https://sparrowwallet.com/) (our favorite desktop wallet) is a great resource for self-custodying your bitcoin in a secure and private way for new and seasoned bitcoiners. Their [Best Practices](https://sparrowwallet.com/docs/best-practices.html) section describes three general stages based on the value of your Bitcoin savings:
|
||||||
|
|
||||||
|
<center>
|
||||||
|
<img src="https://raw.githubusercontent.com/inpharmaticist/beta/refs/heads/main/content/about/stages.jpeg" alt="Stages" width="500"/>
|
||||||
|
</center>
|
||||||
|
|
||||||
|
Which stage are you in? Are you ready to optimize or graduate to the next one and need help?
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
title: Documentation
|
|
||||||
next: first-page
|
|
||||||
---
|
|
||||||
|
|
||||||
This is a demo of the theme's documentation layout.
|
|
||||||
|
|
||||||
## Hello, World!
|
|
||||||
|
|
||||||
```go {filename="main.go"}
|
|
||||||
package main
|
|
||||||
|
|
||||||
import "fmt"
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
fmt.Println("Hello, World!")
|
|
||||||
}
|
|
||||||
```
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
title: Demo Page
|
|
||||||
type: docs
|
|
||||||
prev: /
|
|
||||||
next: docs/folder/
|
|
||||||
---
|
|
||||||
|
|
||||||
A simple demo page.
|
|
||||||
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
title: Folder
|
|
||||||
type: docs
|
|
||||||
prev: docs/first-page
|
|
||||||
next: docs/folder/leaf
|
|
||||||
sidebar:
|
|
||||||
open: true
|
|
||||||
---
|
|
||||||
|
|
||||||
Pages can be organized into folders.
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
title: Leaf Page
|
|
||||||
type: docs
|
|
||||||
prev: docs/folder/
|
|
||||||
---
|
|
||||||
|
|
||||||
This page is under a folder.
|
|
||||||
2
go.mod
2
go.mod
@@ -2,4 +2,4 @@ module github.com/imfing/hextra-starter-template
|
|||||||
|
|
||||||
go 1.21
|
go 1.21
|
||||||
|
|
||||||
require github.com/imfing/hextra v0.9.0 // indirect
|
require github.com/imfing/hextra v0.8.6 // indirect
|
||||||
|
|||||||
4
go.sum
4
go.sum
@@ -1,2 +1,2 @@
|
|||||||
github.com/imfing/hextra v0.9.0 h1:1UyLZgS1eayce2ETCOjAQssXpkRz3HDrIs/fljH0lkU=
|
github.com/imfing/hextra v0.8.6 h1:fpOqzcUs26Lc/ZzowYSBcnpe00d/aZw4HhiHP7ycSks=
|
||||||
github.com/imfing/hextra v0.9.0/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
|
github.com/imfing/hextra v0.8.6/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
|
||||||
|
|||||||
35
hugo.yaml
35
hugo.yaml
@@ -1,5 +1,5 @@
|
|||||||
# Hugo configuration file
|
# Hugo configuration file
|
||||||
title: My Site
|
title: San Diego Bitcoiners
|
||||||
|
|
||||||
# import hextra as module
|
# import hextra as module
|
||||||
module:
|
module:
|
||||||
@@ -18,29 +18,19 @@ markup:
|
|||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- name: Docs
|
|
||||||
pageRef: /docs
|
|
||||||
weight: 1
|
|
||||||
- name: About
|
|
||||||
pageRef: /about
|
|
||||||
weight: 2
|
|
||||||
- name: Contact ↗
|
- name: Contact ↗
|
||||||
url: "https://github.com/imfing"
|
url: "https://formstr.app/#/fill/f5ff29ea0fc13932da373f91dc0030998431f3626476acc8ff8a30bd78bf2c2a"
|
||||||
weight: 3
|
weight: 1
|
||||||
- name: Search
|
|
||||||
weight: 4
|
|
||||||
params:
|
|
||||||
type: search
|
|
||||||
- name: GitHub
|
|
||||||
weight: 5
|
|
||||||
url: "https://github.com/imfing/hextra-starter-template"
|
|
||||||
params:
|
|
||||||
icon: github
|
|
||||||
- name: Twitter
|
- name: Twitter
|
||||||
weight: 6
|
weight: 2
|
||||||
url: "https://twitter.com/"
|
url: "https://twitter.com/sdbitcoiners"
|
||||||
params:
|
params:
|
||||||
icon: x-twitter
|
icon: x-twitter
|
||||||
|
- name: Nostr
|
||||||
|
weight: 3
|
||||||
|
url: "https://primal.net/p/npub1c0r3ytrr4afgrlhrhyec6y9wvkckdllx7ul3cfevtsgjqcrhx8tsdzqs7w"
|
||||||
|
params:
|
||||||
|
icon: user-add
|
||||||
|
|
||||||
params:
|
params:
|
||||||
navbar:
|
navbar:
|
||||||
@@ -51,6 +41,5 @@ params:
|
|||||||
displayCopyright: false
|
displayCopyright: false
|
||||||
displayPoweredBy: true
|
displayPoweredBy: true
|
||||||
|
|
||||||
editURL:
|
page:
|
||||||
enable: true
|
width: normal
|
||||||
base: "https://github.com/imfing/hextra-starter-template/edit/main/content"
|
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ publish = "public"
|
|||||||
command = "hugo --gc --minify -b ${DEPLOY_PRIME_URL}"
|
command = "hugo --gc --minify -b ${DEPLOY_PRIME_URL}"
|
||||||
|
|
||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.138.0"
|
HUGO_VERSION = "0.132.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user