mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 11:16:41 +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 }}'
|
||||
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 = ""
|
||||
+++
|
||||
|
Reference in New Issue
Block a user