diff --git a/archetypes/post.md b/archetypes/post.md index eae0b6d0..ec870d98 100644 --- a/archetypes/post.md +++ b/archetypes/post.md @@ -1,4 +1,7 @@ +++ +title = "{{ replace .TranslationBaseName "-" " " | title }}" +date = "{{ .Date }}" + math = false highlight = true tags = [] diff --git a/archetypes/project.md b/archetypes/project.md index b109d941..559ab497 100644 --- a/archetypes/project.md +++ b/archetypes/project.md @@ -1,4 +1,7 @@ +++ +title = "{{ replace .TranslationBaseName "-" " " | title }}" +date = "{{ .Date }}" + # Tags: can be used for filtering projects. # Example: `tags = ["machine-learning", "deep-learning"]` tags = [] diff --git a/archetypes/publication.md b/archetypes/publication.md index 5ae8ceeb..bfea37ab 100644 --- a/archetypes/publication.md +++ b/archetypes/publication.md @@ -1,4 +1,6 @@ +++ +title = "{{ replace .TranslationBaseName "-" " " | title }}" +date = "{{ .Date }}" # Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`. authors = [""] diff --git a/archetypes/talk.md b/archetypes/talk.md index 1bf6eff9..98d1ed77 100644 --- a/archetypes/talk.md +++ b/archetypes/talk.md @@ -1,5 +1,7 @@ +++ -title = "" +title = "{{ replace .TranslationBaseName "-" " " | title }}" +date = "{{ .Date }}" + abstract = "" abstract_short = "" event = "" diff --git a/theme.toml b/theme.toml index 9f55e1d7..599e0786 100644 --- a/theme.toml +++ b/theme.toml @@ -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",