yiichou / hugo-theme-vec

Vec is a minimal, clean and beautiful theme for Hugo.
MIT License
35 stars 24 forks source link

Hugo requires title,date etc in archtype file #11

Closed prashantkhurana closed 6 years ago

prashantkhurana commented 7 years ago

Hugo's new version (0.24 onwards) requires a few things in the archytpe file otherwise it gives a warning.

Warning : WARNING: date and/or title missing from archetype file

From Hugo 0.24 this must be provided in the archetype file itself, if needed. Example: title: "{{ replace .TranslationBaseName "-" " " | title }}" date: {{ .Date }} draft: true