gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
75.09k stars 7.48k forks source link

Hugo modules: support Keybase #6169

Open Brixy opened 5 years ago

Brixy commented 5 years ago

The HugoDocs Site uses modules to integrate a theme via GitHub:

[module]
  [[module.imports]]
    path = "github.com/gohugoio/gohugoioTheme"

Is/should/will there be a way to use modules stored in a (private or team) Keybase repository?

The URL scheme is different from GitHub, GitLab etc.:

keybase://private/keybase-id/my-hugo-theme

and the Keybase software needs to run to access your (encrypted) repo.

bep commented 5 years ago

In short: If Go Modules support it, we do. My current answer to your question is currently "I don't know, but it would be cool".

Brixy commented 5 years ago

"I don't know, but it would be cool".

Super. Agreed!

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. The resources of the Hugo team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open. If this is a feature request, and you feel that it is still relevant and valuable, please tell us why. This issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions.