2023-12-29 00:48:27 +11:00
|
|
|
#!/bin/bash -e
|
2022-12-23 20:17:19 +11:00
|
|
|
|
2023-12-29 17:07:59 +11:00
|
|
|
npm install -Dy
|
|
|
|
npm -y exec webpack
|
2022-12-23 21:36:45 +11:00
|
|
|
cp ./node_modules/xterm/css/xterm.css ./assets/
|
2022-12-23 20:17:19 +11:00
|
|
|
cp dist/main.js ./assets/main.js
|
2024-10-12 23:46:47 +11:00
|
|
|
pushd hugo-static
|
2023-02-18 21:40:21 +11:00
|
|
|
hugo --theme hugo-book
|
2024-10-12 23:46:47 +11:00
|
|
|
popd
|
|
|
|
pushd worldwideportal-static
|
|
|
|
hugo --theme hugo-book
|
|
|
|
popd
|