texture
texture copied to clipboard
A configurable jekyll theme for simply beautiful blogs.
Fix so that navbar doesn't jump horizontally when scroll bar appears and disappears, as seen in [this](https://streamable.com/np21wk) video clip.
I think that email should also be available as a social option, so I added it. The icon is not appearing for me, but the code `F0E0` should be correct,...
``` Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. Recommendation: math.div($max - $min, 1px) or calc(($max - $min) /...
`bundle exec jekyll serve` produces this warning; > Deprecation Warning: Using / for division outside of calc() is > deprecated and will be removed in Dart Sass 2.0.0. This commit...
This Pull Request fixes date_format to refer site.texture.date_format as intended On current version, this line on _config.yml does not work as intended. ``` texture: date_format: "[whatever]" ``` Instead this works....