Merge pull request 'add tagcloud plugin to vagrant + info about language-selector' (#182) from meazdev into master

Reviewed-on: #182
This commit is contained in:
meaz 2020-12-05 23:19:20 +00:00
commit 441c3ca33e
1 changed files with 4 additions and 1 deletions

View File

@ -53,11 +53,14 @@ sudo chown -R ${WWW_USER}:${WWW_USER} "${WEB_ROOT}"
sudo chmod 775 -R bin/
sudo -u "${WWW_USER}" bin/grav install
#sudo -u "${WWW_USER}" bin/gpm install disroot
#sudo -u "${WWW_USER}" bin/gpm install language-selector
#sudo -u "${WWW_USER}" bin/gpm install language-selector -> Disabled as we're using grav-plugin-language-selector Disroot repo
sudo -u "${WWW_USER}" bin/gpm install themer
# https://github.com/sommerregen/grav-plugin-themer
sudo -u "${WWW_USER}" bin/gpm install tagcloud
# https://github.com/Perlkonig/grav-plugin-tagcloud
sudo -u "${WWW_USER}" bin/gpm install form
sudo -u "${WWW_USER}" sed -i 's/quark/disroot/g' "${YAML}"