Skip to content
Snippets Groups Projects
Commit 24b3d403 authored by Ribbon's avatar Ribbon :speech_balloon: Committed by Jeremy Soller
Browse files

Add the website recipe

parent eeff190c
No related branches found
No related tags found
1 merge request!386Add the website recipe
[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
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment