shw2018 / shw2018.github.io

This is my personal blog repository. https://sunhwee.com/
https://shw2018.github.io
40 stars 32 forks source link

Hexo+Github博客搭建完全教程 | 洪卫の博客 #21

Open shw2018 opened 5 years ago

shw2018 commented 5 years ago

https://sunhwee.com/posts/6e8839eb.html

阅读须知

注意,这篇文章篇幅较长,主要针对新手,每一步很详细,所以可能会显得比较啰嗦,所以建议基础比较好小伙伴根据目录选择自己感兴趣的部分跳着看,不要文章没看,上来先喷一下!谢谢( ⊙ o ⊙ )。教程内容随意复制使用,引用的话请加一个参

MrBenWang commented 5 years ago

当初我在搭建博客的时候,也在纠结与:JekyllHexoHugo; Hexo 就是安装太多了,然后放弃了。我还特别禁止了百度爬虫

另外:三个图片失效,/Hexo-Blog-Tutorial/32.png /Hexo-Blog-Tutorial/33.png /Hexo-Blog-Tutorial/34.png 还可以再添加谷歌分析,分析用户的行为。

shw2018 commented 5 years ago

@MrBenWang 当初我在搭建博客的时候,也在纠结与:JekyllHexoHugo; Hexo 就是安装太多了,然后放弃了。我还特别禁止了百度爬虫

另外:三个图片失效,/Hexo-Blog-Tutorial/32.png /Hexo-Blog-Tutorial/33.png /Hexo-Blog-Tutorial/34.png 还可以再添加谷歌分析,分析用户的行为。

收到,谢谢反馈! 个人博客嘛,弄自己喜欢的风格就行,用来记录和分享,做做笔记这些还是挺方便的,想到什么立马打开手机记事本写下来,等哪天字数积累多了,建个md文件总结一下,就可以存档了,也方便以后随时查阅回顾提醒自己。 至于谷歌分析这些功能模块,添加也比较简单,后续应该会不断完善,欢迎常来瞧瞧,提提建议这些!😋

shw2018 commented 4 years ago

显示层数要比背景banner优先级高才行,不然在左上角会被banner遮住。

shw2018 commented 4 years ago

@MrYZJ 你好,不知道为什么我的天气插件无法显示,是什么原因呢,我也注册并把生成的代码替换你的了

显示层数要比背景banner优先级高才行,不然在左上角会被banner遮住。

jiawenzhao commented 4 years ago

感谢大佬的文章,帮到了我很多,所以擅自在友链里加了你,嘿嘿。我的博客地址:jiawenzhou11.github.io

shw2018 commented 4 years ago

感谢大佬的文章,帮到了我很多,所以擅自在友链里加了你,嘿嘿。我的博客地址:jiawenzhou11.github.io

好的,相互交流学习。

Brillanza commented 4 years ago

我之前搭过一个博客,现在按照这个教程搭的时候在“hexo deploy”这一步出现错误“ Permission to Brillanza/Brillanza.github.io.git denied to Sakura-zs.”,,sakura-zs是我用另一个邮箱注册的GitHub账号,之前博客就是拿那个搭的,现在该怎么办,求解

zhongshiyi commented 4 years ago

请问,你博客 header 的背景色在哪儿改呢,我也想改成你这样的,一直找不到,就一直是绿色不透明

yuchunqiang commented 4 years ago

感谢大佬,我也在友情链接里加了你,我的博客地址:http://yuchunqiang.cloud/

yuchunqiang commented 4 years ago

配置文件里面

ycq_qiang

ycq_qiang@163.com | 签名由网易邮箱大师定制 在2020年2月2日 22:24,陈小虎notifications@github.com 写道:

@shw2018

@MrYZJ 你好,不知道为什么我的天气插件无法显示,是什么原因呢,我也注册并把生成的代码替换你的了

显示层数要比背景banner优先级高才行,不然在左上角会被banner遮住。

