Theme Yelee relies on Hexo-Theme-Yilia, thanks for the author Litten. Fix some bugs, change lots of styles, add several features. And then I made the theme. Yelee is mainly designed for fluent text reading. I change styles and add functions, meanwhile, try hard to keep this theme simple, stupid and clear. Theme DEMO: MOxFIVE's Blog
本主题 Yelee 基于主题 Hexo-Theme-Yilia 修改而来,在此感谢原作者 Litten。修复了一些 bugs,改变了大量的样式,添加了不少特性。对原主题百般折腾后,发觉变动越来越大,索性就发布个新主题了,主题随我微博名叫 "Yelee" 。个人喜欢简洁的样式,重视内容的浏览,同时希望博客作为个人网站,能稍微凸显出博主个性。各种修改折腾大抵基于以上考虑。主题实际效果,请访问本人博客查看:MOxFIVE's Blog
git clone https://github.com/MOxFIVE/hexo-theme-yelee.git themes/yelee
Change theme field in Hexo root's _config.yml file. 修改 Hexo 根目录对应配置文件。
theme: yelee
cd themes/yelee
git pull
- | Chs | En |
---|---|---|
1 | 嵌入边栏的文章目录 | Flexible table of contents |
2 | 透明化背景,随机背景大图 | Transparent & Random background |
3 | 页内跳转按钮 | Scrolling button |
4 | 文章版权等信息显示 | Copyright info. |
5 | 文章导航切换按钮 | Post navigation button |
6 | 网站计数 | Site counter |
cd to your hexo folder and run this code:
使用以下代码添加一个新页面:
hexo new page about
hexo new page tags
Post with several categories 文章设置多个分类后的问题 issue#4
Find or change background images in folder | 修改背景图地址:
/yelee/source/background/
Setting in themes/yelee/_config.yml
背景参数:
background_image: 5
-
Default value is 5, free to modify the number | 默认值为5,可按需修改
-
"5": show 5 images form bg-1.jpg to bg-5.jpg in
/yelee/source/background/
-
"5": 设置
/yelee/source/background/
文件夹中 bg-1.jpg 到 bg-5.jpg 这5张图片为背景 -
"0": remove background image and use white-gray theme | 取消网页背景图,使用淳朴的灰白主题
In order to style posts/pages' image with HTML/CSS within .md
files, you should disable fancybox function firstly.
如果要使用 HTML/CSS 自定义文章图片样式,需要先关闭 fancybox 功能。
Disable fancybox in full site | 在全站关闭 fancybox:
Set
fancybox: false
inyelee/_config.yml
Disable fancybox in certain post/page | 在某篇文章中关闭 fancybox:
Add
fancybox: false
in front-matter
在 themes/yelee/_config.yml
中,按 duoshuo: duoshuo-key
填写。
注册多说后,地址前面的就是你的 duoshuo-key http://duoshuo-key.duoshuo.com
Remove toc and the button via putting toc: false
before "---" at [post].md.
文章中默认显示目录和对应切换按钮,在文章 “---” 前输入 toc: false
关闭目录。
Hide this via putting original: false
to post's front-matter.
在文章顶部插入行 original: false
关闭文章版权声明框
hexo new page 404
And then set permalink: /404
in /source/404/index.md
front matter.
Install plugin: hexo-generator-feed
Install plugin: hexo-generator-seo-friendly-sitemap
百度专用: hexo-generator-baidu-sitemap
替换路径: /yelee/source/apple-touch-icon.png