minima
minima copied to clipboard
Minima is a one-size-fits-all Jekyll theme for writers.
Would love to have an additional option that simply uses GitHub's default dark styles. Palette here: https://github.com/primer/primitives/tree/main/data/colors/
This will not please the demo website but now it means that anyone using Minima gets to disable Twitter and GitHub social links. Closes #664
Closes #537. ## Before (too much spacing) ## After
**README.md** says there is a version **3.0**... But, where is such a **release** or **branch** ?
The name of the class should really be `e-content` or is this a typo for `page-content`? https://github.com/jekyll/minima/blob/ffdb3210adabbd0a04f567ff88aa716928d664d0/_layouts/post.html#L29
This is a follow-up to https://github.com/jekyll/minima/pull/594, and adds the following changes: - the `auto` skin renders in light or dark mode depending on the `prefers-color-scheme` media query; - code has...
Typo @[Customizing templates](https://github.com/jekyll/minima/blob/master/README.md#customizing-templates): >1 @import "minima/skins/{{ site.minima.skin | default: 'classic' }}"**;** >2 @import "minima/initialize"; see `;` eol1 , while in codebase it's a `,`
It looks like the default _config.yml has uncommented values for the Twitter and GitHub, which means that websites using Minima cannot remove Twitter and GitHub socials if they so wish.