-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site not showing css changes #3
Comments
thanks for the feedback. I am not sure if I can help you with that. If the css file is compiled correctly, and changes don't show as expected, you are likely not pushing the right buttons. For general color and font styles, |
Thank you for replying! Yes, I was trying to edit the $base-font-family, and even the code on line 94...but it didn't work out for some reason. I'm new to css and Sass, so I might be doing something wrong. I'll try again and see how it goes. |
One thing I ran across is that if you're trying to view the changes on you local machine (i.e. doing |
Yes, this is because jekyll does not set those paths dynamically depending on where it is executed. I still find the dynamic definition of absolute paths very confusing in Jekyll. Right now, I am solving it by appending baseurl and url in front of the relative path, which might not work in certain conditions. Suggestions are welcome. |
I totally agree, the way paths are resolved in Jekyll is confusing... What I'm doing right now is a variant of your solution B, that is using an additional config-file. Jekyll let's you define multiple config files in the call so that the variables in the latter will override those in the former. I.e. I have two setups:
or
Both only override |
First, thank you for this great lab notebook. I'm trying to build a website based on it, but for some reason, any changes I make to the _base.scss or main.scss files aren't being updated in the site. For example, I'd like to change the default font family, or the color of sites that have been visited. Their changes aren't reflected in the blog. I might be doing something wrong, because I'm completely new to this. Would appreciate your help!
Thank you
The text was updated successfully, but these errors were encountered: