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,13 +9,13 @@ menu:
|
|||
|
||||
## Generating invites {#invites}
|
||||
|
||||
{{< figure src="/assets/invites.jpg" caption="Invite people from your account's settings" >}}
|
||||
{{< figure src="assets/invites.jpg" caption="Invite people from your account's settings" >}}
|
||||
|
||||
Invite links can be generated and shared with other people, and some servers require invites in order to register for an account. When generating an invite link, you can set the max uses to limit how many times a certain link is used, or how long it has been active. Invite links can be deactivated at any time.
|
||||
|
||||
## Follows and followers {#relationships}
|
||||
|
||||
{{< figure src="/assets/relationships.jpg" caption="Mutuals who have not moved their account, sorted by last activity" >}}
|
||||
{{< figure src="assets/relationships.jpg" caption="Mutuals who have not moved their account, sorted by last activity" >}}
|
||||
|
||||
Within settings, you can find a relationship manager that lets you filter and sort through the profiles that you are connected to, based on different criteria:
|
||||
|
||||
|
@ -27,4 +27,4 @@ You can select certain users to unfollow, or to remove from your followers, by c
|
|||
|
||||
## Account settings {#account}
|
||||
|
||||
From the account settings, you can change your email address, set a new password, revoke active sessions or authorized apps, and enable two-factor authentication.
|
||||
From the account settings, you can change your email address, set a new password, revoke active sessions or authorized apps, and enable two-factor authentication.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue