Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
5.5 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. {% seo %}
  8. {% feed_meta %}
  9. <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
  10. <!--[if !IE]> -->
  11. <link rel="stylesheet" href="/Live2dHistoire/live2d/css/live2d.css" />
  12. <script src="/js/jquery.min.js"></script>
  13. <!-- <![endif]-->
  14. <!--[if lt IE 9]>
  15. <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
  16. <![endif]-->
  17. {% if site.google_analytics %}
  18. <!-- Global site tag (gtag.js) - Google Analytics -->
  19. <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
  20. <script>
  21. window.dataLayer = window.dataLayer || [];
  22. function gtag(){dataLayer.push(arguments);}
  23. gtag('js', new Date());
  24. gtag('config', '{{ site.google_analytics }}');
  25. var lastUpdated = new Date("{{ site.time | date: "%FT%T%z" }}");
  26. </script>
  27. {% endif %}
  28. <style>
  29. .backToTop {
  30. display: none;
  31. width: 18px;
  32. line-height: 1.2;
  33. padding: 5px 0;
  34. background-color: #000;
  35. color: #fff;
  36. font-size: 12px;
  37. text-align: center;
  38. position: fixed;
  39. _position: absolute;
  40. right: 10px;
  41. bottom: 100px;
  42. _bottom: "auto";
  43. cursor: pointer;
  44. opacity: .6;
  45. filter: Alpha(opacity=60);
  46. }
  47. </style>
  48. </head>
  49. <body>
  50. <div class="wrapper">
  51. <header>
  52. <h1><a href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
  53. {% if site.logo %}
  54. <img src="{{ site.logo }}" alt="Logo" />
  55. {% endif %}
  56. <p>{{ site.description | default: site.github.project_tagline }}</p>
  57. <p>
  58. <form action="/search.html"><input type="text" name="keyword" id="search-input-all" placeholder="Search blog posts..">
  59. <input type="submit">
  60. </form>
  61. </p>
  62. {% if site.github.is_project_page %}
  63. <p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub
  64. <small>{{ site.github.repository_nwo }}</small></a></p>
  65. {% endif %}
  66. {% if site.github.is_user_page %}
  67. <p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p>
  68. {% endif %}
  69. <p class="view"><a href="/Mabbs/">About Me</a></p>
  70. <ul class="downloads">
  71. {% if site.github %}
  72. <li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
  73. <li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
  74. <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
  75. {% else %}
  76. <li style="width: 270px;border-right:0px;"><a href="/MayxBlog.tgz">Download <strong>TGZ File</strong></a></li>
  77. {% endif %}
  78. </ul>
  79. </header>
  80. <section>
  81. {{ content }}
  82. </section>
  83. <!--[if !IE]> -->
  84. <div id="landlord" style="left:5px;bottom:0px;">
  85. <div class="message" style="opacity:0"></div>
  86. <canvas id="live2d" width="500" height="560" class="live2d"></canvas>
  87. <div class="live_talk_input_body">
  88. <div class="live_talk_input_name_body" style="display:none;">
  89. <input name="name" type="hidden" class="live_talk_name white_input" id="AIuserName" value="Mayx_Blog_Talk" />
  90. </div>
  91. <div class="live_talk_input_text_body">
  92. <input name="talk" type="text" class="live_talk_talk white_input" id="AIuserText" autocomplete="off" placeholder="要和我聊什么呀?"/>
  93. <button type="button" class="live_talk_send_btn" id="talk_send">发送</button>
  94. </div>
  95. </div>
  96. <input name="live_talk" id="live_talk" value="1" type="hidden" />
  97. <div class="live_ico_box" style="display:none;">
  98. <div class="live_ico_item type_info" id="showInfoBtn"></div>
  99. <div class="live_ico_item type_talk" id="showTalkBtn"></div>
  100. <div class="live_ico_item type_music" id="musicButton"></div>
  101. <div class="live_ico_item type_youdu" id="youduButton"></div>
  102. <div class="live_ico_item type_quit" id="hideButton"></div>
  103. <input name="live_statu_val" id="live_statu_val" value="0" type="hidden" />
  104. <audio src="" style="display:none;" id="live2d_bgm" data-bgm="0" preload="none"></audio>
  105. <input id="duType" value="douqilai" type="hidden">
  106. </div>
  107. </div>
  108. <div id="open_live2d">召唤伊斯特瓦尔</div>
  109. <!-- <![endif]-->
  110. <footer>
  111. <p>
  112. <small>Made with ❤ by Mayx<br />Last updated at <script>document.write(lastUpdated.toLocaleString());</script><br /> 总字数:{% assign count = 0 %}{% for post in site.posts %}{% assign single_count = post.content | strip_html | strip_newlines | remove: " " | size %}{% assign count = count | plus: single_count %}{% endfor %}{% if count > 10000 %}{{ count | divided_by: 10000 }} 万 {{ count | modulo: 10000 }}{% else %}{{ count }}{% endif %} - 文章数:{% for post in site.posts %}{% assign co = co | plus: 1 %}{% endfor %}{{ co }} - <a href="{{ "/atom.xml" | relative_url }}" >Atom</a> - <a href="{{ "/README.html" | relative_url }}" >About</a></small>
  113. </p>
  114. </footer>
  115. </div>
  116. <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
  117. <script src="/js/main.js"></script>
  118. <!--[if !IE]> -->
  119. <script src="/Live2dHistoire/live2d/js/live2d.js"></script>
  120. <script src="/Live2dHistoire/live2d/js/message.js"></script>
  121. <!-- <![endif]-->
  122. </body>
  123. </html>

Powered by TurnKey Linux.