Ver Fonte

build: add module config with Hugo compatibility info

Attempt to add initial support for importing Academic as a Hugo Module.
George Cushen há 5 anos atrás
pai
commit
437d478f69
1 ficheiros alterados com 5 adições e 0 exclusões
  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