readme update

This commit is contained in:
Matthias Kretschmann 2018-09-20 14:13:32 +02:00
parent 063e776622
commit aa3e723475
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,7 @@
- [💅 Theme switcher](#theme-switcher)
- [🏆 SEO component](#seo-component)
- [📇 Client-side vCard creation](#client-side-vcard-creation)
- [💫 Page transitions](#page-transitions)
- [📈 Matomo (formerly Piwik) analytics tracking](#matomo-formerly-piwik-analytics-tracking)
- [🖼 Project images](#project-images)
- [💎 Importing SVG assets](#importing-svg-assets)
@ -66,6 +67,10 @@ The _Add to addressbook_ link in the footer automatically creates a downloadable
If you want to know how, have a look at the respective component under [`src/components/atoms/Vcard.jsx`](src/components/atoms/Vcard.jsx)
### 💫 Page transitions
Includes mechanism for transitioning between route changes with full page transitions defined with [react-pose](https://popmotion.io/pose/). Mechanism ~~stolen~~ inspired by [gatsby-universal](https://github.com/fabe/gatsby-universal)
### 📈 Matomo (formerly Piwik) analytics tracking
Site sends usage statistics to my own [Matomo](https://matomo.org) installation. To make this work in Gatsby, I created and open sourced a plugin, [gatsby-plugin-matomo](https://github.com/kremalicious/gatsby-plugin-matomo), which is in use on this site.