diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..481bbf8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "contrib/blueimp-gallery"] + path = contrib/blueimp-gallery + url = https://github.com/blueimp/Gallery.git diff --git a/config.yaml b/config.yaml index 2dcbbfe..d1c7d47 100644 --- a/config.yaml +++ b/config.yaml @@ -22,3 +22,28 @@ privacy: disable: true youtube: disable: true + +module: + mounts: + # Default mounts + - source: content + target: content + - source: static + target: static + - source: layouts + target: layouts + - source: data + target: data + - source: assets + target: assets + - source: i18n + target: i18n + - source: archetypes + target: archetypes + # Blueimp Gallery + - source: contrib/blueimp-gallery/css + target: static/blueimp/css + - source: contrib/blueimp-gallery/js + target: static/blueimp/js + - source: contrib/blueimp-gallery/img + target: static/blueimp/img diff --git a/contrib/blueimp-gallery b/contrib/blueimp-gallery new file mode 160000 index 0000000..beddb39 --- /dev/null +++ b/contrib/blueimp-gallery @@ -0,0 +1 @@ +Subproject commit beddb391b0fd89959ac2a9607f3b6e59551ba0ef