forked from kitian616/kitian616.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (48 loc) · 1.61 KB
/
index.html
File metadata and controls
52 lines (48 loc) · 1.61 KB
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
---
layout: base
title: YAN
excerpt: YAN
---
{%- if site.author.type == 'organization' -%}
{%- assign _author_itemtype = 'http://schema.org/Organization' -%}
{%- else -%}
{%- assign _author_itemtype = 'http://schema.org/Person' -%}
{%- endif -%}
<div id="content" class="mw-body" role="main">
<div itemscope itemtype="{{ _author_itemtype }}" class="layout--author">
<div class="main">
<div class="content">
<div class="author-avatar">
<img itemprop="image" alt="my photo" src="https://avatars.githubusercontent.com/u/89960876?s=96&v=4" />
</div>
<h1 itemprop="name" class="title-text">{{ site.author.name }}</h1>
{% include author-links.html author=site.author %}
<p><a itemprop="url" class="social-link blog" title="Visit my blog." href="/blog" target="_self">Visit My Blog</a></p>
</div>
</div>
</div>
<script>{%- include scripts/common.js -%}</script>
{% include analytics.html %}
<script src="https://eqcn.ajz.miesnfu.com/wp-content/plugins/wp-3d-pony/live2dw/lib/L2Dwidget.min.js"></script>
<script>
L2Dwidget.init({
"model": {
"jsonPath": "https://unpkg.com/live2d-widget-model-koharu@1.0.5/assets/koharu.model.json",
"scale": 1
},
"display": {
"position": "left",
"width": 150,
"height": 300,
"hOffset": 0,
"vOffset": -20
},
"mobile": {
"show": true,
"scale": 0.5
},
"react": {
"opacityDefault": 0.7,
"opacityOnHover": 0.2
}
});