suka主题配置
mxlg Lv4

suka主题主页

1、自定义博客的背景

在suka/source/css/style.min.css
添加
body {
background:url(/img/bg.jpg);
background-repeat: repeat;
background-attachment:fixed;
background-position:100% 100%;
`}````
即可

把需要的背景图片放到public\img路径下。

2、一个很好的背景网站

访问toptal

3、cactus主题在导航栏添加搜索功能,在./themes/cactus/_config.yml中找到nav 新建search标签。

nav: search: /search/

执行npm install hexo-generator-search --save

执行hexo new page search

进入./themes/cactus/source/serch/index.md,修改md文件的头为:

title: Search type: search ---

这块用typora输入配置出错,用notepad3复制进去就可以了。

由 Hexo 驱动 & 主题 Keep
访客数 访问量