yelog / yelog.github.io

叶落阁的blog
http://yelog.org/
12 stars 2 forks source link

叶落阁 #45

Open yelog opened 7 years ago

yelog commented 7 years ago

http://yelog.org/

叶落阁

ghost commented 6 years ago

大佬,主题还会继续更新吗。这个评论模块挺好用的,希望能更新到主题里边~ Valine - 一款极简的无后端评论系统. https://valine.js.org

ghost commented 6 years ago

博主,求助! 我配置了gitalk,但是登陆之后出现Error: $.cookie is not a function,试了好几次都是这样子,百度和GG都没找到这方面的解决办法。 这是配置之后的截图: http://p4nyd2zat.bkt.clouddn.com/true/1.png 这是登陆之后的截图:出错了。 http://p4nyd2zat.bkt.clouddn.com/true/2.png

yelog commented 6 years ago

@webingio 博主,求助! 我配置了gitalk,但是登陆之后出现Error: $.cookie is not a function,试了好几次都是这样子,百度和GG都没找到这方面的解决办法。 这是配置之后的截图: http://p4nyd2zat.bkt.clouddn.com/true/1.png 这是登陆之后的截图:出错了。 http://p4nyd2zat.bkt.clouddn.com/true/2.png

我的锅,_config.yml 配置文件没有提交。 在最下面 CDN 下,加一行:

  jquery_cookie: //cdn.bootcss.com/jquery-cookie/1.4.1/jquery.cookie.min.js

最新配置文件已经提交

ghost commented 6 years ago

@yelog

@webingio 博主,求助! 我配置了gitalk,但是登陆之后出现Error: $.cookie is not a function,试了好几次都是这样子,百度和GG都没找到这方面的解决办法。 这是配置之后的截图: http://p4nyd2zat.bkt.clouddn.com/true/1.png 这是登陆之后的截图:出错了。 http://p4nyd2zat.bkt.clouddn.com/true/2.png

我的锅,_config.yml 配置文件没有提交。 在最下面 CDN 下,加一行:

  jquery_cookie: //cdn.bootcss.com/jquery-cookie/1.4.1/jquery.cookie.min.js

最新配置文件已经提交

谢谢博主 么么哒

yelog commented 6 years ago

@webingio 大佬,主题还会继续更新吗。这个评论模块挺好用的,希望能更新到主题里边~ Valine - 一款极简的无后端评论系统. https://valine.js.org

对了,valine这个评论插件与pjax不太兼容,已经给 valine 作者提 issue了,等作者有解决方案后,就会集成。 进展可关注这里 https://github.com/xCss/Valine/issues/58#issuecomment-369492563

ghost commented 6 years ago

留言混脸熟~

ronanhardiman commented 6 years ago

挺好。

yelog commented 6 years ago

@webingio 留言混脸熟~

👻👻哈哈

yelog commented 6 years ago

@ronanhardiman 挺好。

谢谢🤠

ghost commented 6 years ago

大佬,研究了许久,我决定还是伸手,看看你这有没有解决方案。 问题:使用hexo-blog-encrypt插件对文章进行加密,但是他在渲染的时候,把文章内容当做article-meta进行渲染了,研究了几天没有解决办法,毕竟我也不是专业的。详见下边这个链接: 出现问题文章:https://webingio.github.io/paswd/article/aes-passwd.html 插件地址:https://github.com/MikeCoder/hexo-blog-encrypt 注:目前的解决办法是把article.ejs文件中的下面这段代码删掉,会有什么影响吗?

    <%if(post.origin){%>
    <div class="article-meta">
        <span class="origin">原文:
            <a href="<%=post.origin%>" target="_blank">
                <%if(post.originView){%>
                <%= post.originView%>
                <%} else {%>
                <%=post.origin%>
                <%}%>
            </a>
        </span>
    </div>
    <%}%>
yelog commented 6 years ago

@webingio

应该是有class冲突了,我今天抽个时间集成一下

ghost commented 6 years ago

@yelog

@webingio

应该是有class冲突了,我今天抽个时间集成一下

大佬辛苦了!

whirlys commented 6 years ago

