Add example code to default.md
This commit is contained in:
parent
11727c0659
commit
8580f31ab0
7
post_archive/archetypes/default.md
Normal file
7
post_archive/archetypes/default.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
...
|
||||
## Add the line below to your default.md
|
||||
summary: "Enter your Post Summary here."
|
||||
...
|
||||
---
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user