You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a platen site maintainer, I want to be able to run Hugo commands without having to learn the syntax and use the command line.
This functionality may be readily provided by the Front Matter extension through its site preview feature and custom actions. Being able to do so reliably for theme users will require the implementation of estruyf/vscode-front-matter#407, which would allow us to publish one (or more) base configurations that users could inherit and extend for their own sites.
Without that feature, we would need to implement a way to:
Ship the latest configuration to users when they use the template repository
Write a helper to enable users to add the latest configuration to their site if they had already created their own project (we will probably want to do this anyway for convenience)
This functionality may be readily provided by the Front Matter extension through its site preview feature and custom actions. Being able to do so reliably for theme users will require the implementation of
estruyf/vscode-front-matter#407, which would allow us to publish one (or more) base configurations that users could inherit and extend for their own sites.
Without that feature, we would need to implement a way to:
The text was updated successfully, but these errors were encountered: