academicpages / academicpages.github.io

Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
https://academicpages.github.io
MIT License
11.64k stars 41.84k forks source link

dark theme with minimal mistakes jekyll #1031

Open ndrahmani opened 1 year ago

ndrahmani commented 1 year ago

I want to switch to minimal-mistakes-theme I added this two lines but nothing have changed

help me please

theme                  : "minimal-mistakes-jekyll"
minimal_mistakes_skin    : "dark"
vnk8071 commented 1 year ago

You should add remote theme of minimal-mistakes-jekyll. But it can change current template of academicpages. Add to _config.yml: remote_theme: "mmistakes/minimal-mistakes@4.24.0" minimal_mistakes_skin: "contrast" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

Hao-Starrr commented 1 year ago

You should add remote theme of minimal-mistakes-jekyll. But it can change current template of academicpages. Add to _config.yml: remote_theme: "mmistakes/minimal-mistakes@4.24.0" minimal_mistakes_skin: "contrast" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

I seems not work for me...

rjzupkoii commented 6 months ago

Related to issue #911, but I'm not sure if the Minimal Mistakes themes are actually compatible with Academic Pages still due to the code drift between the two.