diff --git a/README.md b/README.md
index 303af3a0..c9c3a276 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,6 @@
- [๐ฐ Cryptocurrency donation via Web3/MetaMask](#-cryptocurrency-donation-via-web3metamask)
- [๐ Search](#-search)
- [๐ธ Related Posts](#-related-posts)
- - [๐ Coinhive](#-coinhive)
- [๐ GitHub changelog rendering](#-github-changelog-rendering)
- [๐ SEO component](#-seo-component)
- [๐ Matomo (formerly Piwik) analytics tracking](#-matomo-formerly-piwik-analytics-tracking)
@@ -96,22 +95,6 @@ If you want to know how this works, have a look at the respective component unde
- [`src/components/molecules/RelatedPosts.jsx`](src/components/molecules/RelatedPosts.jsx)
-### ๐ Coinhive
-
-Includes a component for mining Monero with JavaScript via [Coinhive](https://coinhive.com).
-
-
-
-Functionality is opt-in on a post basis. Simply add this to any post's frontmatter to activate it for this post:
-
-```yaml
-coinhive: true
-```
-
-If you want to know how this works, have a look at the respective component under
-
-- [`src/components/atoms/Coinhive.jsx`](src/components/atoms/Coinhive.jsx)
-
### ๐ GitHub changelog rendering
Adds ability to show contents of a changelog, rendered from a `CHANGELOG.md` on GitHub from the given repository. The use case is to enhance release posts about projects hosted on GitHub. Makes use of the GitHub GraphQL API via [gatsby-source-graphql](https://www.gatsbyjs.org/packages/gatsby-source-graphql/).
@@ -154,10 +137,10 @@ Site sends usage statistics to my own [Matomo](https://matomo.org) installation.
All SVG assets under `src/images/` will be converted to React components with the help of [gatsby-plugin-svgr](https://github.com/zabute/gatsby-plugin-svgr). Makes use of [SVGR](https://github.com/smooth-code/svgr) so SVG assets can be imported like so:
-```js
+```jsx
import { ReactComponent as Logo } from './components/svg/Logo'
-
+;
```
### ๐ฌ Typekit component
diff --git a/content/photos/2012-04-07-ipad-porn.md b/content/photos/2012-04-07-ipad-porn.md
index 7d3fbadc..05cb934b 100644
--- a/content/photos/2012-04-07-ipad-porn.md
+++ b/content/photos/2012-04-07-ipad-porn.md
@@ -4,6 +4,4 @@ type: photo
title: iPad Porn
image: ../media/97a44d6080b711e181bd12313817987b_7.jpg
date: 2012-04-07 13:43:00+00:00
-
-coinhive: true
---
diff --git a/content/posts/2007-03-01-adjustment-tool-guide-for-aperture-152.md b/content/posts/2007-03-01-adjustment-tool-guide-for-aperture-152.md
index fcc67158..2a71b75d 100644
--- a/content/posts/2007-03-01-adjustment-tool-guide-for-aperture-152.md
+++ b/content/posts/2007-03-01-adjustment-tool-guide-for-aperture-152.md
@@ -7,7 +7,6 @@ date: 2007-03-01 20:50:32+00:00
tags:
- photography
- aperture
-coinhive: true
---
The Adjustment Tool Guide gives an in-depth-view of the Adjustment tool in Aperture. The documentary provided by Apple isn't that what most people were looking for. But Kendall Gelner wrote his own Adjustment Tools Guide originally for the Aperture Version 1.0.1.
diff --git a/content/posts/2008-02-26-how-to-quickly-generate-encrypted-logins-on-a-mac-for-htaccess-protected-sites.md b/content/posts/2008-02-26-how-to-quickly-generate-encrypted-logins-on-a-mac-for-htaccess-protected-sites.md
index 2cc6fb5c..b834fbd8 100644
--- a/content/posts/2008-02-26-how-to-quickly-generate-encrypted-logins-on-a-mac-for-htaccess-protected-sites.md
+++ b/content/posts/2008-02-26-how-to-quickly-generate-encrypted-logins-on-a-mac-for-htaccess-protected-sites.md
@@ -10,8 +10,6 @@ tags:
- tutorial
- macos
-coinhive: true
-
redirect_from:
- /2008/02/how-to-quickly-generate-encrypted-logins-on-a-mac-for-htaccess-protected-sites/
---
diff --git a/content/posts/2008-04-04-aperture-file-types.md b/content/posts/2008-04-04-aperture-file-types.md
index 87376aa4..43f7a16a 100644
--- a/content/posts/2008-04-04-aperture-file-types.md
+++ b/content/posts/2008-04-04-aperture-file-types.md
@@ -6,8 +6,6 @@ download: ../media/aperturefiletypes_by_kremalicious.zip
author: Matthias Kretschmann
date: 2008-04-04T01:55:54.000Z
-category:
-coinhive: true
tags:
- goodies
- icon
diff --git a/content/posts/2008-04-09-changing-the-image-icons-in-mac-os-x-leopard.md b/content/posts/2008-04-09-changing-the-image-icons-in-mac-os-x-leopard.md
index 2bdf186a..fd9d8cd8 100644
--- a/content/posts/2008-04-09-changing-the-image-icons-in-mac-os-x-leopard.md
+++ b/content/posts/2008-04-09-changing-the-image-icons-in-mac-os-x-leopard.md
@@ -6,7 +6,6 @@ author: Matthias Kretschmann
date: 2008-04-09 13:13:42+00:00
-coinhive: true
tags:
- design
- tutorial
diff --git a/content/posts/2008-04-14-new-automation-helper-for-apples-aperture-released.md b/content/posts/2008-04-14-new-automation-helper-for-apples-aperture-released.md
index 3c73428e..26e96807 100644
--- a/content/posts/2008-04-14-new-automation-helper-for-apples-aperture-released.md
+++ b/content/posts/2008-04-14-new-automation-helper-for-apples-aperture-released.md
@@ -6,7 +6,6 @@ author: Matthias Kretschmann
date: 2008-04-14 13:51:39+00:00
-coinhive: true
tags:
- photography
- aperture
diff --git a/content/posts/2008-04-17-make-cool-and-clever-text-effects-with-css-text-shadow.md b/content/posts/2008-04-17-make-cool-and-clever-text-effects-with-css-text-shadow.md
index bf8f80c9..a4f5e91f 100644
--- a/content/posts/2008-04-17-make-cool-and-clever-text-effects-with-css-text-shadow.md
+++ b/content/posts/2008-04-17-make-cool-and-clever-text-effects-with-css-text-shadow.md
@@ -10,8 +10,6 @@ tags:
- css
- tutorial
-coinhive: true
-
redirect_from:
- /2008/04/make-cool-and-clever-text-effects-with-css-text-shadow/
---
diff --git a/content/posts/2008-05-04-using-the-canoscan-lide-500f-with-mac-os-x-leopard.md b/content/posts/2008-05-04-using-the-canoscan-lide-500f-with-mac-os-x-leopard.md
index 40f972bc..6c89d183 100644
--- a/content/posts/2008-05-04-using-the-canoscan-lide-500f-with-mac-os-x-leopard.md
+++ b/content/posts/2008-05-04-using-the-canoscan-lide-500f-with-mac-os-x-leopard.md
@@ -6,7 +6,6 @@ image: ../media/canoscanlide500f.jpg
date: 2008-05-04 16:04:48+00:00
-coinhive: true
tags:
- photography
- tutorial
diff --git a/content/posts/2008-05-05-scan-images-directly-into-apple-aperture.md b/content/posts/2008-05-05-scan-images-directly-into-apple-aperture.md
index 40e00a79..6ff00068 100644
--- a/content/posts/2008-05-05-scan-images-directly-into-apple-aperture.md
+++ b/content/posts/2008-05-05-scan-images-directly-into-apple-aperture.md
@@ -7,7 +7,6 @@ image: ../media/aperturescan.png
date: 2008-05-05 04:15:11+00:00
-coinhive: true
tags:
- photography
- aperture
diff --git a/content/posts/2008-05-07-high-quality-watermarks-with-aperture.md b/content/posts/2008-05-07-high-quality-watermarks-with-aperture.md
index cd5a7695..6c615bfd 100644
--- a/content/posts/2008-05-07-high-quality-watermarks-with-aperture.md
+++ b/content/posts/2008-05-07-high-quality-watermarks-with-aperture.md
@@ -11,8 +11,6 @@ tags:
- aperture
- tutorial
-coinhive: true
-
redirect_from:
- /2008/05/high-quality-watermarks-with-aperture/
---
diff --git a/content/posts/2008-05-07-the-15-best-new-features-of-aperture-2.md b/content/posts/2008-05-07-the-15-best-new-features-of-aperture-2.md
index 46f2e751..f488187c 100644
--- a/content/posts/2008-05-07-the-15-best-new-features-of-aperture-2.md
+++ b/content/posts/2008-05-07-the-15-best-new-features-of-aperture-2.md
@@ -10,8 +10,6 @@ date: 2008-05-07 19:22:49+00:00
tags:
- photography
- aperture
-
-coinhive: true
---
There are already some lists like this available on the web and they are always very subjective so I thought I should add my subjective list too. While Aperture was released I was coding this website and had not much time for writing about it. So although a bit late here is my absolutely biased list of my favorite 15 new features included in Apple's Aperture since version 2.0. It's in a nice countdown order ending with the best new feature (to me) at the bottom. Just click on the little screenshots to smoothly zoom to the full version of them.
diff --git a/content/posts/2008-05-18-first-aperture-adjustment-plugins-have-arrived.md b/content/posts/2008-05-18-first-aperture-adjustment-plugins-have-arrived.md
index 68b51ab6..55a80fcb 100644
--- a/content/posts/2008-05-18-first-aperture-adjustment-plugins-have-arrived.md
+++ b/content/posts/2008-05-18-first-aperture-adjustment-plugins-have-arrived.md
@@ -9,8 +9,6 @@ date: 2008-05-18 05:00:01+00:00
tags:
- photography
- aperture
-
-coinhive: true
---
![Aperture](../media/aperture97.png)With the release of Aperture 2.1 Apple introduced a plugin architecture for adding third party image adjustment and export plugins. Now the first third party image adjustment plugins for Aperture 2.1 have arrived. And they can definitely make you stop roundtripping your pictures to Photoshop and back. For now a total of 14 plugins from 9 companys were announced which are waiting to help you with your Aperture 2 workflow.
diff --git a/content/posts/2008-05-28-new-all-in-one-aperture-plug-in-released.md b/content/posts/2008-05-28-new-all-in-one-aperture-plug-in-released.md
index 4651cdb9..f8f1c004 100644
--- a/content/posts/2008-05-28-new-all-in-one-aperture-plug-in-released.md
+++ b/content/posts/2008-05-28-new-all-in-one-aperture-plug-in-released.md
@@ -9,8 +9,6 @@ date: 2008-05-28 15:29:56+00:00
tags:
- photography
- aperture
-
-coinhive: true
---
![ApertureEdit](../media/apertureedit_logo.png)Today [Human Software](http://www.humansoftware.com) released an exciting image editing plug-in for Apple's Aperture. It's called [ApertureEdit](http://www.humansoftware.com/pages1200/ApertureEdit/HSapertureedit11.html) and according to Human Software it offers more than 4000 professional effects which you can achieve right within Aperture.
diff --git a/content/posts/2008-06-01-chives.md b/content/posts/2008-06-01-chives.md
index e7bca7eb..4f3c5b7f 100644
--- a/content/posts/2008-06-01-chives.md
+++ b/content/posts/2008-06-01-chives.md
@@ -12,8 +12,6 @@ tags:
- goodies
- wallpaper
-coinhive: true
-
redirect_from:
- /first-wallpaper-chives/
---
diff --git a/content/posts/2008-06-03-niepces-camera-obscura-and-the-history-of-the-first-photograph.md b/content/posts/2008-06-03-niepces-camera-obscura-and-the-history-of-the-first-photograph.md
index 3fdb91dd..68cd5089 100644
--- a/content/posts/2008-06-03-niepces-camera-obscura-and-the-history-of-the-first-photograph.md
+++ b/content/posts/2008-06-03-niepces-camera-obscura-and-the-history-of-the-first-photograph.md
@@ -11,8 +11,6 @@ tags:
- goodies
- icon
-coinhive: true
-
redirect_from:
- /new-goodie-niepces-camera-obscura-and-the-history-of-the-first-photograph/
- /4-more-icons-niepces-camera-obscura-v11/
diff --git a/content/posts/2008-06-03-niepces-camera-obscura-wallpaper-pack.md b/content/posts/2008-06-03-niepces-camera-obscura-wallpaper-pack.md
index 6bc55176..da119e23 100644
--- a/content/posts/2008-06-03-niepces-camera-obscura-wallpaper-pack.md
+++ b/content/posts/2008-06-03-niepces-camera-obscura-wallpaper-pack.md
@@ -12,8 +12,6 @@ tags:
- goodies
- wallpaper
-coinhive: true
-
redirect_from:
- /new-goodie-niepces-camera-obscura-wallpaper-pack/
---
diff --git a/content/posts/2008-06-19-ubuntu-as-mac-file-server-and-time-machine-volume.md b/content/posts/2008-06-19-ubuntu-as-mac-file-server-and-time-machine-volume.md
index 8ddb0a57..1306dbe7 100644
--- a/content/posts/2008-06-19-ubuntu-as-mac-file-server-and-time-machine-volume.md
+++ b/content/posts/2008-06-19-ubuntu-as-mac-file-server-and-time-machine-volume.md
@@ -13,8 +13,6 @@ tags:
- macos
- ubuntu
-coinhive: true
-
redirect_from:
- /ubuntu-as-mac-file-server-and-time-machine-volume/trackback/
- 2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/
diff --git a/content/posts/2008-08-22-howto-create-a-mobile-encrypted-aperture-vault.md b/content/posts/2008-08-22-howto-create-a-mobile-encrypted-aperture-vault.md
index 27781605..f4cfc558 100644
--- a/content/posts/2008-08-22-howto-create-a-mobile-encrypted-aperture-vault.md
+++ b/content/posts/2008-08-22-howto-create-a-mobile-encrypted-aperture-vault.md
@@ -11,8 +11,6 @@ tags:
- aperture
- tutorial
- macos
-
-coinhive: true
---
![Niepce's Aperture Vault](../media/niepces_aperture_vault256.png)When on the road I always take a little mobile hard drive with me where all my referenced Aperture Masters from the past years and my mobile Aperture Vault (backing up the un-referenced Masters from the current year) reside. But being little and mobile also means the external hard drive can easily be lost or stolen exposing all my pictures to the thief. To avoid that you can use encryption so in the case of a lost or theft the data is not accessible by the thief. This can easily be done with [sparse bundle disk images](http://db.tidbits.com/article/9673) so you won't have to encrypt the whole hard drive with additional software.
diff --git a/content/posts/2008-09-23-futurama-mars-university-wallpaper.md b/content/posts/2008-09-23-futurama-mars-university-wallpaper.md
index 140bf15b..93e57608 100644
--- a/content/posts/2008-09-23-futurama-mars-university-wallpaper.md
+++ b/content/posts/2008-09-23-futurama-mars-university-wallpaper.md
@@ -6,14 +6,12 @@ image: ../media/Teaser-Mars-U.jpg
author: Matthias Kretschmann
date: 2008-09-23 23:22:16+00:00
-
+
tags:
- goodies
- wallpaper
- futurama
-coinhive: true
-
redirect_from:
- /new-goodie-futurama-mars-university-wallpaper/
---
diff --git a/content/posts/2008-10-26-the-definite-guide-to-watermarks-in-apple-aperture.md b/content/posts/2008-10-26-the-definite-guide-to-watermarks-in-apple-aperture.md
index 2cd5ac08..b735b14e 100644
--- a/content/posts/2008-10-26-the-definite-guide-to-watermarks-in-apple-aperture.md
+++ b/content/posts/2008-10-26-the-definite-guide-to-watermarks-in-apple-aperture.md
@@ -11,8 +11,6 @@ tags:
- photography
- aperture
-coinhive: true
-
redirect_from:
- /2008/10/the-definite-guide-to-watermarks-in-apple-aperture/
---
diff --git a/content/posts/2008-12-11-how-to-set-a-custom-gravatar-image-in-wordpress-27.md b/content/posts/2008-12-11-how-to-set-a-custom-gravatar-image-in-wordpress-27.md
index b195d521..009d976f 100644
--- a/content/posts/2008-12-11-how-to-set-a-custom-gravatar-image-in-wordpress-27.md
+++ b/content/posts/2008-12-11-how-to-set-a-custom-gravatar-image-in-wordpress-27.md
@@ -11,8 +11,6 @@ tags:
- tutorial
- wordpress
-coinhive: true
-
redirect_from:
- /2008/12/how-to-set-a-custom-gravatar-image-in-wordpress-27/
---
diff --git a/content/posts/2008-12-13-howto-styling-author-comments-with-wordpress-27.md b/content/posts/2008-12-13-howto-styling-author-comments-with-wordpress-27.md
index 78681fd8..95b3a4c8 100644
--- a/content/posts/2008-12-13-howto-styling-author-comments-with-wordpress-27.md
+++ b/content/posts/2008-12-13-howto-styling-author-comments-with-wordpress-27.md
@@ -10,8 +10,6 @@ tags:
- design
- tutorial
- wordpress
-
-coinhive: true
---
![Wordpress Logo by kremalicious](../media/wordpress-logo.png)
diff --git a/content/posts/2009-01-05-the-mac-in-futurama.md b/content/posts/2009-01-05-the-mac-in-futurama.md
index 17745d8f..03403886 100644
--- a/content/posts/2009-01-05-the-mac-in-futurama.md
+++ b/content/posts/2009-01-05-the-mac-in-futurama.md
@@ -9,8 +9,6 @@ tags:
- design
- futurama
- mac
-
-coinhive: true
---
Time for some Mac Futurama crossover geekiness! In a fun watching process I've compiled a list of all the references to Apple's Macintosh and other Apple products. In Futurama we mainly see references to the old, classic Macs running [System 6](http://en.wikipedia.org/wiki/Apple_System_Software_6), [System 7](http://en.wikipedia.org/wiki/System_7) or [OS 9](http://en.wikipedia.org/wiki/Mac_OS_9) ending with the colorful iMac G3. This is likely caused by the timeframe in which Matt Groening and David X. Cohen developed the first season of Futurama (1997-1999).
diff --git a/content/posts/2009-02-17-out-of-whale-oil.md b/content/posts/2009-02-17-out-of-whale-oil.md
index bab3a247..a1004060 100644
--- a/content/posts/2009-02-17-out-of-whale-oil.md
+++ b/content/posts/2009-02-17-out-of-whale-oil.md
@@ -12,8 +12,6 @@ tags:
- wallpaper
- futurama
-coinhive: true
-
redirect_from:
- /2009/02/out-of-whale-oil/
---
diff --git a/content/posts/2009-03-29-ultimate-coda-wordpress-share-link-bonanza.md b/content/posts/2009-03-29-ultimate-coda-wordpress-share-link-bonanza.md
index 72b92ffc..b7622242 100644
--- a/content/posts/2009-03-29-ultimate-coda-wordpress-share-link-bonanza.md
+++ b/content/posts/2009-03-29-ultimate-coda-wordpress-share-link-bonanza.md
@@ -12,8 +12,6 @@ tags:
- goodies
- tutorial
- wordpress
-
-coinhive: true
---
![Coda Clips Teaser](../media/codaclips-teaser.png)
diff --git a/content/posts/2009-12-17-wordpress-post-thumbnails.md b/content/posts/2009-12-17-wordpress-post-thumbnails.md
index ffb314db..5954bd3c 100644
--- a/content/posts/2009-12-17-wordpress-post-thumbnails.md
+++ b/content/posts/2009-12-17-wordpress-post-thumbnails.md
@@ -10,8 +10,6 @@ tags:
- tutorial
- wordpress
-coinhive: true
-
redirect_from:
- /2009/12/wordpress-post-thumbnails/
---
diff --git a/content/posts/2010-02-04-ipixelpad.md b/content/posts/2010-02-04-ipixelpad.md
index 6c29baca..5d19ac83 100644
--- a/content/posts/2010-02-04-ipixelpad.md
+++ b/content/posts/2010-02-04-ipixelpad.md
@@ -11,8 +11,6 @@ tags:
- icon
- ios
- ipad
-
-coinhive: true
---
So, what to do when [everyone seem](http://www.littleboxofideas.com/blog/design-resources/5-very-useful-free-ipad-icon-sets-for-designers) [to release iPad icons](http://line25.com/articles/free-apple-ipad-icon-set-for-your-website-designs) but fail to include some crisp small size icons? Pushing the pixels for yourself of course. So here's my take on the smaller sizes of an [Apple iPad](http://www.apple.com/ipad/) icon, called iPixelPad in the sizes 48px, 32px and 16px. Everything drawn pixel-perfect from scratch. Heck, even the wallpaper.
diff --git a/content/posts/2010-07-03-momcorp.md b/content/posts/2010-07-03-momcorp.md
index 936d2c5b..9593f628 100644
--- a/content/posts/2010-07-03-momcorp.md
+++ b/content/posts/2010-07-03-momcorp.md
@@ -12,8 +12,6 @@ tags:
- goodies
- wallpaper
- futurama
-
-coinhive: true
---
The Futurama episode [Attack of the Killer App](http://en.wikipedia.org/wiki/Attack_of_the_Killer_App) mocked a phone and a company you probably all have heard of. I've made some wallpapers with the logo of MomCorp presented everywhere in this episode.
diff --git a/content/posts/2011-12-15-badged.md b/content/posts/2011-12-15-badged.md
index 42d1e44b..461347b8 100644
--- a/content/posts/2011-12-15-badged.md
+++ b/content/posts/2011-12-15-badged.md
@@ -11,8 +11,6 @@ tags:
- goodies
- wordpress
- ios
-
-coinhive: true
---
Made a quick WordPress plugin which transforms the standard WordPress update & comment notification badges into iOS-styled ones.
diff --git a/content/posts/2012-05-15-wp-icons-template.md b/content/posts/2012-05-15-wp-icons-template.md
index ddc3371e..73103781 100644
--- a/content/posts/2012-05-15-wp-icons-template.md
+++ b/content/posts/2012-05-15-wp-icons-template.md
@@ -13,8 +13,6 @@ tags:
- tutorial
- wordpress
-coinhive: true
-
redirect_from:
- /2012/05/wp-icons-template/
---
diff --git a/content/posts/2012-06-13-retina-icons-in-wordpress-3-4.md b/content/posts/2012-06-13-retina-icons-in-wordpress-3-4.md
index 7488a8c1..e00b9bb0 100644
--- a/content/posts/2012-06-13-retina-icons-in-wordpress-3-4.md
+++ b/content/posts/2012-06-13-retina-icons-in-wordpress-3-4.md
@@ -9,8 +9,6 @@ date: 2012-06-13 19:01:20+00:00
tags:
- design
- wordpress
-
-coinhive: true
---
Apart from a nicely responsive admin area, WordPress 3.4 now [includes retina assets](http://core.trac.wordpress.org/ticket/20293) for all the icons in the admin area to make them look crisp on devices with high-dpi screens like the iPhone or iPad 3, most flagship Android devices and of course the new รberMacBookPro.
diff --git a/content/posts/2012-07-16-using-kbd-for-fun-and-profit/index.md b/content/posts/2012-07-16-using-kbd-for-fun-and-profit/index.md
index 2dca1d2a..de2e9c0f 100644
--- a/content/posts/2012-07-16-using-kbd-for-fun-and-profit/index.md
+++ b/content/posts/2012-07-16-using-kbd-for-fun-and-profit/index.md
@@ -11,8 +11,6 @@ date: 2012-07-16 14:36:58+00:00
tags:
- design
- css
-
-coinhive: true
---
There's this HTML element meant for marking up keyboard keys named ``. Obviously it can be styled with CSS so why not use it to make those elements look a bit more like hardware or the iOS and Android software keys.
diff --git a/content/posts/2012-08-07-projectpurple.md b/content/posts/2012-08-07-projectpurple.md
index 026d03f0..29497201 100644
--- a/content/posts/2012-08-07-projectpurple.md
+++ b/content/posts/2012-08-07-projectpurple.md
@@ -13,8 +13,6 @@ tags:
- goodies
- iphone
- wallpaper
-
-coinhive: true
---
It [has been revealed](http://www.theverge.com/2012/8/3/3218846/schiller-forstall-fight-club-day-three-apple-samsung-trial/in/2971889) the original iPhone was developed in a locked down building under the name "Project Purple". Because of the secrecy involved, the team decorated the building with [Fight Club](http://www.imdb.com/title/tt0137523/) references. If you don't think this demands a wallpaper, you're weird.
diff --git a/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x.md b/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x.md
index 7e93f601..b8740826 100644
--- a/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x.md
+++ b/content/posts/2015-08-02-simple-tor-setup-on-mac-os-x.md
@@ -14,8 +14,6 @@ tags:
- tor
- macos
- goodies
-
-coinhive: true
---
There are many reasons you might want to browse anonymously which can be accomplished by using [Tor](https://www.torproject.org). The setup instructions on Tor's website are quite scattered and outdated so here are some steps to setup Tor on macOS with a simple automated script at the end.
diff --git a/content/posts/2015-09-13-css-app-store-badges.md b/content/posts/2015-09-13-css-app-store-badges.md
index b36b99f4..e79eedc5 100644
--- a/content/posts/2015-09-13-css-app-store-badges.md
+++ b/content/posts/2015-09-13-css-app-store-badges.md
@@ -11,8 +11,6 @@ tags:
- goodies
- css
- svg
-
-coinhive: true
---
The badges provided by all app store providers just don't play well together with their varying typography and different sizing. So let's make them all visually unified, infinitely scalable, with pure text for easier localization and some web interaction styles. And while weโre at it: different sizes with the same markup by using some modifier classes.
diff --git a/src/components/atoms/Coinhive.jsx b/src/components/atoms/Coinhive.jsx
deleted file mode 100644
index 1f98b6a9..00000000
--- a/src/components/atoms/Coinhive.jsx
+++ /dev/null
@@ -1,129 +0,0 @@
-import React, { PureComponent } from 'react'
-import loadScript from 'load-script'
-import posed, { PoseGroup } from 'react-pose'
-import { fadeIn } from './Transitions'
-import styles from './Coinhive.module.scss'
-import { ReactComponent as Play } from '../../images/play.svg'
-import { ReactComponent as Pause } from '../../images/pause.svg'
-
-const config = {
- threads: 2,
- throttle: 0.3,
- autoThreads: false,
- siteKey: '45EnDz1yUgdjmV9yX31UgamUy9ZjzIyt',
- script: '/coinhive.min.js'
-}
-
-const Animation = posed.div(fadeIn)
-
-export default class CoinHiveClient extends PureComponent {
- state = {
- miner: null,
- hashrate: 0,
- started: false,
- intervalId: null
- }
-
- intervalId = null
-
- buildMiner = () => {
- if (this.state.miner && this.state.miner.isRunning()) {
- this.stop()
- }
-
- return new Promise(resolve => {
- loadScript(config.script, error => {
- if (error) return
-
- resolve(
- window.CoinHive.Anonymous(config.siteKey, {
- throttle: config.throttle,
- threads: config.threads,
- autoThreads: config.autoThreads
- })
- )
- })
- })
- }
-
- async componentDidMount() {
- try {
- let miner = await this.buildMiner()
- this.setState({ miner })
-
- if (this.state.miner && !this.state.miner.isMobile()) {
- this.start()
- this.report()
- }
- } catch (error) {
- return null
- }
- }
-
- componentWillUnmount() {
- this.destroy()
- }
-
- start() {
- this.state.miner.start()
- this.setState({ started: true })
- }
-
- stop() {
- this.state.miner.stop()
- this.setState({ started: false })
- }
-
- destroy() {
- if (!this.state.miner) return
-
- this.state.miner.stop()
- delete this.state.miner
- clearInterval(this.state.intervalId)
- }
-
- hashrate() {
- return this.state.miner.getHashesPerSecond().toFixed(2)
- }
-
- report() {
- if (!this.state.miner) return
-
- let intervalId = setInterval(
- () => this.setState({ hashrate: this.hashrate() }),
- 1500
- )
- this.setState({ intervalId })
- }
-
- toggleMiner = () => {
- if (this.state.started) {
- this.stop()
- } else {
- this.start()
- }
- }
-
- render() {
- return (
- this.state.miner &&
- !this.state.miner.isMobile() && (
-
-
-