Skip to content

Commit

Permalink
Improve meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 9, 2018
1 parent 7e2c32e commit b94bda8
Show file tree
Hide file tree
Showing 20 changed files with 40 additions and 3 deletions.
Binary file modified docs/images/00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/favicon.ico
Binary file not shown.
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 40 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>acho - The Hackable Log</title>
<meta name="description" content="The Hackable Log">
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">

<!-- Search Engine -->
<meta name="description" content="The &lt;hackeable /&gt; log">
<meta name="image" content="https://acho.js.org/images/logo.png">
<link rel="canonical" href="https://acho.js.org" />
<title>acho, the &lt;hackeable /&gt; log</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">

<!-- Schema.org for Google -->
<meta itemprop="name" content="acho, The &lt;hackeable /&gt; log">
<meta itemprop="description" content="The &lt;hackeable /&gt; log">
<meta itemprop="image" content="https://acho.js.org/images/logo.png">

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="acho">
<meta name="twitter:description" content="The &lt;hackeable /&gt; log">
<meta name="twitter:image" content="https://acho.js.org/images/logo.png">
<meta name="twitter:creator" content="@kikobeats"/>
<meta name="twitter:label1" value="Installation"/>
<meta name="twitter:data1" value="npm install acho --save"/>
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta property="og:title" content="acho">
<meta property="og:logo" content="https://acho.js.org/images/logo/logo.png">
<meta property="og:description" content="The &lt;hackeable /&gt; log">
<meta property="og:video:secure_url" content="https://acho.js.org/images/demo.mp4"/>
<meta property="og:image" content="https://acho.js.org/images/demo.png">
<meta property="og:logo" content="https://acho.js.org/images/logo.png">
<meta property="og:url" content="https://acho.js.org">
<meta property="og:site_name" content="acho">
<meta property="og:type" content="website">

<!-- Favicon -->
<link rel="icon" type="image/png" href="https://acho.js.org/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://acho.js.org/images/favicon-16x16.png" sizes="16x16" />

<!-- Stylesheet -->
<link href="https://fonts.googleapis.com/css?family=Nunito|Nunito+Sans" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/codecopy/umd/codecopy.min.css">
</head>
Expand Down

0 comments on commit b94bda8

Please sign in to comment.