@shw2018 显示层数要比背景banner优先级高才行,不然在左上角会被banner遮住。

这个优先级怎么改呢?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

LiangChen3519 commented 4 years ago

kiitos!! :smile:

projectdcy commented 4 years ago

你好,我更换了主题,但是在网站上并没有更换,但在本地打开是已经更换了,请问怎么办才可以更新主题啊?

projectdcy commented 4 years ago

现在解决了

SpadeZ-A commented 4 years ago

感谢大佬,我在友情链接里加了你,我的博客地址:http://spadez-a.github.io

qlHuo commented 4 years ago

敢问大佬使用什么工具管理文章的?有没有什么好用的可视化的md编辑工具推荐的

Andrehinh commented 4 years ago

怎么视频加载不出来

ClayGminx commented 4 years ago

GitHub Actions可以用来部署博客

codersjj commented 4 years ago

@qlHuo 敢问大佬使用什么工具管理文章的?有没有什么好用的可视化的md编辑工具推荐的

Markdown 编辑工具的话可以试试 Typora

codersjj commented 4 years ago

修改不蒜子初始化计数没成功,有修改成功的小伙伴吗?

csy99 commented 4 years ago

大佬您好,文章写得很细致。我并非clone你的repo,而是尝试自己手动搭建的。遇到了一个问题,貌似网上没有类似问题,代码模块中大括号没办法正常显示,而是显示{ 不知道您有不有什么想法,大概哪里出错了?


public class TestVolatile {
    public static void main(String[] args) {
        ThreadDemo td = new ThreadDemo();
        new Thread(td).start();
ClayGminx commented 4 years ago

大佬您好,文章写得很细致。我并非clone你的repo,而是尝试自己手动搭建的。遇到了一个问题,貌似网上没有类似问题,代码模块中大括号没办法正常显示,而是显示{ 不知道您有不有什么想法,大概哪里出错了?

public class TestVolatile {
    public static void main(String[] args) {
        ThreadDemo td = new ThreadDemo();
        new Thread(td).start();

有前面两个左花括号,怎么没有后面两个右花括号呢?

csy99 commented 4 years ago

ClayGminx,您好。我没有截图完整,后面的右花括号也不能正常显示,会被转义成为&#125。 这个问题在(https://github.com/hexojs/hexo/issues/4452)中被提出,我尝试按照(https://github.com/hexojs/hexo/pull/4489)的解决办法更新了lib/plugins/filter/before_post_render/backtick_code_block.js文件。但是仍然没有解决问题

WuYHH commented 3 years ago

66666

kelis-cpu commented 3 years ago

我每篇文章的目录都在左边,如何改为右边嘞,用的是和您一样的主题

zhengliuer commented 3 years ago

我用gitee搭建为啥会404啊,我的仓库名he我用户名一致,并且改了url

SpadeZ-A commented 3 years ago

你时在我的博客里面评论的吗

刘政(Barry Liu) notifications@github.com 于2021年1月4日周一 下午5:01写道:

我用gitee搭建为啥会404啊,我的仓库名he我用户名一致,并且改了url

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shw2018/shw2018.github.io/issues/21#issuecomment-753850353, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL4VFHXDHO7PIBVKM5DMGSDSYF7X7ANCNFSM4IQYALNA .

zhengliuer commented 3 years ago

@SpadeZ-A 你时在我的博客里面评论的吗

刘政(Barry Liu) notifications@github.com 于2021年1月4日周一 下午5:01写道:

我用gitee搭建为啥会404啊,我的仓库名he我用户名一致,并且改了url

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shw2018/shw2018.github.io/issues/21#issuecomment-753850353, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL4VFHXDHO7PIBVKM5DMGSDSYF7X7ANCNFSM4IQYALNA .

我跑github里评论的,但是在看博客

meringueclouds commented 2 years ago

怎么把音乐视频书单电影合成清单?