Skip to content

Commit 7390356

Browse files
Add Mastodon logo and link (#138)
* Add Mastodon logo * Add news post for new socials * Fix links and excerpt
1 parent cbeea27 commit 7390356

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

config.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ menu:
3939
- name: bluesky
4040
weight: 3
4141
url: https://bsky.app/profile/dhtech-community.bsky.social
42-
- name: rss
42+
- name: mastodon
4343
weight: 4
44+
url: https://fedihum.org/@dhtech
45+
- name: rss
46+
weight: 5
4447
url: index.xml
4548

4649

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "DHTech Joins Mastodon and Bluesky" # Title of the blog post.
3+
date: 2025-01-31T09:57:34-05:00 # Date of post creation.
4+
description: "DHTech is now on [Mastodon (@dhtech)](https://fedihum.org/@dhtech) and [Bluesky (@dh-tech-community.bsky.social)](https://bsky.app/profile/dhtech-community.bsky.social)!" # Description used for search engine.
5+
summary: "DHTech is now on [Mastodon (@dhtech)](https://fedihum.org/@dhtech) and [Bluesky (@dh-tech-community.bsky.social)](https://bsky.app/profile/dhtech-community.bsky.social)!"
6+
featured: false # Sets if post is a featured post, making it appear on the sidebar. A featured post won't be listed on the sidebar if it's the current page
7+
draft: false # Sets whether to render this page. Draft of true will not be rendered.
8+
toc: false # Controls if a table of contents should be generated for first-level links automatically.
9+
# menu: main
10+
usePageBundles: false # Set to true to group assets like images in the same folder as this post.
11+
featureImage: "/images/posts/bluesky-mastodon.png" # Sets featured image on blog post.
12+
featureImageAlt: 'DHTech on Mastodon and Bluesky' # Alternative text for featured image.
13+
featureImageCap: 'DHTech is now on Mastodon and Bluesky! Credit: SocialBee' # Caption (optional).
14+
thumbnail: "/images/posts/bluesky-mastodon.png" # Sets thumbnail image appearing inside card on homepage.
15+
# shareImage: "/images/path/share.png" # Designate a separate image for social media sharing.
16+
codeMaxLines: 10 # Override global value for how many lines within a code block before auto-collapsing.
17+
codeLineNumbers: false # Override global value for showing of line numbers within code block.
18+
figurePositionShow: true # Override global value for showing the figure label.
19+
showRelatedInArticle: false # Override global value for showing related posts in this series at the end of the content.
20+
# meetup_date: 2024-02-15T15:00:00 # if post is an announcement of a meetup, the date and time of the meetup
21+
# registration: https://zoom.registartion.ink/ # if post is an announcement of a meetup or another event with registration, the link to register. It will show up on the top of the post.
22+
# categories:
23+
# - Technology
24+
# tags:
25+
# - Tag_name1
26+
# - Tag_name2
27+
---
28+
29+
**DHTech is now on [Mastodon (@dhtech)](https://fedihum.org/@dhtech) and [Bluesky (@dhtech-community.bsky.social)](https://bsky.app/profile/dhtech-community.bsky.social)!**
30+
31+
We're excited to join the Mastodon and Bluesky communities and contribute to these emerging social networks that we have seen an increasing number of our colleagues and friends migrate to. We intend to continue to use and cross-post content to [Twitter/X](https://x.com/dhtech_group) for now, but we'll also begin posting to Mastodon and Bluesky. Follow us on Mastodon as [@dhtech](https://fedihum.org/@dhtech) and on Bluesky as [@dhtech-community.bsky.social](https://bsky.app/profile/dhtech-community.bsky.social).
52 KB
Loading

0 commit comments

Comments
 (0)