Closed AutomateAaron closed 4 years ago
I have figured it out, you need to have "hugo extended" installed & need then you simply need to copy _variables.scss
in /assets/scss/_variables.scss
For example my project structure is:
❯ tree -P '_variables.scss' --prune
.
├── assets
│ └── scss
│ └── _variables.scss
└── themes
└── portio
└── assets
└── scss
└── _variables.scss
Stupid question: I want to change the colors on this theme?
I see the
assets/scss/_variables.scss
, but how do I adjust them without changing them inside the theme itself?Also, while I'm at it, maybe it'd be nice to add this override to the documentation or exampleSite.