mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
Bump minimum version of Hugo to 0.16 for upcoming improvements
This commit is contained in:
parent
c397cd7ce2
commit
a1701292c9
1 changed files with 17 additions and 3 deletions
20
theme.toml
20
theme.toml
|
@ -3,9 +3,23 @@ license = "MIT"
|
||||||
licenselink = "https://github.com/gcushen/hugo-academic/blob/master/LICENSE.md"
|
licenselink = "https://github.com/gcushen/hugo-academic/blob/master/LICENSE.md"
|
||||||
description = "A one page personal theme for academic staff and students."
|
description = "A one page personal theme for academic staff and students."
|
||||||
homepage = "https://github.com/gcushen/hugo-academic"
|
homepage = "https://github.com/gcushen/hugo-academic"
|
||||||
tags = ["academic", "portfolio", "responsive", "student", "personal", "university", "blog", "minimal"]
|
min_version = 0.16
|
||||||
features = ["biography", "academic interests", "research publication system", "blog"]
|
tags = ["academic",
|
||||||
min_version = 0.15
|
"portfolio",
|
||||||
|
"responsive",
|
||||||
|
"student",
|
||||||
|
"personal",
|
||||||
|
"university",
|
||||||
|
"blog",
|
||||||
|
"minimal"
|
||||||
|
]
|
||||||
|
features = ["academic profile",
|
||||||
|
"research publication system",
|
||||||
|
"projects",
|
||||||
|
"blog",
|
||||||
|
"teaching",
|
||||||
|
"contact"
|
||||||
|
]
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "George Cushen"
|
name = "George Cushen"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue