NeroSong / 1ts_fun_V1

Personal Website V1.0, based on Hexo & customized theme Volantis

Home Page:https://1ts.fun/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

个人博客

👉空街听雨 https://1ts.fun/ 👈

说明

使用了 Hexo 框架,主题为 Volantis

CDN 加速使用 GitHub + jsdelivr 实现。

部分优化参见博客重构迁移记录

对主题的自定义修改

修改 cover features 的颜色,它的高亮也一样

  1. /themes/volantis/source/css/_layout/cover.styl中更改 menu 中的所有相关的 color 为 color-site-features

  2. /themes/volantis/source/css/_defines/color.styl中添加 common 中 features 选项

设置选中后字符颜色和背景色

::selection { 
    background: #00c4b6;
    color: #f7f7f7; 
}
/* firefox */
::-moz-selection { 
    background: #00c4b6;
    color: #f7f7f7;    
}

底部footer间距减小

修改了不同标题的颜色

About

Personal Website V1.0, based on Hexo & customized theme Volantis

https://1ts.fun/


Languages

Language:Stylus 40.4%Language:JavaScript 31.8%Language:EJS 22.1%Language:CSS 5.6%