-
Notifications
You must be signed in to change notification settings - Fork 46.1k
theme skin #137
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
Comments
I kind of made it work, by disabling 'assets' by putting 'assets' into the exclude list in the _config.yml. plugins:
|
I'd like to try this out, could you write that code in a code block? |
Oh yes, sure simply add the following in the beginning of your "_config.yml"
Then just put 'assets' in the list of 'exclude' in the "_config.yml" to disable all the css.
Once you push it, your website should have a 'dark' skin with little loss of the format:) |
Tried it, the skin is indeed dark but the sidebar is pushed all the way to the left and the navbar on top is slightly disfigured, @katsu1110 is this what you mean by little loss of the format? :) or is there something I'm missing? Edit: I found the official configuration page where it says the only necessary thing to do is add:
but it's not working for me. |
@anebz Exactly, this is what I meant. For this academic pages, it seems that there are some unique changes in css from the original minimal_mistakes, which prevent us from changing the theme easily. |
It's a shame that your method of doing it seems to remove all iconography on the profile page. I wonder which asset specifically is blocking the theme content. |
Exactly, especially since it's supposed to be a simple one line addition, according to the documentation. |
Was anyone able to make this work? |
I wasn't :( |
Had the same problem. This worked for me: In _config.yml, add/ edit the following: |
can you detail please? |
Thanks so much @mrsandeshbhat ! It worked 😎 |
@mrsandeshbhat, Are any further changes needed to propagate these color value changes? I tried editing my _variables.scss but the website colors appear unchanged. |
@steipatr I tried doing these changes and it worked |
@anebz Thanks! I copied your the contents of your _variables.scss into mine, but nothing changed whatsoever. So bizarre. Are the skins you created also needed? That seems unintuitive, since they are not activated anywhere. |
@steipatr yeah the skins aren't referenced anywhere, I don't understand much CSS I just added the skins and it works for me. DId you manage to make it work without the skins? |
@anebz I'm a complete CSS noob. Couldn't get any color changes to work with the academicpages template. Trying minimal-mistakes now and it works as expected there, so trying to get a better understanding of how the different files work together in that. |
I want to try out smaller fontsize for the entire website. I am not sure which one to edit. Can someone point me out the right place. Thanks! |
I have been suffered by the exact same problem as @steipatr mentioned. |
Tried and it worked! Thanks! |
As was done in _variables.css, you need to go in and manually change this in _sass/footer.scss. My solution is here. |
This works for me! The thing is that you need to wait for 10~15 min before the server can sync all the changes (I guess). |
…s#1031 cleaning up remainder of direct references to theme colors
…s#1031 dark theme that can be set via _config.yml
…s#1031 cleaning up remainder of direct references to theme colors
Conflicts: _config.yml Please enter the commit message for your changes. Lines starting with '#' will be ignored, and an empty message aborts the commit. Author: rjzupkoii <[email protected]> interactive rebase in progress; onto 1c83644 Last commands done (156 commands done): pick e9ff0d0 academicpages#137 pull default theme into new directory pick 077a671 academicpages#137 update to include theme as setting Next commands to do (37 remaining commands): pick 2363012 Address issues with order pick 75d868b academicpages#137, academicpages#851, academicpages#911, academicpages#1031 dark theme that can be set via _config.yml You are currently rebasing branch 'master' on '1c83644'. Changes to be committed: modified: _config.yml modified: assets/css/main.scss
…s#1031 dark theme that can be set via _config.yml
…s#1031 cleaning up remainder of direct references to theme colors
Thanks for a great repos. Is there a way to change the color skin (e.g. minimal_mistakes_skin) from the default?
The text was updated successfully, but these errors were encountered: