超级简约主题 final

模板开发以及发布测试
回复
banzhuanriji
帖子: 4
注册时间: 2024年 11月 17日 12:19

超级简约主题 final

帖子 banzhuanriji »

微信图片_20241117195311.png
微信图片_20241117195311.png (75.99 KiB) 查看 2370 次
欢迎追求极致简约简单的朋友使用二创。未引用任何js,CSS压缩后页面可以到2K以内。

在线预览: https://final.linkpark.site/

开源地址:https://github.com/hoytzhang/typecho-theme-final

----------------------------------------------

协议:wtfpl

说明文档:

1. 在文章详情页,点击文章标题可以返回主页
2. 文章最下方为tags
3. 默认没有导航,需要导航可使用以下代码

代码: 全选

<nav>
   <p>                    
       <a<?php if ($this->is('index')): ?>  <?php endif; ?>
           href="<?php $this->options->siteUrl(); ?>"><?php _e('首页'); ?></a>
       <?php \Widget\Contents\Page\Rows::alloc()->to($pages); ?>
       <?php while ($pages->next()): ?>
           <a<?php if ($this->is('page', $pages->slug)): ?> <?php endif; ?>
               href="<?php $pages->permalink(); ?>"
               title="<?php $pages->title(); ?>"><?php $pages->title(); ?></a>
       <?php endwhile; ?>
   </p>
</nav>
上次由 banzhuanriji 在 2024年 12月 1日 20:28,总共编辑 1 次。
开开1995
帖子: 33
注册时间: 2022年 12月 25日 22:57

Re: 超级简约主题 final

帖子 开开1995 »

github,没有
banzhuanriji
帖子: 4
注册时间: 2024年 11月 17日 12:19

Re: 超级简约主题 final

帖子 banzhuanriji »

开开1995 写了: 2024年 11月 24日 23:50 github,没有
sorry,之前设置成private忘记公开了 :!:
开开1995
帖子: 33
注册时间: 2022年 12月 25日 22:57

Re: 超级简约主题 final

帖子 开开1995 »

兄弟,你的网站不行呀 403 Forbidden
banzhuanriji
帖子: 4
注册时间: 2024年 11月 17日 12:19

Re: 超级简约主题 final

帖子 banzhuanriji »

开开1995 写了: 2024年 11月 25日 19:51 兄弟,你的网站不行呀 403 Forbidden
怎么会有这么巧的事,昨天套了一下CDN…

你再试一下。
hyazsf
帖子: 7
注册时间: 2018年 5月 23日 17:20

Re: 超级简约主题 final

帖子 hyazsf »

回复