-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make name of portfolio image configurable (#41) #71
Conversation
Hi @samarsault |
Wouldn't it be better to specify the path relative to the codebase (repo)? I think that leaves less room for confusion. |
So the link to the image would be |
{{ site.baseurl }} / {{site.plainwhite.portfolio_image }}` |
Hi @samarsault |
README.md
Outdated
|
||
```yaml | ||
plainwhite: | ||
portfolio_image: "portfolio.png" # the filename of the image in /assets/ to display |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you change this comment? It says assets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @samarsault
I have made the suggested changes.
Cheers,
Alex
@samarsault any update here? |
Thanks! |
Adds an option to
_config.yaml
to let the user change the filename of the image.(Also see issue #41 )