me-site/docs/configuration.md

22 lines
712 B
Markdown
Raw Normal View History

2022-08-25 01:29:59 +02:00
# Config Folder
Everything should be configured through the mounted config folder.
To enable certain features just put the right files in there.
## General Config
The main configuration is in `config.json`. See [this](./config.json.md)
## Profile Picture
If you want to show a picture on the main page, place a file called `me.avif` in the config folder.
## PGP Key
2022-09-02 03:41:05 +02:00
If you want to share your public key, put it inside `pub.key`.
## Mirrors
2022-09-13 07:40:17 +02:00
Specify mirror urls inside of `mirrors.txt` and it will be served at `/mirrors.txt`
## Color Scheme
The site colors can be configured with pywal. Place pywal's colors.json in the config folder.
## Background
To set a background picture place it at `config/wall.png`