mirror of
https://github.com/getgrav/grav.git
synced 2026-02-03 05:10:04 +01:00
This will allow to keep clones of repositories on different folders and still be able to symlink them.
Example of ~/.grav/config:
```
github_repos:
- /Users/my_user/Projects/grav/
- /Users/my_user/Projects/personal/
- /Users/my_user/Projects/work/
```