diff --git a/.dockerignore b/.dockerignore index a1c007b00e..4cf045c0ce 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,7 +4,6 @@ /npm/ /pypi/ /website/ -/img/ # Files .editorconfig diff --git a/README.md b/README.md index 74c3dc0273..95143f26ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-
+
{siteConfig.tagline}
@@ -40,7 +40,7 @@
**git-cliff** can generate [changelog](https://en.wikipedia.org/wiki/Changelog) files from the [Git](https://git-scm.com/) history by utilizing [conventional commits](https://git-cliff.org/docs/configuration#conventional_commits) as well as regex-powered [custom parsers](https://git-cliff.org/docs/configuration#commit_parsers). The [changelog template](https://git-cliff.org/docs/category/templating) can be customized with a [configuration file](https://git-cliff.org/docs/configuration) to match the desired format.
-![preview](https://raw.githubusercontent.com/orhun/git-cliff/main/img/git-cliff-preview.png)
+![animation](https://git-cliff.org/img/git-cliff-anim.gif)
## Documentation
diff --git a/img/git-cliff-preview.png b/img/git-cliff-preview.png
deleted file mode 100644
index df797bbf4d..0000000000
Binary files a/img/git-cliff-preview.png and /dev/null differ
diff --git a/website/blog/git-cliff-0.5.0.md b/website/blog/git-cliff-0.5.0.md
index d99591205e..1dc44c430a 100644
--- a/website/blog/git-cliff-0.5.0.md
+++ b/website/blog/git-cliff-0.5.0.md
@@ -11,7 +11,7 @@ In this post, I'm explaining the new features in the 0.5.0 release while giving
-
+