2022-01-04 20:42:55 +08:00
---
layout: default
title: 首页 - 我的文章
2025-07-24 19:55:59 +08:00
image: https://screenshot.mayx.eu.org/
2022-01-04 20:42:55 +08:00
---
2025-06-30 11:37:06 +08:00
2025-04-22 18:14:18 +08:00
{% if paginator.page == 1 %}< div class = "hslice" id = "LatestPost" > {% endif %}
2026-05-21 15:38:17 +08:00
< h1 class = "entry-title" style = "display:inline" > 首页 - 我的文章 < / h1 > < small > < a href = "/archives.html" > Archives< / a > | < a href = "javascript:void(0)" onclick = "getSearchJSON(function(data){go(data[Math.floor(Math.random()*data.length)].url)})" > Random< / a > < / small > < br / > < br / >
2022-01-04 20:42:55 +08:00
< hr / >
<!-- 遍历分页后的文章 -->
2025-05-19 10:03:49 +08:00
< table class = "entry-content h-feed" >
2022-01-04 20:42:55 +08:00
{% for post in paginator.posts %}
2026-05-21 15:38:17 +08:00
< tr > < td class = "h-entry" onclick = "go('{{ post.url }}')" >
2025-05-19 10:03:49 +08:00
< h2 class = "p-name" > < a class = "post-link u-url" href = "{{ post.url }}" > {{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}< / a > < / h2 >
< p >
2025-05-19 10:16:23 +08:00
< time class = "date dt-published" datetime = "{{ post.date | date_to_xmlschema }}" > {{ post.date | date: "%-d %B %Y" }}< / time >
2022-01-04 20:42:55 +08:00
| Hits: < span id = "{{ post.url }}" class = "visitors-index" > Loading...< / span >
< / p >
2025-05-19 10:03:49 +08:00
< div class = "content p-summary" >
2022-01-04 20:42:55 +08:00
{{ post.excerpt | strip_html | strip_newlines }}
< / div >
2025-03-31 11:17:33 +08:00
{% if post.tags %}
< span >
{% for tag in post.tags %}
2026-05-21 16:27:59 +08:00
< a rel = "category tag" class = "p-category" href = "/search.html?keyword={{ tag | uri_escape }}" onclick = "event.stopPropagation()" > < code style = "white-space: nowrap" > #{{ tag }}< / code > < / a >
2025-03-31 11:17:33 +08:00
{% endfor %}
< / span >
{% endif %}
2022-01-04 20:42:55 +08:00
< / td > < / tr >
{% endfor %}
< / table >
2025-04-22 18:00:50 +08:00
{% if paginator.page == 1 %}< / div > {% endif %}
2022-01-04 20:42:55 +08:00
{% if paginator.total_pages > 1 %}
< div class = "pagination" >
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
2025-03-31 11:17:33 +08:00
< a href = "/index.html" > « Prev< / a >
2022-01-04 20:42:55 +08:00
{% else %}
2025-08-21 19:23:22 +08:00
< a href = "{{ paginator.previous_page_path }}/index.html" > « Prev< / a >
2022-01-04 20:42:55 +08:00
{% endif %}
{% else %}
< span > « Prev< / span >
{% endif %}
2026-05-21 15:38:17 +08:00
< select onchange = "go(this.value == 1 ? '/index.html' : '/page' + this.value + '/index.html')" >
2022-01-04 20:42:55 +08:00
{% for page in (1..paginator.total_pages) %}
{% if page == paginator.page %}
2022-01-26 21:44:00 +08:00
< option value = "{{ page }}" selected > {{ page }}< / option >
2022-01-04 20:42:55 +08:00
{% else %}
2022-01-26 21:44:00 +08:00
< option value = "{{ page }}" > {{ page }}< / option >
2022-01-04 20:42:55 +08:00
{% endif %}
{% endfor %}
2022-01-26 21:44:00 +08:00
< / select >
2022-01-04 20:42:55 +08:00
{% if paginator.next_page %}
2025-08-21 19:23:22 +08:00
< a href = "{{ paginator.next_page_path }}/index.html" > Next » < / a >
2022-01-04 20:42:55 +08:00
{% else %}
< span > Next » < / span >
{% endif %}
< / div >
{% endif %}
< hr / >
2025-04-30 00:00:02 +08:00
< h2 > 其他页面< / h2 >
< p >
< a href = "/service.html" > Mayx的公开服务< / a > < br / >
凯露& 危险生存( < a href = "{% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/?cn" > CHS< / a > | < a href = "{% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/" > JA< / a > | < a href = "{% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/?kr" > KO< / a > ) < br / >
2025-10-12 17:54:55 +08:00
< a href = "{% unless site.github %}https://mabbs.github.io{% endunless %}/brainfuck-visualizer/" > Brainfuck可视化演示< / a > < br / >
2025-04-30 00:00:02 +08:00
< a href = "/message.html" > 留言板< / a > < br / >
< a href = "/links.html" > Links< / a > < br / >
< a href = "/proxylist.html" > 代理列表< / a > < br / >
2024-10-15 18:10:20 +08:00
<!-- <a href="https://mabbs.github.io/MayxDaily/">Mayx日报</a><br> -->
2022-01-04 20:42:55 +08:00
< / p >
2025-04-30 00:00:02 +08:00
< br / >
2025-05-20 01:20:16 +08:00
< small > < a href = "https://xn--sr8hvo.ws/previous" > ←< / a >
An < a href = "https://xn--sr8hvo.ws" > IndieWeb Webring< / a > 🕸💍
< a href = "https://xn--sr8hvo.ws/next" > →< / a > < br / > < a href = "https://icp.gov.moe/?keyword=20218888" target = "_blank" > 萌ICP备 20218888号< / a > < / small >
2025-04-30 00:00:02 +08:00
< input name = "live2dBGM" value = "https://music.163.com/song/media/outer/url?id=523658881.mp3" type = "hidden" / >