Tweak user's guide
parent
42b23b4b01
commit
c4ea2094fd
|
@ -33,7 +33,9 @@ Whenever one of these config items is updated, an `Update` activity will be sent
|
||||||
|
|
||||||
### Customization
|
### Customization
|
||||||
|
|
||||||
TODO
|
#### Custom emoji
|
||||||
|
|
||||||
|
You can add custom emoji in the `data/custom_emoji` directory and they will be picked automatically.
|
||||||
|
|
||||||
## Public website
|
## Public website
|
||||||
|
|
||||||
|
@ -92,10 +94,6 @@ print("I will be highlighted")
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
### Custom emoji
|
|
||||||
|
|
||||||
TODO
|
|
||||||
|
|
||||||
## Interactions
|
## Interactions
|
||||||
|
|
||||||
microblog.pub supports the most common interactions supported by the Fediverse.
|
microblog.pub supports the most common interactions supported by the Fediverse.
|
||||||
|
@ -136,9 +134,11 @@ TODO side-effect of receiving a webmention.
|
||||||
|
|
||||||
All the data generated by the server is located in the `data/` directory:
|
All the data generated by the server is located in the `data/` directory:
|
||||||
|
|
||||||
- The server configuration (in `profile.toml`)
|
- Configuration files
|
||||||
- The server secrets
|
- Server secrets
|
||||||
- The SQLite3 database
|
- SQLite3 database
|
||||||
- The uploaded media
|
- Theme modifications
|
||||||
|
- Custom emoji
|
||||||
|
- Uploaded media
|
||||||
|
|
||||||
Restoring is as easy as adding your backed up `data/` directory into a fresh deployment.
|
Restoring is as easy as adding your backed up `data/` directory into a fresh deployment.
|
||||||
|
|
Loading…
Reference in New Issue