Closed stuboo closed 4 years ago
@stuboo I followed the tutorial using the github ui, and no problem
Try that!
Thanks for the feedback, hope we can get you up and running! Can you check what version of Hugo you're running? Just do:
hugo version
Hugo Static Site Generator v0.65.2/extended darwin/amd64 BuildDate: unknown
I can confirm the same behavior. Here are my details:
$hugo env
Hugo Static Site Generator v0.65.1/extended darwin/amd64 BuildDate: unknown
GOOS="darwin"
GOARCH="amd64"
GOVERSION="go1.13.8"
$system_profiler SPSoftwareDataType
Software:
System Software Overview:
System Version: macOS 10.15.3 (19D76)
Kernel Version: Darwin 19.3.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Aha! This is a known issue in 0.65.0 and is fixed in 0.65.3. See: https://github.com/google/docsy/issues/210
If upgrading to 0.65.3 (or the workaround suggested in the issue) works for you, we can close this.
WooHooooooooo!
I can now confirm that a Hugo upgrade corrects the issue. Let's close this.
$brew upgrade hugo
<lines omitted>
==> Upgrading 1 outdated package:
hugo 0.65.1 -> 0.65.3
Wonderful. Thanks everyone.
On Feb 26, 2020, at 11:21 AM, George Simpson notifications@github.com wrote:
I can now confirm that a Hugo upgrade corrects the issue. Let's close this.
$brew upgrade hugo
==> Upgrading 1 outdated package: hugo 0.65.1 -> 0.65.3 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
Following the steps given in README.md.
Alas,
hugo server
fails with the following error:I installed hugo from tar in the
/Sites/
directory and ran the following npm commands in the/docsy-example/
directory.Brand new to hugo (& go), so thanks in advance for the insight.