From 2b9e12059bbc1e79bd60ae61028dbb406531cf46 Mon Sep 17 00:00:00 2001 From: Hsiao Feng Date: Wed, 25 Oct 2023 17:49:29 +0800 Subject: [PATCH] Create README.md --- README.md | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..af55863 --- /dev/null +++ b/README.md @@ -0,0 +1,60 @@ +Print 是一款排印风格主题,适用于博客软件 Typecho 。该主题更适合写作类博客,也适合技术类博客。 + +## 预览 + +- [站点样板][1] +- [文章样板][2] + +图片: + +![主页预览][3] + +![正文预览][4] + +## 使用 + +请在 [GitHub Release][5] 下载。并将内容放在 `usr/themes/` 目录下。回到 Typecho 后台,进入**控制台**—**外观**中启用即可。 + +在使用过程中遇到问题,请转到 [Issues][6] 提出。 + +## 搜索页面的配置 + +本主题默认不含有搜索。如果需要搜索功能,请新建一个**独立页面**,然后选择模板为 **“搜索页面”** 。该页面将作为搜索入口使用 。 + +## 致谢 + +外挂 [Google Fonts][7] 服务,其中西文斜体采用了 [Lora][8] 字体,中文正文使用[思源黑体][9]、[思源宋体][10]。 + +主题样式有参考 [reuixiy][11] 设计的 Hugo 主题 [*MemE*][12]、钱争予的[魚缸 Eassy][13]。 + +评论区结构代码来自 [Magneto][14] 的 [*TinaTheme*][15]。翻页代码参考[野生健康菌][16]的文章[《Typecho 设置翻页样式 pageNav() 》][17]。部分结构来自 [Typecho][18] 默认主题 *Typecho Replica Theme*。 + +主题使用了 [Bootstrap][19],辅以 [highlight.js][20] 作为代码高亮插件,[MathJax][21] 作为数学公式渲染。 + +## 许可 + +采用 [MIT 协议][22]发布。 + + + [1]: https://hsiao-feng.github.io/Print-Typecho-Theme/sample/index.htm + [2]: https://hsiao-feng.github.io/Print-Typecho-Theme/sample/sample.htm + [3]: sample/screenshot.jpg + [4]: sample/article.jpg + [5]: https://github.com/Hsiao-Feng/Print-Typecho-Theme/releases + [6]: https://github.com/Hsiao-Feng/Print-Typecho-Theme/issues + [7]: https://fonts.google.com + [8]: https://github.com/cyrealtype/Lora-Cyrillic + [9]: https://fonts.google.com/noto/specimen/Noto+Sans+SC/about?noto.query=Noto%20Sans%20SC + [10]: https://fonts.google.com/noto/specimen/Noto+Serif+SC/about?noto.query=Noto%20Serif%20SC + [11]: https://io-oi.me/ + [12]: https://github.com/reuixiy/hugo-theme-meme + [13]: https://poisson.laerhsif.com/ + [14]: https://fmcf.cc/ + [15]: https://github.com/ouyangyanhuo/TinaTheme + [16]: https://www.mytime.fun/ + [17]: https://www.mytime.fun/index.php/archives/7/ + [18]: http://typecho.org + [19]: https://getbootstrap.com/ + [20]: https://highlightjs.org/ + [21]: https://mathjax.org + [22]: https://github.com/Hsiao-Feng/Print-Typecho-Theme/blob/main/LICENSE