From 242d24c9b7d393eb8522be97eb25eee6a50f3380 Mon Sep 17 00:00:00 2001 From: Michael Noronha Date: Wed, 13 Jun 2018 21:54:39 -0500 Subject: [PATCH] Add comments to default archetype Documenting non-obvious parameters, addressing #70 --- archetypes/default.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/archetypes/default.md b/archetypes/default.md index 45bd5d7..4a9d6d3 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,9 +2,13 @@ title = '{{ replace .TranslationBaseName "-" " " | title }}' date = {{ .Date }} draft = true -meta_img = "/images/image.jpg" tags = ["tags"] 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 = "" lobsters_id = "" +++