The bmannconsulting.com website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'archivetrim' of https://github.com/bmann/bmcgarden.git

+64 -5
+18 -1
_includes/head.html
··· 4 4 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 5 5 <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.title }}{% endif %}"> 6 6 <meta property="og:site_name" content="{{ site.title }}"> 7 - <link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo="> 8 7 <link rel="stylesheet" href="{{ '/styles.css' | relative_url }}"> 9 8 <link rel="alternate" type="application/atom+xml" title="Blog Feed for bmannconsulting.com" href="{{ site.url }}/blog.xml" /> 10 9 <link rel="alternate" type="application/atom+xml" title="Journal Feed for bmannconsulting.com" href="{{ site.url }}/journal.xml" /> ··· 35 34 36 35 {% if page.image %} 37 36 <meta property="og:image" content="{{ site.url }}{{ page.image }}"> 37 + <meta property="fc:frame:image" content="{{ site.url }}{{ page.image }}"> 38 + <meta property="fc:frame:image:aspect_ratio" content="1:1"> 39 + {% else %} 40 + <meta property="og:image" content="{{ site.url }}/assets/bmann_hair_orange_256x256.png"> 41 + <meta property="fc:frame:image" content="{{ site.url }}/assets/bmann_hair_orange_256x256.png"> 42 + <meta property="fc:frame:image:aspect_ratio" content="1:1"> 38 43 {% endif %} 44 + 45 + <!-- Open Frames --> 46 + <meta property="fc:frame" content="vNext"> 47 + <meta property="fc:frame:button:1" content="🌱 Home"> 48 + <meta property="fc:frame:button:1:action" content="link"> 49 + <meta property="fc:frame:button:1:target" content="https://bmannconsulting.com"> 50 + <meta property="fc:frame:button:2" content="🦋 Bluesky"> 51 + <meta property="fc:frame:button:2:action" content="link"> 52 + <meta property="fc:frame:button:2:target" content="https://bsky.bmann.ca"> 53 + <meta property="fc:frame:button:3" content="💬 Drips"> 54 + <meta property="fc:frame:button:3:action" content="link"> 55 + <meta property="fc:frame:button:3:target" content="https://www.drips.network/app/bmann.eth"> 39 56 40 57 <title> 41 58 {% if page.id == "home" %}
+10
_journals/2024-04-16_1549.md
··· 1 + --- 2 + title: April 16th, 2024 3 + date: 2024-04-16, 15:49:17 -07:00 4 + section: journal 5 + link: https://bmannconsulting.com/notes/feedback-on-federating-ghost/ 6 + tags: 7 + - ActivityPub 8 + - Ghost 9 + --- 10 + I wrote up my notes on what I submitted to the Ghost survey: [[Feedback on Federating Ghost]]. I truly believe that any app that cares about user interaction should look to federate beyond a single install.
+3
_notes/2024 Events.md
··· 1 + --- 2 + --- 3 + 1 4 2 5 ## December 3 6
+24 -4
_notes/Feedback on Federating Ghost.md
··· 6 6 7 7 ## With as much detail as you can give, how would you expect ActivityPub functionality to work in Ghost, if it existed? 8 8 9 - Signing up for a Ghost account as a user could also be done by “Logging in with ActivityPub”. 9 + Signing up for a Ghost site account as a user could also be done by “Logging in with ActivityPub”. 10 10 11 - So, someone with an existing AP account could login with that account. 11 + So, someone with an existing AP account could login with that account. This would create a local account, where you "auth" with your remote account. 12 12 13 - They would still provide their email address, but could 13 + Alternately, existing member accounts can "link to an AP account". This leaves things open for connecting to multiple servers and networks. 14 14 15 - Once someone signed up, they could 15 + ### Following Ghost Content 16 + 17 + From a user perspective, there should be a "main" Ghost account to follow, `@name@website.com`. The publisher should be able to choose tags to expose like `@tag@website.com`. 18 + 19 + Replying to a posted article would appear as a comment on the article. If someone doesn't have a linked Ghost account, the publisher could choose whether or not to show it. 20 + 21 + Optional: if a person without a linked Ghost account replies with their AP account, send a DM that says "thanks for your comment! if you link your AP account, we'll publish your reply as a comment". There are a bunch of paths here for onboarding as well as moderation. 22 + 23 + Favorites and Boosts could also flow back, a bit like Web Mentions. This would be stored in the Ghost database, and could be used to sort or otherwise display content. 24 + ### Premium Content 25 + 26 + Could we get DMs / private mentions of full articles for premium content? 27 + 28 + ### Threadiverse 29 + 30 + The [[Threadiverse]] is the name for Reddit-style top posts plus comments. This seems to fit the article-or-newsletter-plus-comments that Ghost specializes in. Following this pattern would be better than thinking of Ghost as microblogging. 16 31 17 32 ## If Ghost had this, what would be the biggest benefit to you, personally? 18 33 34 + I would interact with more Ghost sites in the "comments" if I didn't have to create new accounts all the time! 35 + 36 + I already recommend [[Ghost]] and could now consider using it for use cases that look more like community servers use cases. 37 + 38 +
+3
_notes/Note Clips.md
··· 1 + --- 2 + --- 3 + 1 4 Notes on making a cross-tool drag and drop capability. 2 5 3 6 What if you could open your [[Digital Garden]] / Second Brain / Spatial Canvas / Notes website in a browser, and open any other web page, and drag and drop content into your own site?
+3
_notes/Vancouver Hack Day.md
··· 1 + --- 2 + --- 3 + 1 4 I’m organizing a couple hack days in Vancouver as part of the [[DWebYVR]] group. 2 5 ## What’s a hack day? 3 6