From d73348e8cdf19a65b16e6d985f891840eaa254f0 Mon Sep 17 00:00:00 2001 From: slashformotion Date: Sat, 14 Aug 2021 12:58:11 +0200 Subject: [PATCH] Added a changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..530a28e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog +All notable changes to this project will be documented in this file. + +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). + +## [Unreleased] + +## [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). +- 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](https://katex.org/) or [MathJax](https://www.mathjax.org). + +[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...HEAD +[0.0.1]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0 \ No newline at end of file