You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,17 @@ Hashtag(s) are taken - if any - from `article.tags` and concatenated separating
34
34
35
35
Pelican can nicely handle tags with whitespaces (for example `#My nice article`) but in Mastodon they must be written without. For this reason all whitespaces from Pelican hashtags will be removed before publishing (`#Mynicearticle`).
36
36
37
+
### New metadata **ftags**
38
+
You can use the `ftags` metadata to add specific tags to a Fediverse post without including Pelican hashtags.
39
+
```markdown
40
+
Title: This is a ftags sample usage
41
+
Date: 2025-05-23
42
+
Slug: ftags-sample
43
+
tags: tag_on_blog_and_fediverse, another_one
44
+
ftags: TagOnlyOnFediverse, SecondOne
45
+
46
+
```
47
+
37
48
## Mastodon APIs
38
49
39
50
This plugin depends on [Mastodon.py](https://github.com/halcy/Mastodon.py).
0 commit comments