i18n
This commit is contained in:
parent
7464440ece
commit
88145b304f
5 changed files with 16 additions and 5 deletions
3
build.sh
3
build.sh
|
@ -8,7 +8,8 @@ local root="$(dirname "${file}")"
|
|||
cd "${root}"
|
||||
pelican \
|
||||
--settings "${SETTINGS}" \
|
||||
"${@}"
|
||||
"${@}" && \
|
||||
ln --symbolic '../theme' 'out/fr'
|
||||
}
|
||||
|
||||
main "${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue