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.

134 lines
6.4 KiB

  1. <!DOCTYPE html>
  2. <html lang="{{ site.lang | default: "zh-CN" }}">
  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="alternate" type="application/rss+xml" title="{{ site.title }}(RSS)" href="{{ "/rss.xml" | absolute_url }}" />
  10. <link rel="alternate" type="application/json" title="{{ site.title }}(JSON Feed)" href="{{ "/feed.json" | absolute_url }}" />
  11. <link rel="stylesheet" href="/assets/css/style.css?v={{ site.time | date: "%s" }}" />
  12. <link rel="stylesheet" href="/Live2dHistoire/live2d/css/live2d.css" />
  13. <link rel="webmention" href="https://webmention.io/mabbs.github.io/webmention" />
  14. <link rel="pingback" href="https://webmention.io/mabbs.github.io/xmlrpc" />
  15. <link rel="blogroll" type="text/xml" href="/blogroll.opml" />
  16. <link rel="me" href="https://github.com/Mabbs" />
  17. <script src="/assets/js/jquery.min.js"></script>
  18. <!--[if lt IE 9]>
  19. <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
  20. <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.3/jquery.xdomainrequest.min.js"></script>
  21. <![endif]-->
  22. <script>
  23. var lastUpdated = new Date("{{ site.time | date_to_rfc822 }}");
  24. var BlogAPI = "https://summary.mayx.eu.org";
  25. </script>
  26. <script src="/assets/js/main.js"></script>
  27. <!--[if !IE]> -->
  28. {% if site.google_analytics %}
  29. <!-- Global site tag (gtag.js) - Google Analytics -->
  30. <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
  31. <script>
  32. window.dataLayer = window.dataLayer || [];
  33. function gtag(){dataLayer.push(arguments);}
  34. gtag('js', new Date());
  35. gtag('config', '{{ site.google_analytics }}');
  36. </script>
  37. {% endif %}
  38. <script src="/assets/js/instant.page.js" type="module"></script>
  39. <!-- <![endif]-->
  40. </head>
  41. <body>
  42. <!--[if !IE]> --><noscript><marquee style="top: -15px; position: relative;"><small>发现当前浏览器没有启用JavaScript,这不影响你的浏览,但可能会有一些功能无法使用……</small></marquee></noscript><!-- <![endif]-->
  43. <!--[if IE]><marquee style="top: -15px; position: relative;"><small>发现当前浏览器为Internet Explorer,这不影响你的浏览,但可能会有一些功能无法使用……</small></marquee><![endif]-->
  44. <div class="wrapper">
  45. <header class="h-card">
  46. <h1><a href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
  47. {% if site.logo %}
  48. <img src="{{ site.logo }}" class="u-photo" alt="Logo" style="width: 90%;" />
  49. {% endif %}
  50. <p class="p-note">{{ site.description | default: site.github.project_tagline }}</p>
  51. <form action="/search.html">
  52. <input type="text" name="keyword" id="search-input-all" placeholder="Search blog posts.." />
  53. <input type="submit" />
  54. </form>
  55. <br />
  56. {% if site.github.is_project_page %}
  57. <p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub
  58. <small>{{ site.github.repository_nwo }}</small></a></p>
  59. {% endif %}
  60. {% if site.github.is_user_page %}
  61. <p class="view"><a href="{{ site.github.owner_url }}" rel="me">View My GitHub Profile</a></p>
  62. {% endif %}
  63. <p class="view"><a class="u-url" href="/Mabbs/">About <span class="p-name">Mayx</span></a></p>
  64. <ul class="downloads">
  65. {% if site.github %}
  66. <li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
  67. <li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
  68. <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
  69. {% else %}
  70. <li style="width: 270px;border-right:0px;"><a href="/MayxBlog.tgz">Download <strong>TGZ File</strong></a></li>
  71. {% endif %}
  72. </ul>
  73. </header>
  74. <section{% unless page.layout == "default" %} class="h-entry"{% endunless %}>
  75. {{ content }}
  76. </section>
  77. <!--[if !IE]> -->
  78. <div id="landlord" style="left:5px;bottom:0px;">
  79. <div class="message" style="opacity:0"></div>
  80. <canvas id="live2d" width="500" height="560" class="live2d"></canvas>
  81. <div class="live_talk_input_body">
  82. <div class="live_talk_input_name_body" {% unless page.layout == "post" %}style="display:none;"{% endunless %}>
  83. <input type="checkbox" id="load_this" />
  84. <input type="hidden" id="post_id" value="{{ page.url }}" />
  85. <label for="load_this">
  86. <span style="font-size: 11px; color: #fff;">&nbsp;想问这篇文章</span>
  87. </label>
  88. </div>
  89. <div class="live_talk_input_text_body">
  90. <input name="talk" type="text" class="live_talk_talk white_input" id="AIuserText" autocomplete="off" placeholder="要和我聊什么呀?" />
  91. <button type="button" class="live_talk_send_btn" id="talk_send">发送</button>
  92. </div>
  93. </div>
  94. <input name="live_talk" id="live_talk" value="1" type="hidden" />
  95. <div class="live_ico_box" style="display:none;">
  96. <div class="live_ico_item type_info" id="showInfoBtn"></div>
  97. <div class="live_ico_item type_talk" id="showTalkBtn"></div>
  98. <div class="live_ico_item type_music" id="musicButton"></div>
  99. <div class="live_ico_item type_youdu" id="youduButton"></div>
  100. <div class="live_ico_item type_quit" id="hideButton"></div>
  101. <input name="live_statu_val" id="live_statu_val" value="0" type="hidden" />
  102. <audio src="" style="display:none;" id="live2d_bgm" data-bgm="0" preload="none"></audio>
  103. <input id="duType" value="douqilai" type="hidden" />
  104. </div>
  105. </div>
  106. <div id="open_live2d">召唤伊斯特瓦尔</div>
  107. <!-- <![endif]-->
  108. <footer>
  109. <p>
  110. <small>Made with ❤ by Mayx<br />Last updated at {{ site.time | date: "%F %T" }}<br /> 总字数:{% include_cached word_count.html %} - 文章数:{{ site.posts.size }} - <a href="{{ site.feed.path | relative_url }}" >Atom</a> - <a href="{{ "/README.html" | relative_url }}" >About</a></small>
  111. </p>
  112. </footer>
  113. </div>
  114. <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
  115. <!--[if !IE]> -->
  116. <script src="/assets/js/main_new.js"></script>
  117. <script src="/Live2dHistoire/live2d/js/live2d.js"></script>
  118. <script src="/Live2dHistoire/live2d/js/message.js"></script>
  119. <!-- <![endif]-->
  120. </body>
  121. </html>

Powered by TurnKey Linux.