parent
95aa8e0e5b
commit
4fae5bad34
1 changed files with 0 additions and 0 deletions
15
build.sh
15
build.sh
|
@ -1,15 +0,0 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
SETTINGS='settings.py'
|
||||
|
||||
function main {
|
||||
local file="$(realpath "${BASH_SOURCE[0]}")"
|
||||
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