Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:兼容sqlite数据库 #115

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
## Joe

> 一款基于Typecho博客的双栏极致优化主题
> 一款基于 Typecho 博客的双栏极致优化主题

- QQ交流群:457337579
- Git仓库:https://github.com/HaoOuBa/Joe
- QQ 交流群:457337579
- Git 仓库:https://github.com/HaoOuBa/Joe
- 主题宗旨:简洁、超强、开源、精华

#### 主题简介:

1. 整包仅1.3Mb,却实现超强功能,极其迅速的响应(在开发时,都是使用30000篇文章进行开发测试
1. 整包仅 1.3Mb,却实现超强功能,极其迅速的响应(在开发时,都是使用 30000 篇文章进行开发测试
2. 全站变量名、类名统一规范,重在方便更多人参与二开与拓展
3. 主题开箱即用,没有任何复杂的操作,无需像其他主题去特意创建个分类等。
4. 主题启用后,会置换Typecho的默认编辑器,采用 Joe 独家开发的编辑器
4. 主题启用后,会置换 Typecho 的默认编辑器,采用 Joe 独家开发的编辑器
5. 主题响应式布局,不依赖任何响应式框架,采用 Joe 独家响应式
6. 主题在一切可能暴露的接口上,屏蔽sql注入、xss攻击风险,提供安全保障
6. 主题在一切可能暴露的接口上,屏蔽 sql 注入、xss 攻击风险,提供安全保障
7. 内置超强视频功能、包含直播功能、全网影视功能、文章内插入视频功能
8. 主题SEO极致优化,Lighthouse SEO跑分彪满100分
8. 主题 SEO 极致优化,Lighthouse SEO 跑分彪满 100 分
9. 主题色彩全局公用、小白轻松直接修改整站自定义主题色
10. 主题内置代码高亮、无需借助任何插件、支持200种语言
10. 主题内置代码高亮、无需借助任何插件、支持 200 种语言
11. 主题首发极强画图回复功能,为你的博客带来用户互动,不再像传统博客那样,仅限文字
12. 主题内置sitemap、百度推送、友链、回复可见等,无需依赖任何插件
12. 主题内置 sitemap、百度推送、友链、回复可见等,无需依赖任何插件

#### 主题开发

1. 开发时请使用 `VSCode编辑器` ,编辑器插件:`scss-to-css`(根据官方文档进行下载依赖库) 和 `minify`
2. css代码由scss编译成.min.css文件
3. js代码由minify压缩成.min.js文件
2. css 代码由 scss 编译成.min.css 文件
3. js 代码由 minify 压缩成.min.js 文件

#### 主题目录介绍(非实时)

Expand All @@ -39,11 +39,11 @@

├── typecho

├── config 主题外观、功能设置的样式脚本目录
│ ├── config 主题外观、功能设置的样式脚本目录

└── write Joe编辑器目录
│ └── write Joe 编辑器目录

├── 404.php 404页面
├── 404.php 404 页面

├── archive.php 搜索页面

Expand All @@ -57,7 +57,7 @@

├── live.php 虎牙直播页面

├── package.json 主题发布至NPM仓库使用(勿动)
├── package.json 主题发布至 NPM 仓库使用(勿动)

├── page.php 独立页面

Expand Down
298 changes: 149 additions & 149 deletions archive.php

Large diffs are not rendered by default.

Binary file added assets/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/css/joe.responsive.min.css

Large diffs are not rendered by default.

Loading