Prepend og title with 'install' for package pages

This commit is contained in:
Thomas Smith 2023-03-23 18:38:50 -04:00
parent 21db2230ae
commit 5685736213

View file

@ -18,7 +18,7 @@ for row in $(jq -r '.[] | @base64' < "$1"); do
touch "$2"/"+$full_name".md
content="---
type: page
title: \"$(_jq '.name')\"
title: \"Install $(_jq '.name')\"
maintainer: \"$(_jq '.maintainer')\"
Description: \"$(_jq '.desc' | tr '\"' "'")\"
og_image: \"$(_jq '.thumb_image_url')\"