forked from mirrors/hugo-tufte
🔖 chores
This commit is contained in:
parent
e3cc068e43
commit
8ccecd55dc
3 changed files with 9 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@ exampleSite/public/*
|
||||||
*.patch
|
*.patch
|
||||||
exampleSite/resources/_gen/
|
exampleSite/resources/_gen/
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
resources/_gen/
|
|
@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.0] - 2021-11-03
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed Two deprecation warnings for _normalize-mixin.scss
|
- 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
|
## [0.1.2] - 2021-08-21
|
||||||
### Changed
|
### 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)
|
- 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)
|
||||||
|
@ -35,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- 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/slashformotion/hugo-tufte/compare/v0.1.2...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.2.0
|
||||||
[0.1.2]: https://github.com/slashformotion/hugo-tufte/releases/tag/v0.1.2
|
[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.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
|
[0.1.0]: https://github.com/slashformotion/hugo-tufte/releases/tag/v0.1.0
|
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2015 Shawn O'Hare
|
Copyright (c) 2015 Shawn O'Hare, Slashformotion
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
Loading…
Reference in a new issue