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:
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: