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:
authorsiegerts <stephen.siegert@gmail.com>2019-02-11 01:35:18 +0300
committersiegerts <stephen.siegert@gmail.com>2019-02-11 01:35:18 +0300
commit11090da20907e3ad3080f8c692834c9e26a4347f (patch)
treec2ab63062d6b0f6f49403ad2ca4d30bef768d866
parentdb8aa61c27b9cb311938e354363941ff2b1dc023 (diff)
content type desc
-rw-r--r--README.md19
1 files changed, 5 insertions, 14 deletions
diff --git a/README.md b/README.md
index d14ae71..ab00aa4 100644
--- a/README.md
+++ b/README.md
@@ -33,20 +33,11 @@ Take a look at the sample `config.toml`file located in the `exampleSite` folder.
#### Content Types
-**Post**
-<br />
-Used for blog posts. Posts are listed on the `/blog` page. Run `hugo new post/<post-name>.md` to create a post.
-<br />
-
-**Page** _Optional_
-<br />
-Used for site pages. Run `hugo new page/<page-name>.md` to create a page.
-<br />
-
-**Project** _Optional_
-<br />
-Used for project pages. Extend project list with `/layouts/section/project.html`. Run `hugo new project/<project-name>.md` to create a page.
-<br />
+| 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` |
+| **Project** | Used for project pages. Extend project list with `/layouts/section/project.html`. | `hugo new project/<project-name>.md` |
#### Menu