-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (50 loc) · 11.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Post | VuePress Blog Example</title>
<meta name="description" content="This is a blog example built by VuePress">
<link rel="preload" href="/myBlog/assets/css/0.styles.f0221298.css" as="style"><link rel="preload" href="/myBlog/assets/js/app.c4cc0e86.js" as="script"><link rel="preload" href="/myBlog/assets/js/4.3b70b518.js" as="script"><link rel="preload" href="/myBlog/assets/js/9.b514b0f8.js" as="script"><link rel="preload" href="/myBlog/assets/js/6.d7592d2d.js" as="script"><link rel="prefetch" href="/myBlog/assets/js/1.c001ecf8.js"><link rel="prefetch" href="/myBlog/assets/js/10.4cf30724.js"><link rel="prefetch" href="/myBlog/assets/js/11.c7becec3.js"><link rel="prefetch" href="/myBlog/assets/js/12.f152f56a.js"><link rel="prefetch" href="/myBlog/assets/js/13.7b5b0f91.js"><link rel="prefetch" href="/myBlog/assets/js/14.96cd8e31.js"><link rel="prefetch" href="/myBlog/assets/js/15.76217a64.js"><link rel="prefetch" href="/myBlog/assets/js/16.e0a5abc3.js"><link rel="prefetch" href="/myBlog/assets/js/17.9db812d8.js"><link rel="prefetch" href="/myBlog/assets/js/18.200a3309.js"><link rel="prefetch" href="/myBlog/assets/js/19.fd4b3ed2.js"><link rel="prefetch" href="/myBlog/assets/js/20.c215a7d7.js"><link rel="prefetch" href="/myBlog/assets/js/21.f9259165.js"><link rel="prefetch" href="/myBlog/assets/js/22.6095ccd8.js"><link rel="prefetch" href="/myBlog/assets/js/23.90cbf2fd.js"><link rel="prefetch" href="/myBlog/assets/js/24.cf7f0a28.js"><link rel="prefetch" href="/myBlog/assets/js/25.140d13ba.js"><link rel="prefetch" href="/myBlog/assets/js/26.9c1471e7.js"><link rel="prefetch" href="/myBlog/assets/js/5.e6e22d9d.js"><link rel="prefetch" href="/myBlog/assets/js/7.4ac1accd.js"><link rel="prefetch" href="/myBlog/assets/js/8.ac802505.js"><link rel="prefetch" href="/myBlog/assets/js/vuejs-paginate.4e9af066.js">
<link rel="stylesheet" href="/myBlog/assets/css/0.styles.f0221298.css">
</head>
<body>
<div id="app" data-server-rendered="true"><div id="vuperess-theme-blog__global-layout"><section id="header-wrapper"><header id="header"><div class="header-wrapper"><div class="title"><a href="/myBlog/" class="nav-link home-link router-link-exact-active router-link-active">VuePress Blog Example
</a></div> <div class="header-right-wrap"><ul class="nav"><li class="nav-item"><a href="/myBlog/" class="nav-link router-link-exact-active router-link-active">Blog</a></li><li class="nav-item"><a href="/myBlog/tag/" class="nav-link">Tags</a></li></ul> <div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""> <!----></div></div></div></header></section> <div id="mobile-header"><div class="mobile-header-bar"><div class="mobile-header-title"><a href="/myBlog/" class="nav-link mobile-home-link router-link-exact-active router-link-active">VuePress Blog Example
</a> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg></div> <div class="mobile-menu-wrapper"><hr class="menu-divider"> <ul class="mobile-nav"><li class="mobile-nav-item"><a href="/myBlog/" class="nav-link router-link-exact-active router-link-active">Blog</a></li><li class="mobile-nav-item"><a href="/myBlog/tag/" class="nav-link">Tags</a></li></ul></div></div></div> <div class="content-wrapper"><div><div id="base-list-layout"><div class="ui-posts"><div class="ui-post"><div class="ui-post-title"><a href="/myBlog/2019/05/06/writing-a-vuepress-theme-2/" class="nav-link">Writing a VuePress theme</a></div> <div class="ui-post-summary">
To write a theme, create a .vuepress/theme directory in your docs root, and then create a Layout.vue file:
.
└─ .vuepress
└─ theme
└─ Layout.vue
From there it's the same as ...
</div> <div class="ui-post-author"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-navigation"><polygon points="3 11 22 2 13 21 11 13 3 11"></polygon></svg> <span>ULIVZ in Shanghai</span></div> <div class="ui-post-date"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> <span>Mon May 06 2019</span></div></div><div class="ui-post"><div class="ui-post-title"><a href="/myBlog/2019/05/06/writing-a-vuepress-theme-4/" class="nav-link">Writing a VuePress theme</a></div> <div class="ui-post-summary">
To write a theme, create a .vuepress/theme directory in your docs root, and then create a Layout.vue file:
.
└─ .vuepress
└─ theme
└─ Layout.vue
From there it's the same as ...
</div> <div class="ui-post-author"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-navigation"><polygon points="3 11 22 2 13 21 11 13 3 11"></polygon></svg> <span>ULIVZ in Shanghai</span></div> <div class="ui-post-date"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> <span>Mon May 06 2019</span></div></div><div class="ui-post"><div class="ui-post-title"><a href="/myBlog/2019/05/06/writing-a-vuepress-theme-3/" class="nav-link">Writing a VuePress theme</a></div> <div class="ui-post-summary">
To write a theme, create a .vuepress/theme directory in your docs root, and then create a Layout.vue file:
.
└─ .vuepress
└─ theme
└─ Layout.vue
From there it's the same as ...
</div> <div class="ui-post-author"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-navigation"><polygon points="3 11 22 2 13 21 11 13 3 11"></polygon></svg> <span>ULIVZ in Shanghai</span></div> <div class="ui-post-date"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> <span>Mon May 06 2019</span></div></div><div class="ui-post"><div class="ui-post-title"><a href="/myBlog/2019/05/06/writing-a-vuepress-theme/" class="nav-link">Writing a VuePress theme</a></div> <div class="ui-post-summary">
To write a theme, create a .vuepress/theme directory in your docs root, and then create a Layout.vue file:
.
└─ .vuepress
└─ theme
└─ Layout.vue
From there it's the same as ...
</div> <div class="ui-post-author"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-navigation"><polygon points="3 11 22 2 13 21 11 13 3 11"></polygon></svg> <span>ULIVZ in Shanghai</span></div> <div class="ui-post-date"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> <span>Mon May 06 2019</span></div></div><div class="ui-post"><div class="ui-post-title"><a href="/myBlog/2019/02/26/markdown-slot/" class="nav-link">Markdown Slot</a></div> <div class="ui-post-summary">
VuePress implements a content distribution API for Markdown. With this feature, you can split your document into multiple fragments to facilitate flexible composition in the layout component.
Wh ...
</div> <div class="ui-post-author"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-navigation"><polygon points="3 11 22 2 13 21 11 13 3 11"></polygon></svg> <span>ULIVZ in Hangzhou</span></div> <div class="ui-post-date"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg> <span>Tue Feb 26 2019</span></div></div></div> <!----></div></div></div> <footer class="footer" data-v-8ae9c796><div class="footer-left-wrap" data-v-8ae9c796><ul class="contact" data-v-8ae9c796><li class="contact-item" data-v-8ae9c796><a href="https://github.com/ulivz" target="_blank" rel="noopener noreferrer" class="nav-link external" data-v-8ae9c796><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-github" data-v-8ae9c796><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22" data-v-8ae9c796></path></svg>
</a></li><li class="contact-item" data-v-8ae9c796><a href="https://twitter.com/_ulivz" target="_blank" rel="noopener noreferrer" class="nav-link external" data-v-8ae9c796><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-twitter" data-v-8ae9c796><path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z" data-v-8ae9c796></path></svg>
</a></li></ul></div> <div class="footer-right-wrap" data-v-8ae9c796><ul class="copyright" data-v-8ae9c796><li class="copyright-item" data-v-8ae9c796><a href="https://policies.google.com/privacy?hl=en-US" target="_blank" rel="noopener noreferrer" class="nav-link external" data-v-8ae9c796>Privacy Policy</a></li><li class="copyright-item" data-v-8ae9c796><a href="/myBlog/.html" class="nav-link" data-v-8ae9c796>MIT Licensed | Copyright © 2018-present Vue.js</a></li></ul></div></footer></div><div class="global-ui"></div></div>
<script src="/myBlog/assets/js/app.c4cc0e86.js" defer></script><script src="/myBlog/assets/js/4.3b70b518.js" defer></script><script src="/myBlog/assets/js/9.b514b0f8.js" defer></script><script src="/myBlog/assets/js/6.d7592d2d.js" defer></script>
</body>
</html>