Hexo魔改Next主题中间大坑

#已解决

  1. 改变站点名称颜色位置

    1
    themes\next\source\css\_common\components\header\site-meta.styl
  2. 生成颜色RGB以及16色代码
    生成网站

  3. live2d板娘以及不同的主题
  4. favicon改动
  5. 网站运行时间

    1
    ./themes/layout/_partials/footer.swig
  6. side Bar修改在 themes\next\layout_custom\sidebar.swig

    footer header 在partials

  7. 创建新的menu项(分类,about,home等)

    1
    hexo new page xxxx    #创建新的index文件

之后再在菜单中添加链接。编辑主题的 _config.yml ,将 menu 中的对应项添加

1
2
3
4
5
6
menu:
home: /
categories: /categories
archives: /archives
tags: /tags
xxx: /xxx

#待解决

  1. 音乐除了网易云播放器生成外链之外还有其他那些播放器可用

    为何Aplayer JS已经加入source/js之后仍然毫无反应(sidebar.swig)已经加入代码

  2. category更加多元化,以及移动至sidebar
  3. 流量统计
Henry wechat
Inputs welcome!