博主你好,我很喜欢你的主题,打算使用,首先感谢你开发出这么好看的主题。现在我有两个问题先请教一下,1.highlight代码高亮我改变了 theme 但是没有效果,根据网上的一些帖子设置了auto_detect: true还是没有效果,所以请问博主知道该怎么解决吗? 2.头像下边的社交网站小图标,好像是用 icomoon的图标,现在我想增加 知乎,简书,csdn的链接,我看了 nav-left.styl 文件,觉得应该要增加类似 content "\ea9b" 的代码,但是我不知道 "\ea9b" 是怎么来的,所以请问我该怎么增加这三个网站的小图标呢?

yelog commented 6 years ago

@whirlys 常用的使用说明都在 3-hexo使用说明

  1. highlight 高亮配置。需要把 hexo 根目录的 _config.yml 中的 highlight 置为 false, 如下所示: image
  2. 图标的话,我这边统一管理吧,稍后我会把 知乎、简书、csdn 的图标加上去,可以留意一下更新:3-hexo开发日志-持续更新
ghost commented 6 years ago

主题非常好,很实用!

yelog commented 6 years ago

@zhaijiayu12345 主题非常好,很实用!

谢谢

LingyvKong commented 5 years ago

博主您好,有两个问题找了很久源码也没解决,想请求您的帮助。1.行内的代码(即markdown语法中``中的内容)主题中是用暗红色显示,我该如何更改才能使用类似于github中的灰色阴影呢?2.我可以更改页面的字体和字号吗

yelog commented 5 years ago

@LingyvKong

更新主题的方式

我刚更新了行内代码块的样式,可以在 _config.yml 中的配置code.themegithub即可。

修改代码的方式

1. 代码块

位置:source/css/_partial/post.styl:229

2.页面字体、字号

大屏字体: 字体位置:source/css/style.styl:8 字号位置:source/css/_partial/post.styl:3 中屏字体: 字体位置:source/css/mobile.styl:3 字号位置:source/css/mobile.styl:17 手机字体: 字号位置:source/css/mobile.styl:146

LingyvKong commented 5 years ago

@yelog @LingyvKong

更新主题的方式

我刚更新了行内代码块的样式,可以在 _config.yml 中的配置code.themegithub即可。

修改代码的方式

1. 代码块

位置:source/css/_partial/post.styl:229

2.页面字体、字号

大屏字体: 字体位置:source/css/style.styl:8 字号位置:source/css/_partial/post.styl:3 中屏字体: 字体位置:source/css/mobile.styl:3 字号位置:source/css/mobile.styl:17 手机字体: 字号位置:source/css/mobile.styl:146

非常感谢:smile:

wuqiyin commented 5 years ago

博主这个主题不错,希望再接再励

tcitr-m commented 5 years ago

博主你好,我最近在使用你写的layui soulTable插件,有几个地方没用明白,1、再不折叠情况下,子表怎么刷新数据。2、子表拖动没有箭头提示怎么加上。另外父子表有个行变色选择错误的问题,原因是选择器的问题,这个问题我是直接把table.js的相关代码注释掉了,不知博主有无更好的方案

yelog commented 5 years ago

@tcitr-m 博主你好,我最近在使用你写的layui soulTable插件,有几个地方没用明白,1、再不折叠情况下,子表怎么刷新数据。2、子表拖动没有箭头提示怎么加上。另外父子表有个行变色选择错误的问题,原因是选择器的问题,这个问题我是直接把table.js的相关代码注释掉了,不知博主有无更好的方案

不好意思,刚看到。关于 soulTable 的问题 可以加群 219794555 交流

soaringleefighting commented 5 years ago

赞一个!

letanga commented 5 years ago

请问下头像下面的名字怎么改?配置文件里没找到可以改的选项啊。

yelog commented 5 years ago

@letanga 请问下头像下面的名字怎么改?配置文件里没找到可以改的选项啊。

博客根目录(hexo init 生成的)的 _config.yml 中的 author

xiaoxiaozhang3 commented 5 years ago

大佬,要统计文章字数和字数应该怎么写呀

yelog commented 5 years ago

@xiaoxiaozhang3 大佬,要统计文章字数和字数应该怎么写呀

看这里:开启字数统计

tujidelv commented 5 years ago

你好,左侧友链中,链接比较多的话,在手机/pc端不能下滑滚动,能帮调下样式吗

yelog commented 5 years ago

