Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Bosche <snow2k9@users.noreply.github.com>2019-04-10 15:41:06 +0300
committerHanzei <16541325+hanzei@users.noreply.github.com>2019-04-10 15:41:06 +0300
commit5712e49125c893d18e6fea8d10494bacdc420c96 (patch)
tree7907b81766a6b547ca89b50716641ba50f79a165 /README.md
parentf223f10314086913c43098ff1e38b35d3c81eb6b (diff)
Order sections on homepage by weigth (#143)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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: