소스 검색

feat: add publishDate to publish future publications now (#1025)

Similar to the talk template.

When `publishDate` is used in conjunction with `date`, it enables publishing future publications now.

See Hugo docs.
Carlos Eduardo de Andrade 6 년 전
부모
커밋
182f010c03
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      archetypes/publication/index.md

+ 5 - 0
archetypes/publication/index.md

@@ -1,7 +1,12 @@
 +++
 title = "{{ replace .Name "-" " " | title }}"
+
+# Publication date.
 date = {{ .Date }}
 
+# Schedule page publish date.
+publishDate = {{ .Date }}
+
 # Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
 authors = []