mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
Add comments to default archetype
Documenting non-obvious parameters, addressing #70
This commit is contained in:
@@ -2,9 +2,13 @@
|
|||||||
title = '{{ replace .TranslationBaseName "-" " " | title }}'
|
title = '{{ replace .TranslationBaseName "-" " " | title }}'
|
||||||
date = {{ .Date }}
|
date = {{ .Date }}
|
||||||
draft = true
|
draft = true
|
||||||
meta_img = "/images/image.jpg"
|
|
||||||
tags = ["tags"]
|
tags = ["tags"]
|
||||||
description = "Desc"
|
description = "Desc"
|
||||||
|
|
||||||
|
# For twitter cards, see https://github.com/mtn/cocoa-eh-hugo-theme/wiki/Twitter-cards
|
||||||
|
meta_img = "/images/image.jpg"
|
||||||
|
|
||||||
|
# For hacker news and lobsters builtin links, see github.com/mtn/cocoa-eh-hugo-theme/wiki/Social-Links
|
||||||
hacker_news_id = ""
|
hacker_news_id = ""
|
||||||
lobsters_id = ""
|
lobsters_id = ""
|
||||||
+++
|
+++
|
||||||
|
Reference in New Issue
Block a user