-
Notifications
You must be signed in to change notification settings - Fork 543
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
Update Hosts & Loaders + Fix Image issue #3242
Conversation
@@ -20,7 +20,7 @@ Objects can have state, which is managed by Distributed Data Structures (DDSes). | |||
DDSes are used to distribute state to clients. Instead of centralizing merge logic in the | |||
server, the server passes changes (aka operations or ops) to clients and the clients perform the merge. | |||
|
|||
 | |||
 |
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.
I fixed this in commit acd818e. I'd like to keep the images alongside the article they're referenced in, which we can do using Page Bundles.
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.
I didn't notice that you were reusing the images in multiple articles. We may need something better long term but this is OK for now.
This reverts commit 687f0a7ffb89f1e77c06eb684999114088192cf0.
I took an opinionated approach on image storage based on this issue (gohugoio/hugo#1240)
Looking for feedback on the docs besides this.