diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-04 15:45:10 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-09-04 15:45:10 +0700 |
commit | 5328c7079eb252b636eb8b3878a29a3534e84d21 (patch) | |
tree | 4e99b1f6352c30c131406fd4340b110c8b1a86ea /content/projects | |
parent | 7c93580566c4f4fc94399011dbba95a484f3f3fa (diff) | |
download | blog-5328c7079eb252b636eb8b3878a29a3534e84d21.tar.gz |
Increase heading level
Diffstat (limited to 'content/projects')
-rw-r--r-- | content/projects/mastodon.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content/projects/mastodon.md b/content/projects/mastodon.md index 180682b..bcdf775 100644 --- a/content/projects/mastodon.md +++ b/content/projects/mastodon.md @@ -21,7 +21,7 @@ tags: ["social network", "federation", "fediverse"] [fedi]: https://en.wikipedia.org/wiki/Fediverse -# Features +## Features - Content feeds: **home** (posts from accounts you follow), **local** (public posts from accounts on the same instance), and **federated** (public posts @@ -39,7 +39,7 @@ tags: ["social network", "federation", "fediverse"] - Accounts can be exported and migrated to another server (posts are not migrated, however) -# Forks +## Forks Mastodon has a few forks, the most two popular ones are [Mastodon Glitch Edition][gs] and [hometown][ht], which provides some extra features. @@ -47,7 +47,7 @@ Edition][gs] and [hometown][ht], which provides some extra features. [gs]: https://github.com/glitch-soc/mastodon [ht]: https://github.com/hometown-fork/hometown/ -# Personal opinions +## Personal opinions Overall, Mastodon gives a nice and intuitive user interface. It also provides quite flexible tools for moderating your timeline. However, this can be abused @@ -59,7 +59,7 @@ Mastodon doesn't support markups (the [glitch-soc][gs] fork does, embedding links into the text. For this reason, I prefer [Pleroma][pleroma]. -# See also +## See also - Guides: - [Kev's guide][kevq] |