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.
This commit is contained in:
parent
0841debef3
commit
d6ba0edfe0
@ -77,6 +77,12 @@ markup:
|
|||||||
style: solarized-dark
|
style: solarized-dark
|
||||||
# https://gohugo.io/getting-started/configuration-markup/#table-of-contents
|
# 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:
|
menu:
|
||||||
main:
|
main:
|
||||||
- identifier: about
|
- identifier: about
|
||||||
|
Loading…
Reference in New Issue
Block a user