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:
|
|||
|
||||
## Exporting your information {#export}
|
||||
|
||||
{{< figure src="/assets/export.jpg" caption="The data export page in settings" >}}
|
||||
{{< figure src="assets/export.jpg" caption="The data export page in settings" >}}
|
||||
|
||||
At any time you want, you can go to Settings > Export and download a CSV file for your current followed accounts, your currently created lists, your currently blocked accounts, your currently muted accounts, and your currently blocked domains. Your following, blocking, muting, and domain-blocking lists can be imported at Settings > Import, where they can either be merged or overwritten.
|
||||
|
||||
|
@ -21,25 +21,24 @@ From the bottom of Settings > Account, you can find options related to accoun
|
|||
|
||||
### Profile redirect {#redirect}
|
||||
|
||||
{{< figure src="/assets/account-redirect.jpg" caption="Profile redirect form" >}}
|
||||
{{< figure src="assets/account-redirect.jpg" caption="Profile redirect form" >}}
|
||||
|
||||
Redirecting your account disables posting from that account and displays a "profile moved" notice indicating your new account. Anyone viewing your profile can see this notice and will know to follow you at your new account. Following redirected accounts is not possible. The redirect can be canceled at any time.
|
||||
|
||||
### Profile move {#move}
|
||||
|
||||
{{< figure src="/assets/account-move.jpg" caption="Profile move form" >}}
|
||||
{{< figure src="assets/account-move.jpg" caption="Profile move form" >}}
|
||||
|
||||
Moving your account is the same as redirecting your account, but it will also irreversibly force everyone to unfollow your current account and follow your new account, if their software supports the Move activity. Your posts will not be moved, due to technical limitations. There is also a 30 day cooldown period in which you cannot migrate again, so be very careful before using this option!
|
||||
|
||||
### Account aliases {#aliases}
|
||||
|
||||
{{< figure src="/assets/account-aliases.jpg" caption="Alias management screen" >}}
|
||||
{{< figure src="assets/account-aliases.jpg" caption="Alias management screen" >}}
|
||||
|
||||
Profile moves can only be initiated when your two accounts have been aliased. Account aliases are currently not used for anything other than profile moves, where you will need to set your old account as an alias of your new account before initiating the move. Setting aliases is harmless and reversible on its own.
|
||||
|
||||
## Deleting your account {#delete}
|
||||
|
||||
{{< figure src="/assets/account-delete.jpg" caption="Account deletion form" >}}
|
||||
{{< figure src="assets/account-delete.jpg" caption="Account deletion form" >}}
|
||||
|
||||
From the bottom of Settings > Account, you can find the form to delete your account. Deleting your account is irreversible, and will cause both your profile and username to become forever unusable.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue