docs: rename about.md to _index.md after Hugo upgrade

Use the official way of including markdown content into index.html
This commit is contained in:
Nick Craig-Wood
2020-05-15 18:17:46 +01:00
parent 0e3ac6b13c
commit 038648aaca
4 changed files with 3 additions and 7 deletions

View File

@ -13,7 +13,7 @@ outfile = "MANUAL.md"
# Order to add docs segments to make outfile
docs = [
"about.md",
"_index.md",
"install.md",
"docs.md",
"remote_setup.md",