chores 0.1.1

This commit is contained in:
slashformotion 2021-08-15 14:46:40 +02:00
parent ccb1ac00c7
commit f0b14a23b0

View file

@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [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
- The link to the repo in the footer is now pointing at https://github.com/slashformotion/hugo-tufte (ccb1ac0) #22
## [0.1.0] - 2021-08-14 ## [0.1.0] - 2021-08-14
### Added ### Added
- All of the [Tufte-css](https://github.com/edwardtufte/tufte-css) feature via [shortcodes](https://github.com/slashformotion/hugo-tufte#shortcodes). - All of the [Tufte-css](https://github.com/edwardtufte/tufte-css) feature via [shortcodes](https://github.com/slashformotion/hugo-tufte#shortcodes).
@ -13,5 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support for custom navbar and footer links. - Support for custom navbar and footer links.
- Support for mathematical typesetting (LaTex) support via [katex](https://katex.org/) or [MathJax](https://www.mathjax.org). - Support for mathematical typesetting (LaTex) support via [katex](https://katex.org/) or [MathJax](https://www.mathjax.org).
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...HEAD [Unreleased]: https://github.com/slashformotion/hugo-tufte/compare/v0.1.1...HEAD
[0.0.1]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0 [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