Hi, I am trying to add custom styles on top of the Jekyll minima theme. I am new to web development and Jekyll, so please bare with me.
I’ve created a site with the minima theme for my D&D blog, Flanaess Fables. Here is a link to my repo: flanaess-fables
I created a new branch “sass” and tried following the steps in the Jekyll tutorial, but can’t seem to get the styles working (all I added was background-color to the body element). I added a bunch of the theme’s default files to the root directory, pretty much all of them except the default theme’s default _sass and _assets directories.
The CLI keeps telling me that the “/_sass/styles.scss” (which I’ve tried importing into "/assets/css/styles.scss) file cannot be found. I clearly am doing something wrong.
What I am trying to do is create a workflow that allows me to add styles to my site without tampering with the minima theme default styles. Ideally, I’d like to be able to update my new sass file and have it overwrite any elements or classes that are found in the minima theme.
Any help or guidance is much appreciated.
Thanks,
Adam