歡迎來到 MOPCON 2020 共筆
起因:Why AMP(Accelerated Mobile Pages)?
做個網站,什麼都好但就是沒有流量
嘗試來做全站 AMP 化
Bing/Google 會幫你 Serve cache 頁面!
在 Critical Rendering Path上做各種優化
限制東限制西
<!doctype html>
<html amp lang="en">
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<title>My first AMP Page</title>
<link rel="canonical" href="https://your.site/path">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"name": "My first AMP Page",
"description": "Put some description of the page here"
}
</script>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
</head>
<body>
<h1>My first AMP Page</h1>
<p>Some content here!</p>
</body>
</html>
canonical 要做好
<link rel="canonical" href="https://your.site/path">
<!--structure data-->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"name": "My first AMP Page",
"description": "Put some description of the page here"
}
</script>
常見 Layouts
USE MSG 改成 amp-img
來點JavaScript?
例如:localStorage
amp-iframe
amp-bind-macro 神奇小工具
優點: ?????Vtuber鯊鯊:A~
缺點:開發體驗糟(難客製化、難維護)
Bento AMP 漸進式要推我們入坑
如果覺得聲音太小聲,可以在這裡跟我們反應喔~
Mopcon 工人
帶酒是為了避免睡覺
標題是想要去地下城探險嗎?XDDDDD
HaiYaaaaaaa!
需要貓貓 amp-cat
講者還是別喝酒上場好了,這語速有點快XDDDD
需要簡報輔助XD
R2會眾跑來湊熱鬧,R3講者喝酒上場?
我覺得有在寫前端/程式的大神語速都很快
突然覺得介紹到現在講者是在反推amp XDDDDD
(Q´ェ`Q)<窩不知道
暨愛之則反之,我用amp所以我返amp
講者怎麼開了一大堆分頁…
記憶體開始Haiyaaaaa
↑蘋果會發光的MacBook很少見惹
講者真嗨XD嗑了什麼
以下開放提供講者解酒液
吼!偷要人ig!被抓到了吼!
抓到了!!!
需要IG網址,為了研究用途
為了介紹解酒液
MOPCON 2020
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing