mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 18:35:00 +01:00
readme update
This commit is contained in:
parent
063e776622
commit
aa3e723475
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user