Skip to content

Commit

Permalink
add OGP
Browse files Browse the repository at this point in the history
  • Loading branch information
zaru committed Apr 6, 2020
1 parent 9c51f05 commit 6a88c2b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
Binary file added docs/images/ogp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<!doctype html>
<html lang="ja">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<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">
<title>menuffy - mac app</title>
<meta property="og:title" content="menuffy 手元ですぐ開けるメニューアプリ for mac">
<meta property="og:type" content="website">
<meta property="og:url" content="https://zaru.github.io/menuffy/">
<meta property="og:site_name" content="menuffy mac app">
<meta property="og:description" content="menuffy は今使っているアプリケーションのメニューを手元で開くことができる mac の常駐型アプリケーションです。">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://zaru.github.io/menuffy/images/ogp.png">
<meta name="og:image" content="https://zaru.github.io/menuffy/images/ogp.png">
<link href="https://fonts.googleapis.com/css2?family=Sen&display=swap" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
</head>
Expand Down
10 changes: 9 additions & 1 deletion docs/index_en.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
<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">
<title>menuffy - mac app</title>
<meta property="og:title" content="menuffy - A menu app that opens right at your fingertips for mac">
<meta property="og:type" content="website">
<meta property="og:url" content="https://zaru.github.io/menuffy/">
<meta property="og:site_name" content="menuffy mac app">
<meta property="og:description" content="menuffy is a macOS resident application that allows you to open the menu of the application you're currently using at your fingertips.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://zaru.github.io/menuffy/images/ogp.png">
<meta name="og:image" content="https://zaru.github.io/menuffy/images/ogp.png">
<link href="https://fonts.googleapis.com/css2?family=Sen&display=swap" rel="stylesheet">
<link href="./style.css" rel="stylesheet">
</head>
Expand Down

0 comments on commit 6a88c2b

Please sign in to comment.