@tujidelv 多谢反馈,调整样式参考: https://github.com/yelog/hexo-theme-3-hexo/commit/a2b0ffe2813245c6292349afe2c633bcfa996db7

Eternal0527 commented 5 years ago

还是GitHub好用啊。hhhhh这个博客真的就是博客了,一点都不花里胡哨的。

ArchKS commented 5 years ago

博主,我用了你的主题,留言感谢

ArchKS commented 5 years ago

请问这个在哪里设置按照时间排序,我的是按照名称排序的

yelog commented 5 years ago

@ArchKS 请问这个在哪里设置按照时间排序,我的是按照名称排序的

https://yelog.org/2017/02/24/hexo-top-sort/

ArchKS commented 5 years ago

多谢多谢

------------------ 原始邮件 ------------------ 发件人: "杨玉杰(Chris Yang)"notifications@github.com; 发送时间: 2019年8月21日(星期三) 晚上10:00 收件人: "yelog/yelog.github.io"yelog.github.io@noreply.github.com; 抄送: "2212585023"2212585023@qq.com;"Mention"mention@noreply.github.com; 主题: Re: [yelog/yelog.github.io] 叶落阁 (#45)

@ArchKS 请问这个在哪里设置按照时间排序,我的是按照名称排序的

https://yelog.org/2017/02/24/hexo-top-sort/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

wallleap commented 5 years ago

老哥,你的主题真的挺好用的。今天心血来潮,想弄一个自己的博客,看到挺多人使用Hexo,然后随便搜了篇教程就开干了,弄好之后发现主题很难看,直接到Hexo官网--主题找,发现第一个非常养眼,就直接使用了。经过琢磨,越来越觉得你这主题好用。点个赞👍

ydday commented 5 years ago

大佬我想加个评论,怎么设置。文件列子能不能让我看一下

ydday commented 5 years ago

还有全部文章的表怎么配置的有么有文件给我下。想参考考 邮箱:stream_do@yeah.net

panyifei commented 5 years ago

大佬,用了你的主题,能加个友链吗 http://panyifei.github.io

hujintao0309 commented 5 years ago

测试

测试

yelog commented 5 years ago

@panyifei 大佬,用了你的主题,能加个友链吗 http://panyifei.github.io

已添加

songtianfa commented 5 years ago

大佬,不知左侧栏的栏目这些如何配置?目前我用了你的主题后只有全部文章这一块栏目,不知道如何配置才可以出现自己想要的栏目,自己想要增加一些栏目的内容,百度可很多都没有找到配置的答案。

yelog commented 5 years ago

@songtianfa 大佬,不知左侧栏的栏目这些如何配置?目前我用了你的主题后只有全部文章这一块栏目,不知道如何配置才可以出现自己想要的栏目,自己想要增加一些栏目的内容,百度可很多都没有找到配置的答案。

文章头部添加 categories
关于写文章

wallleap commented 5 years ago

大佬,我评论用的Gitment,刚开始用着没问题的,可是最近提示Error: Comments Not Initialized,点login就回到博客首页,而且链接后面跟了一大串:/?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application.&error_uri=https%3A%2F%2Fdeveloper.github.com%2Fapps%2Fmanaging-oauth-apps%2Ftroubleshooting-authorization-request-errors%2F%23redirect-uri-mismatch,这个是什么问题啊,还有阁主你现在用的评论系统是什么呀,看着挺好用的

yelog commented 5 years ago

@wallleap

应该是你设置的 callback url 和现在博客的域名(cname过) 不一样造成的,你重新新建一个OAuth , 然后填上现在的博客访问域名。同样问题

我现在用的是 gitalk。

wallleap commented 5 years ago

@yelog

@wallleap

应该是你设置的 callback url 和现在博客的域名(cname过) 不一样造成的,你重新新建一个OAuth , 然后填上现在的博客访问域名。同样问题

我现在用的是 gitalk。

感谢大佬的回复,已经用上gitalk了

soft5 commented 5 years ago

好东西。。。

jinfengxiong commented 5 years ago

发现新大陆了😂

1579886070 commented 5 years ago

主题很棒,目前再用您的主题,十分感谢!

wallleap commented 5 years ago

大佬,交换一下友链呗

名字:wallleap
链接:https://wallleap.cn
yelog commented 5 years ago

@wallleap 已经添加