Remove jekyll-seo-tag plugin

This commit is contained in:
Boris Kubiak 2018-04-10 20:45:26 +02:00
parent f5d163712c
commit d93ce2feab
3 changed files with 13 additions and 13 deletions

View file

@ -9,7 +9,7 @@ script:
- npm run build
# Remove unwanted files
- find . -maxdepth 1 -type f -not -name 'LICENSE' -not -name 'index.html' -not -name 'README.md' -not -name '_config.yml' -delete &&
- find . -maxdepth 1 -type f -not -name 'LICENSE' -not -name 'index.html' -not -name 'README.md' -delete &&
rm -fr node_modules src dist/vanity.js
# Cache busting

View file

@ -1,8 +0,0 @@
title: Vanity ETH
description: Vanity-ETH is a browser-based tool to generate Ethereum vanity addresses. Use the power of your browser to generate a custom ETH vanity address!
url: vanity-eth.tk
logo: https://i.imgur.com/lv6Gej5.png
google_site_verification: DFWJVWz9IRrh-wjBxn0Y8ith5FTqMeJTSUtuJ595BEs
plugins:
- jekyll-seo-tag

View file

@ -1,13 +1,21 @@
---
---
<!doctype html>
<html lang="en">
<html lang="en_US">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
{% seo %}
<title>Vanity ETH | Ethereum vanity address generator</title>
<meta property="og:title" content="Vanity ETH" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Vanity-ETH is a browser-based tool to generate Ethereum vanity addresses.
Use the power of your browser to generate a custom ETH vanity address" />
<meta property="og:description" content="Vanity-ETH is a browser-based tool to generate Ethereum vanity addresses.
Use the power of your browser to generate a custom ETH vanity address" />
<link rel="canonical" href="vanity-eth.tk/" />
<meta property="og:url" content="vanity-eth.tk/" />
<meta property="og:site_name" content="Vanity ETH" />
<meta name="google-site-verification" content="DFWJVWz9IRrh-wjBxn0Y8ith5FTqMeJTSUtuJ595BEs" />
</head>
<body>
<div id="app"></div>