hexo fluid主题
Last updated on November 22, 2024 pm
🧙 Questions
☄️ Ideas
主题安装
下载源码
解压替换
解压并修改文件夹名称
fluid
复制到目录\blogs-galaxy\themes\
下
mv hexo-theme-fluid-1.9.2 blogs-galaxy/themes/fluid
设置主题
修改配置
_config.yml
文件
theme: fluid
重启
主题优化
取消首页滚动条
vim /Users/ispong/code/blogs-galaxy/themes/fluid/source/css/main.styl
::-webkit-scrollbar{
width: 0
}
取消tag前面的#号
vim /Users/ispong/code/blogs-galaxy/themes/fluid/layout/index.ejs
vim /Users/ispong/code/blogs-galaxy/themes/fluid/layout/_partials/post/meta-bottom.ejs
<div class="post-meta">
<i class="iconfont icon-tags"></i>
<% post.tags.each(function(tag){ %>
<a href="<%= url_for(tag.path) %>"><%- tag.name %></a>
<% }) %>
</div>
取消备案号
注释beian.ejs文件中内容
vim /Users/ispong/code/blogs-galaxy/themes/fluid/layout/_partials/footer/beian.ejs
<span>
<a href="http://beian.miit.gov.cn/" target="_blank" rel="nofollow noopener">
<%- theme.footer.beian.icp_text %>
</a>
</span>
🔗 Links
hexo fluid主题
https://ispong.isxcode.com/github/hexo/hexo fluid主题/