This commit is contained in:
Marc Beninca 2022-03-18 00:02:33 +01:00
parent 7464440ece
commit 88145b304f
5 changed files with 16 additions and 5 deletions

View file

@ -8,7 +8,8 @@ local root="$(dirname "${file}")"
cd "${root}"
pelican \
--settings "${SETTINGS}" \
"${@}"
"${@}" && \
ln --symbolic '../theme' 'out/fr'
}
main "${@}"