Clpsplug / Clpsplug/jekyll-shields_io
Make output folder configurable
- Dominant language
- Ruby
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## The issue
The deployment folder is always `assets/img/shields`. However, not all blogs employ the same principle - it could store images in the `assets/image` directory.
## Potential fix
Expose a config value (in `_config.yml`) to control this behavior, for example:
```yaml
shields_io:
output: "assets/img/shields"
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with _config.yml and locate the plugin code that currently uses assets/img/shields as the deployment folder. Trace how configuration is read and how the output path is selected. Done means a shields_io.output setting can select another folder, while the existing default continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jekyll, ruby
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100