├── .gitignore ├── LICENSE ├── README.md ├── annotation-setting.yaml ├── build.gradle ├── gradlew ├── gradlew.bat ├── settings.gradle ├── settings.yaml ├── templates ├── archives.html ├── assets │ ├── css │ │ ├── comments.css │ │ ├── single.css │ │ └── style.css │ ├── images │ │ ├── beian.png │ │ ├── cover-author.jpg │ │ ├── loading.gif │ │ ├── logo.png │ │ ├── no-comment.png │ │ ├── random │ │ │ ├── cover-post-1.jpg │ │ │ └── cover-post-2.jpg │ │ └── upyun.png │ ├── js │ │ ├── color-thief.min.js │ │ ├── comments.js │ │ ├── jquery.min.js │ │ └── theme.js │ ├── lens │ │ ├── css │ │ │ ├── fontawesome-all.min.css │ │ │ ├── images │ │ │ │ ├── arrow-small.svg │ │ │ │ ├── arrow.svg │ │ │ │ ├── close-small-alt.svg │ │ │ │ ├── close-small.svg │ │ │ │ ├── close.svg │ │ │ │ ├── open-small.svg │ │ │ │ ├── open.svg │ │ │ │ └── spinner.svg │ │ │ ├── main.css │ │ │ └── noscript.css │ │ └── js │ │ │ ├── breakpoints.min.js │ │ │ ├── browser.min.js │ │ │ ├── jquery.min.js │ │ │ ├── lazysizes.min.js │ │ │ └── main.js │ └── static │ │ ├── fancybox │ │ ├── fancybox.css │ │ └── fancybox.umd.js │ │ ├── iconfont │ │ ├── iconfont.css │ │ ├── iconfont.js │ │ ├── iconfont.json │ │ ├── iconfont.ttf │ │ ├── iconfont.woff │ │ └── iconfont.woff2 │ │ ├── nprogress │ │ ├── nprogress.css │ │ └── nprogress.js │ │ └── swiper │ │ ├── swiper-bundle.min.css │ │ ├── swiper-bundle.min.js │ │ └── swiper-bundle.min.js.map ├── categories.html ├── category.html ├── douban.html ├── index.html ├── links.html ├── modules │ ├── aside.html │ ├── foot.html │ ├── footer.html │ ├── head.html │ ├── header.html │ ├── inc │ │ ├── ajax │ │ │ ├── ajax-cate-tpl.html │ │ │ ├── ajax-cate.html │ │ │ ├── ajax-home.html │ │ │ ├── ajax-note-page.html │ │ │ ├── ajax-tag-tpl.html │ │ │ └── ajax-tag.html │ │ ├── aside-comments.html │ │ ├── aside-sub-page.html │ │ ├── halo-comment.html │ │ ├── home-new.html │ │ ├── home-recommend-regular.html │ │ ├── home-recommend-swiper.html │ │ ├── home-sticky.html │ │ ├── nav.html │ │ └── single-color.html │ ├── layout.html │ └── variables │ │ └── configs.html ├── moment.html ├── moments.html ├── page.html ├── page_links.html ├── photos.html ├── post.html ├── tag.html └── tags.html └── theme.yaml /.gitignore: -------------------------------------------------------------------------------- 1 | # Logs 2 | logs 3 | *.log 4 | npm-debug.log* 5 | yarn-debug.log* 6 | yarn-error.log* 7 | pnpm-debug.log* 8 | lerna-debug.log* 9 | 10 | node_modules 11 | .DS_Store 12 | *.local 13 | 14 | # Editor directories and files 15 | .vscode/* 16 | !.vscode/extensions.json 17 | .idea 18 | *.suo 19 | *.ntvs* 20 | *.njsproj 21 | *.sln 22 | *.sw? 23 | 24 | .gradle 25 | build 26 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 困困鱼 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 |
3 |
iEmo是一个简约感设计Halo主题
6 | 7 | 8 |  9 |  10 | 11 | 12 | ### 预览:[困困鱼](https://demo.kunkunyu.com?preview-theme=theme-iemo) 13 | 14 | ### 文档:[iEmo 使用文档](https://docs.kunkunyu.com/docs/iemo) 15 | 16 | 17 | ### 插件支持 18 | iEmo 主题支持以下 Halo 插件: 19 | 20 | - [X] 友情链接(/links):https://halo.run/store/apps/app-hfbQg 21 | - [X] 豆瓣(/douban):https://www.halo.run/store/apps/app-srBOL 22 | - [X] 瞬间(/moments):https://halo.run/store/apps/app-SnwWD 23 | 24 | 为了获得更好的体验,你还可以安装以下插件(如果需要): 25 | - highlight.js 代码高亮:https://halo.run/store/apps/app-sqpgf 26 | 27 | ### 使用说明 28 | > 1、部分功能是使用插件进行支持 29 | - [X] 文章目录 30 | - [X] [代码高亮/语言/复制](https://github.com/halo-sigs/plugin-highlightjs)(插件) 31 | - [x] [文章搜索](https://github.com/halo-sigs/plugin-search-widget)(插件) 32 | - [X] [评论系统](https://github.com/halo-sigs/plugin-comment-widget)(插件) 33 | - [x] [友情链接](https://github.com/halo-sigs/plugin-links)(插件) 34 | - [x] [豆瓣](https://github.com/chengzhongxue/plugin-douban)(插件) 35 | - [x] [瞬间](https://github.com/halo-sigs/plugin-moments)(插件) 36 | - [x] 其他功能 37 | 38 | ### TODO 39 | - [ ] 细节优化 40 | - [ ] 图库(/photos):https://halo.run/store/apps/app-BmQJW 41 | 42 | ### 🏭 贡献 43 | 44 | > 如果你想帮助完善 `iEmo` 主题,请: 45 | 46 | - 点 `star` 47 | - 提 `issue` 48 | - 修 `bugs` 49 | - 推 `pr` 50 | 51 |暂无评论
31 |
参与讨论
6 |(Participate in the discussion)
7 |参与讨论
10 |