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 support #111

Merged
merged 1 commit into from
Feb 29, 2024
Merged

Hugo support #111

merged 1 commit into from
Feb 29, 2024

Conversation

Parzival-3141
Copy link
Collaborator

@Parzival-3141 Parzival-3141 commented Feb 29, 2024

Closes #71

Clone, compile, and embed Hugo in a similar manner to Micro.

Limitations

  • The deploy and server commands have been stripped due to incompatibility with Wanix/WASM.
  • At the moment Wanix doesn't support file locks, so all Hugo invocations must use the --noBuildLock flag.
  • This PR doesn't include default themes/templates either, which you'll need if working on a site from scratch inside Wanix. This can be addressed in a following PR, but for now you can manually copy them in through the dev server.

Hugo takes awhile to clone, perhaps we can avoid pulling all the history
in a follow-up commit.
@progrium progrium merged commit 7923797 into main Feb 29, 2024
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

Successfully merging this pull request may close these issues.

support Hugo
2 participants