Clarify "Front Matter example"
This commit is contained in:
parent
3d6c6cabba
commit
c0c65c8fa6
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
@ -155,13 +155,11 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
|
|||
|
||||
```yaml
|
||||
---
|
||||
# Common-Defined params
|
||||
title: "Example article title"
|
||||
date: "2017-08-21"
|
||||
lastmod: "2018-12-21"
|
||||
description: "Example article description"
|
||||
comments: true # Enable/disable Disqus comments for specific post
|
||||
authorbox: true # Enable/disable Authorbox for specific post
|
||||
toc: true # Enable/disable Table of Contents for specific post
|
||||
mathjax: true # Enable/disable MathJax for specific post
|
||||
categories:
|
||||
- "Category 1"
|
||||
- "Category 2"
|
||||
|
@ -169,6 +167,13 @@ tags:
|
|||
- "Tag"
|
||||
- "Another tag"
|
||||
menu: main # Add page to a menu. Options: main, footer
|
||||
|
||||
# Theme-Defined params
|
||||
comments: true # Enable/disable Disqus comments for specific post
|
||||
authorbox: true # Enable/disable Authorbox for specific post
|
||||
toc: true # Enable/disable Table of Contents for specific post
|
||||
mathjax: true # Enable/disable MathJax for specific post
|
||||
related: true # Enable/disable Related content for specific post
|
||||
---
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue