1
0
forked from clan/clan-core

docs: don't set page weight

since currently the web site simply dumps these pages, this makes it
impossible to control the item order
This commit is contained in:
Valentin Gagarin 2024-04-05 21:52:56 +02:00
parent fa74d1c0b3
commit 0681f6bf7c

View File

@ -50,7 +50,7 @@
name: md: ''
# generate header for zola with title, template, weight
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"
${makeIntro name}
EOF