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.

109 lines
5.3 KiB

  1. ---
  2. layout: xslt_container
  3. ---
  4. <html lang="{{ site.lang | default: "zh-CN" }}">
  5. <head>
  6. <meta charset="UTF-8" />
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. {% seo %}
  10. {% feed_meta %}
  11. <link rel="alternate" type="application/rss+xml" title="{{ site.title }}(RSS)" href="{{ "/rss.xml" | absolute_url }}" />
  12. <link rel="alternate" type="application/json" title="{{ site.title }}(JSON Feed)" href="{{ "/feed.json" | absolute_url }}" />
  13. <link rel="stylesheet" href="/assets/css/style.css?v={{ site.time | date: "%s" }}" />
  14. <!--[if !IE]> -->
  15. <link rel="stylesheet" href="/Live2dHistoire/live2d/css/live2d.css" />
  16. <!-- <![endif]-->
  17. <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="{{ site.title }}" />
  18. <link rel="webmention" href="https://webmention.io/mabbs.github.io/webmention" />
  19. <link rel="pingback" href="https://webmention.io/mabbs.github.io/xmlrpc" />
  20. <link rel="preconnect" href="https://summary.mayx.eu.org" crossorigin="anonymous" />
  21. <link rel="prefetch" href="https://www.blogsclub.org/badge/mabbs.github.io" as="image" />
  22. <link rel="blogroll" type="text/xml" href="/blogroll.opml" />
  23. <link rel="me" href="https://github.com/Mabbs" />
  24. <script src="/assets/js/jquery.min.js"></script>
  25. <!--[if lt IE 9]>
  26. <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
  27. <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.3/jquery.xdomainrequest.min.js"></script>
  28. <script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script>
  29. <![endif]-->
  30. <script>
  31. var lastUpdated = new Date("{{ site.time | date_to_rfc822 }}");
  32. var BlogAPI = "https://summary.mayx.eu.org";
  33. </script>
  34. <script src="/assets/js/main.js"></script>
  35. <!--[if !IE]> -->
  36. {% if site.google_analytics %}
  37. <!-- Global site tag (gtag.js) - Google Analytics -->
  38. <script async="async" src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
  39. <script>
  40. window.dataLayer = window.dataLayer || [];
  41. function gtag(){dataLayer.push(arguments);}
  42. gtag('js', new Date());
  43. gtag('config', '{{ site.google_analytics }}');
  44. </script>
  45. {% endif %}
  46. <script src="/assets/js/instant.page.js" type="module"></script>
  47. <!-- <![endif]-->
  48. </head>
  49. <body>
  50. <!--[if !IE]> --><noscript><marquee style="top: -15px; position: relative;"><small>发现当前浏览器没有启用JavaScript,这不影响你的浏览,但可能会有一些功能无法使用……</small></marquee></noscript><!-- <![endif]-->
  51. <!--[if IE]><marquee style="top: -15px; position: relative;"><small>发现当前浏览器为Internet Explorer,这不影响你的浏览,但可能会有一些功能无法使用……</small></marquee><![endif]-->
  52. <div class="wrapper">
  53. <header class="h-card">
  54. <h1><a class="u-url u-uid p-name" rel="me" href="{{ "/" | relative_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
  55. {% if site.logo %}
  56. <img src="{{ site.logo }}" fetchpriority="high" class="u-photo" alt="Logo" style="width: 90%; max-width: 300px; max-height: 300px;" />
  57. {% endif %}
  58. <p class="p-note">{{ site.description | default: site.github.project_tagline }}</p>
  59. <form action="/search.html">
  60. <input type="text" name="keyword" id="search-input-all" placeholder="Search blog posts.." />&#160;<input type="submit" value="搜索" />
  61. </form>
  62. <br />
  63. {% if site.github.is_project_page %}
  64. <p class="view"><a class="u-url" href="{{ site.github.repository_url }}">View the Project on GitHub
  65. <small>{{ site.github.repository_nwo }}</small></a></p>
  66. {% endif %}
  67. {% if site.github.is_user_page %}
  68. <p class="view"><a class="u-url" href="{{ site.github.owner_url }}" rel="me">View My GitHub Profile</a></p>
  69. {% endif %}
  70. <p class="view"><a class="u-url" href="/Mabbs/">About me</a></p>
  71. <ul class="downloads">
  72. {% if site.github %}
  73. <li><a href="{{ site.github.zip_url }}">Download <strong>ZIP File</strong></a></li>
  74. <li><a href="{{ site.github.tar_url }}">Download <strong>TAR Ball</strong></a></li>
  75. <li><a href="{{ site.github.repository_url }}">View On <strong>GitHub</strong></a></li>
  76. {% else %}
  77. <li style="width: 270px; border-right: none;"><a href="/MayxBlog.tgz">Download <strong>TGZ File</strong></a></li>
  78. {% endif %}
  79. </ul>
  80. </header>
  81. <section{% unless page.layout == "default" %} class="h-entry"{% endunless %}>
  82. {{ content }}
  83. </section>
  84. {% include live2d.html %}
  85. <footer>
  86. <p>
  87. <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>
  88. </p>
  89. </footer>
  90. </div>
  91. <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
  92. <!--[if !IE]> -->
  93. <script src="/assets/js/main_new.js"></script>
  94. <script src="/Live2dHistoire/live2d/js/live2d.js"></script>
  95. <script src="/Live2dHistoire/live2d/js/message.js"></script>
  96. <!-- <![endif]-->
  97. </body>
  98. </html>

Powered by TurnKey Linux.