Theming strategy? #100
-
I was curious what the approach should be to translate a theme from Hugo to Lume. Specifically, we built out a Salesforce Lightning Design System (SLDS) based Hugo theme that we'd like to start with but I did not see any theming opinions in the Lume documentation. How should we go about porting our SLDS Hugo Theme over to Lume? There's nothing special about our theme, it's basically SLDS components make accessible through Hugo and we'd want to do the same thing with Lume. I get the sense that Lume Layouts is where we'd build our "theme" or is there another strategy that the community suggests? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Lume is unopinionated and doesn't have a "standard" theming system. This Hugo theme could be ported by translating the layouts files to nunjucks (or other template system available) and store them in |
Beta Was this translation helpful? Give feedback.
Lume is unopinionated and doesn't have a "standard" theming system. This Hugo theme could be ported by translating the layouts files to nunjucks (or other template system available) and store them in
_includes
. The other files are just static files so it can be copied as is.