Notes on changing the minimal mistakes
I wrote some notes on how to customize your website.
- Change the sidebar width:
- If you want to change the image size: goes to
_sassand changeimgin_sidebar.scssto the value you want. - Add an
$right-spacevariable to_variables.scss - Change the wide option in
_pages.scss,_archive.scssfrom 0 to$right-space. - Add values in
classes: widein_config.ymlto use the wide option.
- If you want to change the image size: goes to
- Change the preview style of the posts:
In
_includes, findexcerptand change accordingly inarchive-single.html.