yscoder / hexo-theme-indigo

一个Material Design风格的Hexo主题。 https://imys.net/    备用:
https://yscoder.github.io/
The Unlicense
2.79k stars 541 forks source link

centos7.3下与github仓库相连建立的配置问题 #284

Closed llllzimran closed 7 years ago

llllzimran commented 7 years ago

先贴上各软件的版本先 2 3 只有git寻找分支找不到,就跳过了这一步 4 5 配置方面已经按照说明走了一遍了,不过就是hexo g时还是会有问题 1 已经重弄两次了,试过重装nodejs和npm,重新开文件夹初始化也是显示这样的错误- -求解啊,新手一个实在是不好寻找到问题啊,谢谢啦

llllzimran commented 7 years ago

补充下初始化后在默认主题的情况下配置github那部分是可以用的 主题配置文件变动不大,就是关了些打赏或评论什么的,这些地方不存在打少了空格的问题。在配置文件后面加的插件配置应该也没问题,基本是复制粘贴上去的 6

llllzimran commented 7 years ago

错误显示的是_config.yml错误,不过按照步骤来也好难知道哪里错误了

yscoder commented 7 years ago

theme 配置全贴出来看看

llllzimran commented 7 years ago
# hexo-theme-indigo
# https://github.com/yscoder/hexo-theme-indigo

# 添加新菜单项遵循以下规则
# menu:
#  link:               fontawesome图标,省略前缀,本主题前缀为 icon-,必须
#    text: About       菜单显示的文字,如果省略即默认与图标一致,首字母会转大写
#    url: /about       链接,绝对或相对路径,必须。
#    target: _blank    是否跳出,省略则在当前页面打开
menu:
  home:
    text: 主页
    url: /
  archives:
    url: /archives
  tags:
    url: /tags
  th-list:
    text: Categories
    url: /categories
  github:
    url: https://github.com/yscoder
    target: _blank
  weibo:
    url: http://www.weibo.com/ysweb
    target: _blank
  link:
    text: 测试
    url: /custom

# 你的头像url
avatar: /img/avatar.jpg
# avatar link
avatar_link: /
# 头像背景图
brand: /img/brand.jpg
# favicon
favicon: /favicon.ico

# email
email: llllzimran@gmail.com

# 设置 Android L Chrome 浏览器状态栏颜色
color: '#3F51B5'

# 页面标题
tags_title: Tags
archives_title: Archives
categories_title: Categories

# 文章截断
excerpt_render: false
excerpt_length: 200
excerpt_link: 阅读全文...
mathjax: false
archive_yearly: true

# 是否显示文章最后更新时间
show_last_updated: true

# 是否开启分享
share: true

# 是否开启打赏,关闭 reward: false
reward: false
  title: 谢谢大爷~
  wechat: /img/wechat.jpg     #微信,关闭设为 false
  alipay: /img/alipay.jpg     #支付宝,关闭设为 false

# 是否开启搜索
search: true

# 是否大屏幕下文章页隐藏导航
hideMenu: true

# 是否开启toc
# toc: false
toc:
  list_number: true  # 是否显示数字排序

# 文章页留言内容,hexo中所有变量及辅助函数等均可调用,具体请查阅 hexo.io
postMessage: 这里可以写作者留言,标签和 hexo 中所有变量及辅助函数等均可调用,示例:<a href="<%- url_for(page.path).replace(/index\.html$/, '') %>" target="_blank" rel="external"><%- page.permalink.replace(/index\.html$/, '') %></a>

# 站长统计,如要开启,输入CNZZ站点id,如 cnzz: 1255152447
cnzz: false

# 百度统计,如要开启,改为你的 key
baidu_tongji: false

# 腾讯分析,如要开启,输入站点id
tajs: false

# google
google_analytics: false
google_site_verification: false

# less
less:
  compress: true
  paths:
    - source/css/style.less

# 以下评论插件开启一个即可
# 是否开启 disqus
disqus_shortname: false
# 是否开启友言评论, 填写友言用户id
uyan_uid: false
# 是否开启网易云跟帖, 填写app sdk中的app key
wangyi_ygt: false
# 是否使用 gitment,https://github.com/imsun/gitment
gitment: false
# gitment:
#   owner:
#   repo:
#   client_id:
#   client_secret:

# 规范网址
# 让搜索引擎重定向你的不同域名、不同子域、同域不同目录的站点到你期望的路径
# https://support.google.com/webmasters/answer/139066
# 假设配置为 canonical: http://imys.net,那么从搜索引擎中 www.imys.net 进入会重定向到 imys.net
canonical: false

# 版权起始年份
since_year: 2017

# 用户页面中作者相关的描述性文字,如不需要设为 false
about: 用户页面中作者相关的描述性文字,如不需要设为 false

# “不蒜子”访问量统计,详见 http://ibruce.info/2015/04/04/busuanzi/
visit_counter:
  site_uv: 站点总访客数:
  site_pv: 站点总访问量:

# 动态定义title
title_change:
  normal: (つェ⊂)咦!又好了!
  leave: 死鬼去哪里了!

# 设置为 true 发布后将使用 unpkg cdn
cdn: true

# 设置为 true 将使用 lightbox render 图片
lightbox: true

# icp备案号  ICP_license: 京ICP备1234556号-1
ICP_license: false

rss: /atom.xml
llllzimran commented 7 years ago

@yscoder 基本上只添加了最后的rss,关闭了悬赏评论类

yscoder commented 7 years ago

打赏关闭时,要把子属性都注释掉。

reward: false
 # title: 谢谢大爷~
 # wechat: /img/wechat.jpg     #微信,关闭设为 false
 # alipay: /img/alipay.jpg     #支付宝,关闭设为 false
llllzimran commented 7 years ago

已成功解决 谢谢