Skip to content

Migrating to Hugo modules #1419

Answered by deining
diemol asked this question in Q&A
Feb 15, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I had a look at your project and realized you came pretty far with the conversion already! The problems you are enountering are due to the fact that your project specific file /assets/scss/_colors.scss overwrites the colors defined in the docsy theme. Since only a subset of all colors needed is defined in your file, the build fails. By changing the file name of your custom color file to _colors_project.sccs and importing this file, you can overcome the difficulties you are encountering.

Related PR: SeleniumHQ/seleniumhq.github.io#1310

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@diemol
Comment options

Answer selected by diemol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants