From 17d2e143e5b464e0518bb8b260ef66e45358b096 Mon Sep 17 00:00:00 2001 From: slashformotion Date: Sat, 21 Aug 2021 16:12:47 +0200 Subject: [PATCH] chores 0.1.2 --- CHANGELOG.md | 24 +++++++++++++++++------- README.md | 2 +- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f8274a..4ca83ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,17 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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](https://github.com/slashformotion/hugo-tufte/issues/15) + +### Fixed +- An icon wasn't showing in the navbar menu (c8bc5f6) [#26](https://github.com/slashformotion/hugo-tufte/issues/26) + +### Deprecated +- Some parts of Feather.js support remained in the code, they are now removed. (472bb3d) [#32](https://github.com/slashformotion/hugo-tufte/issues/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 + - `marginnote` (4e38a13) [#18](https://github.com/slashformotion/hugo-tufte/issues/18) + - `blockquote` (628637b) [#20](https://github.com/slashformotion/hugo-tufte/issues/20) + - `epigraph` (628637b) [#20](https://github.com/slashformotion/hugo-tufte/issues/20) + - `newthought` (628637b) [#20](https://github.com/slashformotion/hugo-tufte/issues/20) + - `sidenote` (628637b) [#20](https://github.com/slashformotion/hugo-tufte/issues/20) ### Note -- The link to the repo in the footer is now pointing at https://github.com/slashformotion/hugo-tufte (ccb1ac0) #22 +- The link to the repo in the footer is now pointing at https://github.com/slashformotion/hugo-tufte (ccb1ac0) [#22](https://github.com/slashformotion/hugo-tufte/issues/22) ## [0.1.0] - 2021-08-14 ### Added - All of the [Tufte-css](https://github.com/edwardtufte/tufte-css) feature via [shortcodes](https://github.com/slashformotion/hugo-tufte#shortcodes). @@ -24,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for custom navbar and footer links. - Support for mathematical typesetting (LaTex) support via [katex](https://katex.org/) or [MathJax](https://www.mathjax.org). -[Unreleased]: https://github.com/slashformotion/hugo-tufte/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/slashformotion/hugo-tufte/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/slashformotion/hugo-tufte/releases/tag/v0.1.2 [0.1.1]: https://github.com/slashformotion/hugo-tufte/releases/tag/v0.1.1 [0.1.0]: https://github.com/slashformotion/hugo-tufte/releases/tag/v0.1.0 \ No newline at end of file diff --git a/README.md b/README.md index 1b66e8b..ebbd5cf 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The site specific parameters that this theme recognizes are: - `copyrightHolder` string: Inserts the value in the default copyright notice. - `copyright` string: Custom copyright notice. - `math` boolean: Site wide kill switch for Latex support -- `katex` boolean: if "katex" is set to true katex will be used to render LaTex, if not MathJax will be used instead +- `katex` boolean: if "katex" is set to true katex will be used to render LaTex, if not MathJax will be used instead. (Set to `true` by default) - `codeBlocksDark` boolean: if true, code blocks will use a dark theme. ***Socials***