Skip to content

Set up Cursor Cloud dev environment for the docs site - #12

Draft
gjong wants to merge 1 commit into
masterfrom
cursor/setup-dev-environment-7124
Draft

Set up Cursor Cloud dev environment for the docs site#12
gjong wants to merge 1 commit into
masterfrom
cursor/setup-dev-environment-7124

Conversation

@gjong

@gjong gjong commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Sets up the development environment for the Pledger.io user documentation site (Hugo Extended + Hinode theme) and documents it for future cloud agents.

  • Adds AGENTS.md with a ## Cursor Cloud specific instructions section covering toolchain, generated-file caveats, build/run, and the lychee link-check "lint".
  • Update script configured to hugo mod get (refreshes the Hinode theme module on startup).

No application code was changed; only environment setup + docs.

Environment installed

  • Hugo Extended 0.163.1, PowerShell 7.4.6 (pwsh), lychee 0.24.2. Go 1.26.4 and Node 22 were already present.

Verification

Step Command Result
Modules hugo mod get OK
Generate releases pwsh scripts/generate-releases.ps1 54 releases generated
Bundle OpenAPI pwsh scripts/bundle-openapi.ps1 bundle produced
Build hugo --gc --minify 79 pages built
Lint (links) lychee --config .lychee.ci.toml --root-dir public ./public 3127 OK, 0 errors
Run hugo server -D serves on :1313, homepage/releases/api-docs return 200

Hello-world walkthrough

Browsed the running site: homepage → Getting Started → site search for "budget" (returned results) → opened a budget doc page → Releases timeline.

hugo_docs_site_walkthrough.mp4

Search returns results for budget
Releases timeline

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Gerben Jongerius <gjong@users.noreply.github.com>
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.

2 participants