mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-21 13:48:29 +00:00
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
|
```yaml
|
||||||
---
|
---
|
||||||
|
# Common-Defined params
|
||||||
title: "Example article title"
|
title: "Example article title"
|
||||||
date: "2017-08-21"
|
date: "2017-08-21"
|
||||||
|
lastmod: "2018-12-21"
|
||||||
description: "Example article description"
|
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:
|
categories:
|
||||||
- "Category 1"
|
- "Category 1"
|
||||||
- "Category 2"
|
- "Category 2"
|
||||||
|
@ -169,6 +167,13 @@ tags:
|
||||||
- "Tag"
|
- "Tag"
|
||||||
- "Another tag"
|
- "Another tag"
|
||||||
menu: main # Add page to a menu. Options: main, footer
|
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