From 5712e49125c893d18e6fea8d10494bacdc420c96 Mon Sep 17 00:00:00 2001 From: Maximilian Bosche Date: Wed, 10 Apr 2019 14:41:06 +0200 Subject: Order sections on homepage by weigth (#143) --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8390978..a01edaf 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ hugo new projects/_index.md ``` Add a `title` and some optional content to the file. +Add an optional `weight` for ordering projects section. To create a project, run: @@ -122,6 +123,7 @@ Create an index file for the blog: ``` hugo new blog/_index.md ``` +Add an optional `weight` for ordering blog section on your homepage Create a new blog post with: -- cgit v1.2.3