Forráskód Böngészése

build: add module config with Hugo compatibility info

Attempt to add initial support for importing Academic as a Hugo Module.
George Cushen 5 éve
szülő
commit
437d478f69
1 módosított fájl, 5 hozzáadás és 0 törlés
  1. 5 0
      config.toml

+ 5 - 0
config.toml

@@ -0,0 +1,5 @@
+[module]
+  [module.hugoVersion]
+    # This version of Academic is compatible with the following Hugo versions:
+    min = "0.73.0"
+    extended = true