Replaced the local ip2region database and related PHP classes with an external API (ip.asbid.cn) for IP region lookup in functions.php. Removed the entire ip2region directory and its dependencies, simplifying maintenance and reducing local storage requirements. Updated caching logic to store API results for one month. Also updated the theme version in index.php to 1.1. |
||
---|---|---|
assets | ||
.gitignore | ||
404.php | ||
README.MD | ||
archive.php | ||
card.php | ||
cms.php | ||
comments.php | ||
footer.php | ||
functions.php | ||
header.php | ||
index.php | ||
page-archives.php | ||
page-commentuserlist.php | ||
page-full.php | ||
page-links.php | ||
page-tags.php | ||
page-talks.php | ||
page.php | ||
post.php | ||
screenshot.png | ||
sidebar.php | ||
sticky.php |
README.MD
说明
主题介绍
源主题为wordpress
主题puock
,现移植到Typecho
平台。
主题特点
- 主题简洁,适合个人博客使用
- 支持
Typecho
的所有功能
主题预览
使用说明
- 将主题文件夹放入
Typecho
的usr/themes
目录下。 - 在后台管理界面启用该主题。
- 根据需要自定义主题设置。
- 主题部分功能需要安装插件
Puock
。项目地址: Puock Plugin - 友情链接功能需要使用插件
Links
。项目地址: Links Plugin,首页友情链接需要在友链分类
中添加分类home
。
主题配置
- 全部标签页面需要启用php的
iconv
扩展