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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user