1 Star 0 Fork 2

发飙的蜗牛/jekyll-now

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 368 Bytes
一键复制 编辑 原始数据 按行查看 历史
---
layout: default
---
<div class="posts">
{% for post in site.posts %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.excerpt }}
</div>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/a-raging-snail/jekyll-now.git
git@gitee.com:a-raging-snail/jekyll-now.git
a-raging-snail
jekyll-now
jekyll-now
master

搜索帮助