Add the website recipe

This commit is contained in:
Ribbon 2024-08-15 14:57:58 +00:00 committed by Jeremy Soller
parent eeff190c0e
commit 24b3d40385

View File

@ -0,0 +1,9 @@
[source]
git = "https://gitlab.redox-os.org/redox-os/website"
[build]
template = "custom"
script = """
./hugo.sh
mkdir -pv "${COOKBOOK_STAGE}"/usr/share/website
cp -rv "${COOKBOOK_BUILD}"/build/public/* "${COOKBOOK_STAGE}"/usr/share/website
"""