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

github.com/siegerts/hugo-theme-basic.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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a8b582e..09d40fd 100644
--- a/README.md
+++ b/README.md
@@ -51,8 +51,8 @@ Check out the sample `config.toml`file located in the [`exampleSite`](https://gi
| Type | Description | Command |
| ----------- | ------------------------------------------------------------------------------------------- | ------------------------------------ |
-| **Post** | Used for blog posts. Posts are listed on the `/blog` page. | `hugo new post/<post-name>.md` |
-| **Page** | Used for site pages. | `hugo new page/<page-name>.md` |
+| **Post** | Used for blog posts. Posts are listed on the `/post` page. | `hugo new post/<post-name>.md` |
+| **Page** | Used for site pages. | `hugo new <page-name>.md` |
| **Project** | Used for project pages. Extend project list by customizing `/layouts/section/project.html`. | `hugo new project/<project-name>.md` |
## Blog post series