Switch hosting to Vercel (#1113)
* Fix URLs to work when `baseURL` is in a sub-directory * Use `RelPermalink` to not have assets loaded from `baseUrl` * Add `.vercel` to gitignore * Remove deploy Github Action, we are now using Vercel
This commit is contained in:
parent
ffbe66a389
commit
d356c6caac
54 changed files with 267 additions and 290 deletions
|
@ -9,7 +9,7 @@ menu:
|
|||
|
||||
## Browsing content through public timelines {#timelines}
|
||||
|
||||
{{< figure src="/assets/timeline.jpg" caption="Posts within a public timeline" >}}
|
||||
{{< figure src="assets/timeline.jpg" caption="Posts within a public timeline" >}}
|
||||
|
||||
To allow you to discover potentially interesting content, Mastodon provides a way to browse all public posts. Well, there is no global shared state between all servers, so there is no way to browse _all_ public posts. When you browse the **federated timeline**, you see all public posts that the server you are on knows about. There are various ways your server may discover posts, but the bulk of them will be from people that other users on your server follow.
|
||||
|
||||
|
@ -17,7 +17,7 @@ There is a way to filter the federated timeline to view only public posts create
|
|||
|
||||
## Interacting with people's posts {#actions}
|
||||
|
||||
{{< figure src="/assets/status.jpg" caption="An expanded view can be loaded by clicking a status in the timeline." >}}
|
||||
{{< figure src="assets/status.jpg" caption="An expanded view can be loaded by clicking a status in the timeline." >}}
|
||||
|
||||
You can perform quick actions on a post directly from the timeline, or you can click on the post to load an expanded view that shows extra information, such as a full timestamp, interaction counts, and threaded replies, if any. The following actions can be performed on a post:
|
||||
|
||||
|
@ -29,7 +29,7 @@ You can perform quick actions on a post directly from the timeline, or you can c
|
|||
|
||||
## Notifications {#notifications}
|
||||
|
||||
{{< figure src="/assets/notifications.jpg" caption="Notifications column" >}}
|
||||
{{< figure src="assets/notifications.jpg" caption="Notifications column" >}}
|
||||
|
||||
When other people interact with you or your posts, you will receive a notification depending on the type of the event. Your notifications column allows you to view all notifications in the same stream, or to filter for specific types of notifications:
|
||||
|
||||
|
@ -44,7 +44,7 @@ When unread notifications are present, a checkmark will appear in the column hea
|
|||
|
||||
## Following profiles {#follow}
|
||||
|
||||

|
||||

|
||||
|
||||
As long as you encounter a person within your app’s user interface, e.g. the web interface on your home server, or your mobile app, you can just click “follow” and you won’t notice a difference if that person is on your server or not.
|
||||
|
||||
|
@ -54,21 +54,21 @@ If you are visiting a public page on another Mastodon site, see [Using Mastodon
|
|||
|
||||
## Enabling notifications {#bell}
|
||||
|
||||

|
||||

|
||||
|
||||
If you are following someone, you also have the option to receive a notification every time they post. To opt into this functionality, click the bell icon.
|
||||
|
||||
## Search {#search}
|
||||
|
||||
{{< figure src="/assets/search.jpg" caption="The search function can be accessed from the sidebar." >}}
|
||||
{{< figure src="assets/search.jpg" caption="The search function can be accessed from the sidebar." >}}
|
||||
|
||||
Mastodon's basic search allows logged-in users to find posts containing a specific hashtag, or to load a user or status directly if they know the URL or address. Searching for a term will show profiles whose username or display name contains that term, as well as hashtags that match or contain that term.
|
||||
|
||||
{{< figure src="/assets/direct-url.jpg" caption="An example of a post being loaded directly by its URL." >}}
|
||||
{{< figure src="assets/direct-url.jpg" caption="An example of a post being loaded directly by its URL." >}}
|
||||
|
||||
{{< figure src="/assets/search-accounts.jpg" caption="An example of accounts returned when searching for "cats"." >}}
|
||||
{{< figure src="assets/search-accounts.jpg" caption="An example of accounts returned when searching for "cats"." >}}
|
||||
|
||||
{{< figure src="/assets/search-hashtags.jpg" caption="An example of hashtags returned when searching for "cats"." >}}
|
||||
{{< figure src="assets/search-hashtags.jpg" caption="An example of hashtags returned when searching for "cats"." >}}
|
||||
|
||||
Admins may optionally install full-text search. Mastodon’s full-text search allows logged-in users to find results from their own posts, their favourites, their bookmarks and their mentions. It deliberately does not allow searching for arbitrary strings in the entire database, in order to reduce the risk of abuse by people searching for controversial terms to find people to dogpile.
|
||||
|
||||
|
@ -80,19 +80,18 @@ The following operators are supported:
|
|||
|
||||
## Direct conversations {#direct}
|
||||
|
||||
{{< figure src="/assets/dm-column.jpg" caption="A list of conversations containing direct messages." >}}
|
||||
{{< figure src="assets/dm-column.jpg" caption="A list of conversations containing direct messages." >}}
|
||||
|
||||
In Mastodon, direct messages are just posts that have the "direct" visibility selected. Visibility can be selected per-post, which allows changing the privacy level later in a thread. The direct messages column currently shows a list of all conversations containing a direct post. Clicking on a conversation will load the associated thread.
|
||||
|
||||
{{< figure src="/assets/dm-thread.jpg" caption="A direct message in a thread." >}}
|
||||
{{< figure src="assets/dm-thread.jpg" caption="A direct message in a thread." >}}
|
||||
|
||||
## List timelines {#lists}
|
||||
|
||||
Lists are subsets of your home timeline. You can create a list, give it a name, and add users that you follow to that list.
|
||||
|
||||

|
||||

|
||||
|
||||
Opening a list will load that list's timeline. List timelines contain only posts by members of that list, as well as replies to you or to other members of the list. This can be changed to show replies to all people you follow, or to no one.
|
||||
|
||||
{{< figure src="/assets/list.jpg" caption="A list timeline" >}}
|
||||
|
||||
{{< figure src="assets/list.jpg" caption="A list timeline" >}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue