Solves #56.
Having the content as a content type instead of a hardcoded parameter makes the theme cleaner, and prevents cluttering the theme with "sample content".
This allows customization of the theme at content level - that can be reused by other themes easier, and queried as "content".
Solves #56. Having the content as a content type instead of a hardcoded parameter makes the theme cleaner, and prevents cluttering the theme with "sample content".
This allows customization of the theme at content level - that can be reused by other themes easier, and queried as "content".
This PR has an analog PR in https://github.com/zetxek/adritian-demo/pull/46, that shows how the theme should be updated to use this feature.
Changes:
To create a new "client&work" item, you can use the following command in your hugo instance:
(where
client-work-name
should be customized)Or just create the
.md
file incontent/client-work
.The images for the logos can be anywhere - you can see the example placement in https://github.com/zetxek/adritian-demo/pull/46.