-
|
Heyo, I'm using this theme as a submodule via git. I've been able to change things like the amount of recent posts shown on the index (by adding a modified version of I'd really like to avoid hard copying the entire theme into my blog repo itself. 🫤 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi Michael. You don't have to copy the entire theme. With Hugo, you can override theme styles. You can read this post for more information. Follow these steps:
Let me know Michael, if that works. |
Beta Was this translation helpful? Give feedback.
Hi Michael. You don't have to copy the entire theme.
With Hugo, you can override theme styles. You can read this post for more information.
Follow these steps:
assets/sass/_base.scssin your project’s root directory.sass/_base.scssfile into it.Let me know Michael, if that works.