* Require Hugo v0.24+ to support new archetype system * Explicitly set `title` and `date` in archetypes
@@ -1,4 +1,7 @@
+++
+title = "{{ replace .TranslationBaseName "-" " " | title }}"
+date = "{{ .Date }}"
+
math = false
highlight = true
tags = []
# Tags: can be used for filtering projects.
# Example: `tags = ["machine-learning", "deep-learning"]`
@@ -1,4 +1,6 @@
# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
authors = [""]
@@ -1,5 +1,7 @@
-title = ""
abstract = ""
abstract_short = ""
event = ""
@@ -3,7 +3,7 @@ license = "MIT"
licenselink = "https://github.com/gcushen/hugo-academic/blob/master/LICENSE.md"
description = "Easily create beautifully simple academic or personal sites"
homepage = "https://github.com/gcushen/hugo-academic"
-min_version = 0.18
+min_version = 0.24
tags = ["academic",
"portfolio",
"responsive",