danielmichaels / danielmichaels/ds

`BLOG_PATH` needs to be set without `$HOME`

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

On L146 the environment variables `HOME` and `BLOG_PATH` are concatenated. This should just be `BLOG_PATH` so that it can be set explicitly.

https://github.com/danielmichaels/ds/blob/11daeb441a2910d83314d92feffb15b224b7b4d1/pkg/scripts/scripts.go#L139-L147

Contributor guide

Open the contributing guide

Research direction

Open pkg/scripts/scripts.go around lines 139–147 and inspect how HOME and BLOG_PATH are combined. Confirm that the change allows BLOG_PATH to be set explicitly, then run the relevant project checks to verify the script behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
tooling
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.