--- layout: page description: "「离开世界之前 一切都是过程」" hide-header-title: true --- {% assign featured_series = site.data.series.series | where: "name", "苍山龙脉:寻找南诏与大理国失落的王陵" | first %} {% if featured_series %}

《{{ featured_series.name }}》

一部《盗墓笔记》风格的第一人称悬疑探险小说,共30章正文 + 4篇番外

{{ featured_series.posts.size }} 篇文章    大约 2 小时阅读时间

{% endif %} {% for post in paginator.posts %}

{{ post.title }}

{% if post.subtitle %}

{{ post.subtitle }}

{% endif %}
{% if post.lang == 'en' %} {{ post.content | strip_html | truncate:300 }} {% else %} {{ post.content | strip_html | truncate:200 }} {% endif %}

Posted by {% if post.author %}{{ post.author }}{% else %}{{ site.title }}{% endif %} on {{ post.date | date: "%B %-d, %Y" }}


{% endfor %} {% if paginator.total_pages > 1 %} {% endif %}