Remove jekyll-seo-tag plugin
This commit is contained in:
parent
f5d163712c
commit
d93ce2feab
3 changed files with 13 additions and 13 deletions
|
@ -9,7 +9,7 @@ script:
|
||||||
- npm run build
|
- npm run build
|
||||||
|
|
||||||
# Remove unwanted files
|
# 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
|
rm -fr node_modules src dist/vanity.js
|
||||||
|
|
||||||
# Cache busting
|
# Cache busting
|
||||||
|
|
|
@ -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
|
|
16
index.html
16
index.html
|
@ -1,13 +1,21 @@
|
||||||
---
|
|
||||||
---
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en_US">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport"
|
<meta name="viewport"
|
||||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
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">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue