From d6ba0edfe04ffd42979d39d8a89339c9eb1195b5 Mon Sep 17 00:00:00 2001 From: Andrew Stryker Date: Wed, 20 Dec 2023 10:55:52 -0800 Subject: [PATCH] Leave placeholder for modules I suspect that Hugo modules are the future. This is an extensible development path as it allows Hugo to cap features. Further, the developers are using a good pattern of wrapping the features of another project rather than replicating functionality that is better defined elsewhere. However, this approach is still rather fragile. Let's put this on ice for a while. Ideally, I get involved in a Hugo user community. --- hugo.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index 5cf8e09..2e9aee4 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -77,6 +77,12 @@ markup: style: solarized-dark # https://gohugo.io/getting-started/configuration-markup/#table-of-contents +# module: +# imports: +# - disable: true +# path: github.com/hugomods/shortcodes +# - path: github.com/adityatelange/hugo-PaperMod + menu: main: - identifier: about