Releases: questionlp/minima-plex
Releases · questionlp/minima-plex
v0.4.2
v0.4.1
v0.4.0
v0.3.4
v0.3.3
Version 0.3.3
Add a copyright block at the end of footer that pulls the value from the site.copyright
variable passes it through the markdownify
filter.
Full Changelog: v0.3.2...v0.3.3
v0.3.2
v0.3.1
Version 0.3.1
Change .page-title
and .post-content h1
from 2.625x to 2.5x to improve proportions
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Change the font stack for base-font-family
and code-font-family
to the following to allow for better fallback fonts than just using sans-serif
and monospace
respectively.
$base-font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
$code-font-family: "IBM Plex Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace !default;
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Add "(Read more...)" link below post excerpts on the main page if post.content.size
is greater than post.excerpt.size
.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Full Changelog: v0.1.0...v0.1.1