docs: add FAQ to the user guide

This commit is contained in:
Sina Atalay 2024-05-19 00:45:00 +03:00
parent ef04e05476
commit f48882aa33
1 changed files with 30 additions and 0 deletions

View File

@ -241,3 +241,33 @@ The `create-theme` command has some options:
```bash ```bash
rendercv create-theme "mycustomtheme" --based-on "THEME_NAME" rendercv create-theme "mycustomtheme" --based-on "THEME_NAME"
``` ```
## Frequently Asked Questions (FAQ)
### Can I use custom fonts?
To be answered.
### Can I add a background image?
To be answered.
### How good is it in terms of parseability by ATS?
To be answered.
### How to add links?
To be answered.
### How to use Greek letters?
To be answered.
### Can I add a profile picture?
To be answered.
### How can I switch the order of `company` and `position` in ExperienceEntry?
To be answered.