mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
Add .dependencies sure
This commit is contained in:
parent
efe2ed50ee
commit
dfa6377e10
1 changed files with 26 additions and 0 deletions
26
src/.dependencies
Normal file
26
src/.dependencies
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
git:
|
||||||
|
problems:
|
||||||
|
url: https://github.com/getgrav/grav-plugin-problems
|
||||||
|
path: user/plugins/problems
|
||||||
|
branch: master
|
||||||
|
error:
|
||||||
|
url: https://github.com/getgrav/grav-plugin-error
|
||||||
|
path: user/plugins/error
|
||||||
|
branch: master
|
||||||
|
antimatter:
|
||||||
|
url: https://github.com/getgrav/grav-theme-antimatter
|
||||||
|
path: user/themes/antimatter
|
||||||
|
branch: master
|
||||||
|
links:
|
||||||
|
problems:
|
||||||
|
src: grav-plugin-problems
|
||||||
|
path: user/plugins/problems
|
||||||
|
scm: github
|
||||||
|
error:
|
||||||
|
src: grav-plugin-error
|
||||||
|
path: user/plugins/error
|
||||||
|
scm: github
|
||||||
|
antimatter:
|
||||||
|
src: grav-theme-antimatter
|
||||||
|
path: user/themes/antimatter
|
||||||
|
scm: github
|
Loading…
Add table
Reference in a new issue