Browse Source

build: add module config with Hugo compatibility info

Attempt to add initial support for importing Academic as a Hugo Module.
George Cushen 5 năm trước cách đây
mục cha
commit
437d478f69
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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