Skip to content

Commit

Permalink
Merge pull request #121 from bhaoo/develop
Browse files Browse the repository at this point in the history
✨ v2.1.0-RC.1
  • Loading branch information
bhaoo authored Dec 14, 2023
2 parents a8d7a2e + d777c76 commit 070400c
Show file tree
Hide file tree
Showing 30 changed files with 133 additions and 71 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Cuckoo-Dev-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Cuckoo-Dev-Test
on:
push:
branches:
- 'feature/**'
- 'develop'
pull_request:
branches: [ "develop" ]

Expand All @@ -29,7 +29,7 @@ jobs:
build:
name: Cuckoo Dev Build
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci') && github.event_name == 'pull_request'"
if: "!contains(github.event.head_commit.message, 'skip ci') && github.event_name != 'pull_request'"
needs:
- php
steps:
Expand Down
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @author Bhao
* @link https://dwd.moe/
* @version 2.0.0
* @date 2023-07-19
*/

if(!defined('__TYPECHO_ROOT_DIR__')) exit;
Expand Down
65 changes: 43 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,40 @@
# Cuckoo
<p align="center">
<img style="width: 750px;" src="https://github.com/bhaoo/Cuckoo/assets/45502567/c63b990e-6d75-477f-8a96-b5f2e161052f" />
</p>

![GitHub](https://img.shields.io/github/license/bhaoo/cuckoo?style=flat-square)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/bhaoo/cuckoo?style=flat-square)
<p align="center">
”你好,我是布谷!“
<br/>
一款 Material Design 风格的 Typecho 主题
</p>

每个人都需要一只“布谷鸟”。
<p align="center">
<img src="https://img.shields.io/github/license/bhaoo/cuckoo?style=flat-square" />
<img src="https://img.shields.io/github/v/release/bhaoo/cuckoo?style=flat-square" />
<img src="https://img.shields.io/github/last-commit/bhaoo/Cuckoo/develop?style=flat-square&label=update" />
<img src="https://img.shields.io/github/downloads/bhaoo/Cuckoo/total?style=flat-square" />
</p>

---
## 特点

- 全站 PJAX + 评论 AJAX
- 响应式 / 自适应
- 自动暗色模式(定时 / 跟随系统 / 手动)
- 支持自定义字体样式 / 粗细
- 支持文章目录 / 浏览数显示
- 图片懒加载 & 图片灯箱
- Infinite Scroll 瀑布流加载
- 用户 UA 以及仿 Biibili 认证
- 支持自定义评论表情
- 仿 Mac 风格代码块 & 支持代码高亮 / 复制
- 支持多种联系方式
- 基于 Links 的友链页面
- Bilibili 追番独立页面
- 自定义静态文件源 / 随机图源
- 支持 Katex 公式
- 多个模块均支持自定义
- 丰富的后台设置
- ...

## 下载

Expand All @@ -15,28 +44,20 @@

如需下载开发版可以前往 [这里](https://github.com/bhaoo/Cuckoo/releases/tag/Dev) 进行下载哦!

## 特点
## 安装

- 全站PJAX+评论AJAX
- 响应式 / 自适应
- 图片懒加载 Lazyload
- 图片灯箱 Fancybox
- Infinite Scroll 瀑布流加载
- 用户UA以及仿Biibili认证
- 支持自定义评论表情
- 支持代码高亮
- 支持多种联系方式
- 基于 Links 的友链页面
- Bilibili 追番独立页面
- 自定义静态文件源 / 随机图源
- 自定义抽屉导航栏
> [!WARNING]
> 务必要将文件名改为 “Cuckoo” ,以免发生奇奇怪怪的错误。
- 将下载到的压缩包解压到 `/usr/themes/` 并且将文件夹名改为 “**Cuckoo**
- 前往 “控制台->外观” 启用「Cuckoo」即可使用主题啦!

## 最后

1. 欢迎各位加入 [主题交流群](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=s2GpijC6kAYicysKIUoV87cckdzRDova&authKey=XNFrI33rkha8i9vNTIMLCzqN9fCphaARFlptIb9cKB0PhwdC6fWIDn90MVi8JrfX&noverify=0&group_code=943195145)
2. 主题文档:[https://cuckoo.owo.show/](https://cuckoo.owo.show/) (请注意区分 2.x 和 1.x)
3. 提问前请先阅读 “主题文档” 先哦!
4. 如果喜欢这个主题,欢迎各位点个 Star !
2. 主题文档:[https://cuckoo.owo.show/](https://cuckoo.owo.show/)
3. 如有问题可以发 [Issue](https://github.com/bhaoo/Cuckoo/issues) 或进群提问,提问前请先阅读 “主题文档” 先哦!
4. 如果喜欢这个主题,欢迎各位点个 Star ,也欢迎 [投喂](https://afdian.net/@bhaoo) 布好哦

---

Expand Down
2 changes: 1 addition & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* @author Bhao
* @link https://dwd.moe/
* @version 2.0.0
* @date 2023-07-19
*/

if(!defined('__TYPECHO_ROOT_DIR__')) exit;
Expand Down
4 changes: 2 additions & 2 deletions assets/css/cuckoo.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/iconfont.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 070400c

Please sign in to comment.