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
_sass
and changeimg
in_sidebar.scss
to the value you want. - Add an
$right-space
variable to_variables.scss
- Change the wide option in
_pages.scss
,_archive.scss
from 0 to$right-space
. - Add values in
classes: wide
in_config.yml
to use the wide option.
- If you want to change the image size: goes to
- Change the preview style of the posts:
In
_includes
, findexcerpt
and change accordingly inarchive-single.html
.