博客搭好后修改的点都记录如下,以防下次想改回去还得翻别人的攻略。
配置清单
- 修改站点默认语言为中文
_config.yml:language
- 修改头像
_config.yml:avatar
- 开启「关于」标签
next/_config.yml:about
- 开启本地搜索
_config.yml:Search
next/_config.yml:local_search
- 修改站点图标
next/_config.yml:favicon
- 修改footer「主题」显示
next/_config.yml:theme
next/layout/_partials/footer.swig
- 修改社交图标,增加QQ、微博
next/_config.yml:social, :social_icons
- 侧边栏左显
next/_config.yml:siderbar
- 代码高亮主题
next/_config.yml:highlight_theme
- 修改文章命名方式
_config.yml:new_post_name
- 增加不蒜子统计
next/_config.yml:busuanzi_count
next/layout/.../busuanzi-counter.swig
- 开启Leancloud统计
next/_config.yml/leancloud_visitors
next/languages/zh-Hans.yml:post
next/layout/_macro/post.swig
- 增加资源文件夹
_config.yml:post_asset_folder
- 修改powered英文显示
next/languages/zh-Hans.yml:footer
- 修改文章tag图标
next/layout/_macro/post.swig
- 修改站点footer图标,增加动画效果
next/layout/_partials/footer.swig
next/_config.yml:icon
next/source/css/_common/components/footer/footer.styl
- 配置自定义域名访问
source/CNAME
- 修改字体大小
next/source/css/_common/components/header/menu.styl
next/source/css/_variables/Pisces.styl
next/source/css/_variables/base.styl
- 增加密码属性
next/layout/_partials/head.swig
- 增加隐藏属性
next/layout/index.swig
- 自定义小代码块样式
next/source/css/custom.styl
- 自定义页面
next/source/heart/
- 增加「关于」页面
next/_config.yml:about
source/about/index
TODO List
下面记录可能要做的(不包括写文章)
- 增加鼠标点击效果
- 增加一条狗
优化统计显示后开启增加「关于」页面