Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hugo Commands in the Palette #12

Open
michaeltlombardi opened this issue Sep 8, 2021 · 0 comments
Open

Hugo Commands in the Palette #12

michaeltlombardi opened this issue Sep 8, 2021 · 0 comments

Comments

@michaeltlombardi
Copy link
Contributor

michaeltlombardi commented Sep 8, 2021

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:

  1. Ship the latest configuration to users when they use the template repository
  2. 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)
  3. Write helpers for handling configuration updating/downgrading/etc - possibly scripts, possibly GitHub Actions, probably both.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant