I plan on using nuxt generate to create static sites and blogs. Other alternates, obviously, are Jekyll, Hexo, Hugo, etc.
Currently, like the mentioned alternatives, nuxt provides:
However, the main features it does not provide:
Data files for reusable information that can be used inside pre-compiled files (this can be done inside HTML templates locally with the data component property, but there is no global data configurations that can be used inside markdown files before they are compiled as vue components)
Front-matter/metadata that facilitates content organization (e.g. by date, title, category etc.)
Before I go off and try to incorporate these features on my own, my question is: would it make any sense to incorporate these features into Nuxt?
Hi,
Nuxt-Modules will be available in the next release and will give you the opportunity to add such functionality to Nuxt.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Hi,
Nuxt-Modules will be available in the next release and will give you the opportunity to add such functionality to Nuxt.