1
0
forked from clan/clan-core

Merge pull request 'don't hard-code page weight' (#1118) from fricklerhandwerk/clan-core:doc-contributing into main

This commit is contained in:
clan-bot 2024-04-10 13:35:50 +00:00
commit f33c3ece3d

View File

@ -50,7 +50,7 @@
name: md: '' name: md: ''
# generate header for zola with title, template, weight # generate header for zola with title, template, weight
title="${name}" title="${name}"
echo -e "+++\ntitle = \"$title\"\ntemplate = \"docs/page.html\"\nweight = 0\n+++" > "$out/${name}.md" echo -e "+++\ntitle = \"$title\"\ntemplate = \"docs/page.html\"\n+++" > "$out/${name}.md"
cat <<EOF >> "$out/${name}.md" cat <<EOF >> "$out/${name}.md"
${makeIntro name} ${makeIntro name}
EOF EOF