You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After opening http://localhost:1313/ and checking examples, I faced the following error:
For local development, I believe I don't need to render content fetched from the GitHub API, so I'm not sure what steps I should take to solve this issue.
What browsers and operating systems are you seeing the problem on?
❯ hugo version
hugo v0.125.4-cc3574ef4f41fccbe88d9443ed066eb10867ada2+extended darwin/arm64 BuildDate=2024-04-25T13:27:26Z VendorInfo=gohugoio
❯ sw_vers
ProductName: macOS
ProductVersion: 14.1
BuildVersion: 23B2073
The text was updated successfully, but these errors were encountered:
I don't believe this is an error or a warning. It is more like an informational message related to rendering code samples during local development.
We load code samples from GitHub to ensure that code line numbers are correctly linked to the documentation, which requires an API token to access the samples from GitHub.
For local development, you should be able to work on tasks that aren't directly related to the API.
What happened?
I followed the contributing guide and ran
hugo server
.After opening http://localhost:1313/ and checking examples, I faced the following error:
For local development, I believe I don't need to render content fetched from the GitHub API, so I'm not sure what steps I should take to solve this issue.
What browsers and operating systems are you seeing the problem on?
The text was updated successfully, but these errors were encountered: