Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (38 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

46 lines (38 loc) · 2.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] - 2021-11-03

Fixed

  • Fixed Two deprecation warnings for _normalize-mixin.scss

Changed

  • Replaced normalize.scss with a cdn link to normalize.css

0.1.2 - 2021-08-21

Changed

  • There is no css files anymore, all the css is generated from scss, except for the hugo-tufte-override.css of course (70c7b91) #15

Fixed

  • An icon wasn't showing in the navbar menu (c8bc5f6) #26

Deprecated

  • Some parts of Feather.js support remained in the code, they are now removed. (472bb3d) #32

0.1.1 - 2021-08-15

Added

  • Markdown styling support in the following shortcodes
    • marginnote (4e38a13) #18
    • blockquote (628637b) #20
    • epigraph (628637b) #20
    • newthought (628637b) #20
    • sidenote (628637b) #20

Note

0.1.0 - 2021-08-14

Added

  • All of the Tufte-css feature via shortcodes.
  • Support out of the box for social media links( github, gitlab, twitter, patreon, youtube, medium, reddit, stackoverflow, instagram, mastodon, orcid, google_scholar).
  • Support for custom navbar and footer links.
  • Support for mathematical typesetting (LaTex) support via katex or MathJax.