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 import jekyll suggests unmaintained Herring Cove theme #10715

Closed
PaulVittorino opened this issue Feb 11, 2023 · 2 comments · Fixed by #11143
Closed

hugo import jekyll suggests unmaintained Herring Cove theme #10715

PaulVittorino opened this issue Feb 11, 2023 · 2 comments · Fixed by #11143

Comments

@PaulVittorino
Copy link

When running hugo import jekyll, the output instructs the user to clone the Herring Cove, which is no longer maintained.

Importing...
Congratulations! 128 post(s) imported!
Now, start Hugo by yourself:
$ git clone https://github.com/spf13/herring-cove.git sample//themes/herring-cove

Those messages come from this line:

"$ git clone https://github.com/spf13/herring-cove.git " + args[1] + "/themes/herring-cove")

Is https://github.com/theNewDynamic/gohugo-theme-ananke a better choice given its usage in the Quick Start?

git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke themes/ananke

What version of Hugo are you using (hugo version)?

$ hugo version
hugo v0.110.0+extended darwin/arm64 BuildDate=unknown

Does this issue reproduce with the latest release?

Yes

@jmooring
Copy link
Member

Recommendation:

Now, start Hugo by yourself:

cd hugo
git init
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke themes/ananke
echo "theme = 'ananke'" > config.toml
hugo server

@bep bep added this to the v0.112.0 milestone Feb 15, 2023
@bep bep modified the milestones: v0.112.0, v0.113.0 Apr 15, 2023
@bep bep modified the milestones: v0.113.0, v0.115.0 Jun 13, 2023
bep pushed a commit that referenced this issue Jun 21, 2023
Update CLI output after a successful Jekyll import to
suggest a maintained theme and include clearer steps
to running a server locally.

Fixes #10715

Co-authored-by: Joe Mooring <joe@mooring.com>
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants