Add example code to default.md

This commit is contained in:
Kim Oliver Drechsel 2022-01-16 15:24:24 +01:00
parent 11727c0659
commit 8580f31ab0
Signed by: Kim
GPG Key ID: B9D907EF02605A07
2 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,7 @@
---
...
## Add the line below to your default.md
summary: "Enter your Post Summary here."
...
---

View File

@ -3,7 +3,8 @@ title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
## Add this key with value 'false' for indexing by search engines enabled by default
private: false
# Add the lines below to your default.md
tags: ["Enter", "Default", "Keywords", "Here"]
private: false # Add this key with value 'false' so search engine indexing is enabled by default
---