Prechádzať zdrojové kódy

Bump minimum version of Hugo to 0.16 for upcoming improvements

George Cushen 8 rokov pred
rodič
commit
a1701292c9
1 zmenil súbory, kde vykonal 17 pridanie a 3 odobranie
  1. 17 3
      theme.toml

+ 17 - 3
theme.toml

@@ -3,9 +3,23 @@ license = "MIT"
 licenselink = "https://github.com/gcushen/hugo-academic/blob/master/LICENSE.md"
 description = "A one page personal theme for academic staff and students."
 homepage = "https://github.com/gcushen/hugo-academic"
-tags = ["academic", "portfolio", "responsive", "student", "personal", "university", "blog", "minimal"]
-features = ["biography", "academic interests", "research publication system", "blog"]
-min_version = 0.15
+min_version = 0.16
+tags = ["academic",
+        "portfolio",
+        "responsive",
+        "student",
+        "personal",
+        "university",
+        "blog",
+        "minimal"
+        ]
+features = ["academic profile",
+            "research publication system",
+            "projects",
+            "blog",
+            "teaching",
+            "contact"
+            ]
 
 [author]
   name = "George Cushen"