atian25 / blog

天猪部落阁 http://atian25.github.io
1.59k stars 107 forks source link

个人博客,最终选择。 #7

Open atian25 opened 10 years ago

atian25 commented 10 years ago

2018 年更新,此时我会倾向于在 语雀 https://www.yuque.com/egg 来写。

GitHub 的目录导航体验不是很好,知乎的编辑器体验太差,语雀则让我重新找到编写的兴趣。


绕了一圈圈,最终做出了选择

以下是当时的思考:

选择困难症又开始了。。。

再读读浩哥的: 程序算法与人生选择

1.知乎专栏

2.简书

3.SegmentFault

4.github issue

5.GitHub page+ hexo

6.gitpress

7.ghost

quxiaofeng commented 9 years ago

呃,issue 跟基于 jekyll 的 github pages 有什么区别呢? jekyll 的模板可以到这里找 http://jekyllthemes.org/。 hexo 的模板它的主页就有,最近更丰富了。 我 hexo 和 jekyll 都用过,互相迁移也做过,内容上都是 markdown,似乎没什么本质区别,除了插件需要调整。

atian25 commented 9 years ago

github pages其实是静态页。 我的选择,跟模板关系不大,主要是觉得不方便交流,大家还是习惯在issue里面讨论。

airclear commented 9 years ago

@atian25

讨论可以嵌入一个多说这样的东西?

atian25 commented 9 years ago

上面说了, 多说其实不好用, 还是习惯用issue沟通. 就好像你看到朋友圈会有欲望评论, 看到QQ空间就没兴趣了

wswenyue commented 9 years ago

其实我倒觉得github wiki这种方式比较好,这是我的博客,或者说的学习笔记https://github.com/wswenyue/note/wiki

yaohwu commented 8 years ago

hello 我发现一种独特的域名跳转技巧 :joy_cat:

JimmyLv commented 8 years ago

@yaohwu What?

yaohwu commented 8 years ago

@JimmyLv here :1234:

ryanaltair commented 8 years ago

@wswenyue 你好 请教wiki作为个人博客,其本身是公开编辑的啊

atian25 commented 8 years ago

@wswenyue wiki 是不能互动的.

@ryanaltair https://help.github.com/articles/changing-access-permissions-for-wikis/

ryanaltair commented 8 years ago

@atian25 got it

ufologist commented 7 years ago

非常赞同, 不过光在 issues 里面写, 就好比一个 blog 系统只有后台管理端, 没有前台页面的感觉.

@atian25 可以试一试 Spring is a blog engine written by GitHub Issues. 例如: 学前班 - 学前端

atian25 commented 7 years ago

@ufologist 看了下, 挺好的, 跟我之前的思路貌似差不多, 之前曾经想写过, 后面犯懒了. 应该是用 ajax 读取 github api 的吧.

ufologist commented 7 years ago

@atian25 Spring 是 @zhaoda 大神的作品, 原理就是使用 GitHub API 来获取 issue 的 markdown 数据, 然后前端渲染 markdown, 可以很好的定制出自己想要的博客系统, 例如学前班的 @Monine 同学就自己定制出了 vue-blog

atian25 commented 7 years ago

嗯, 原理很简单, 写这篇文章的时候想过, 只是犯懒了没写, 哈哈

zhaoda commented 7 years ago

http://f2e-journey.github.io/xueqianban/ 内容很不错啊

On Fri, Feb 10, 2017 at 5:12 PM, TZ | 天猪 notifications@github.com wrote:

嗯, 原理很简单, 写这篇文章的时候想过, 只是犯懒了没写, 哈哈

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/atian25/blog/issues/7#issuecomment-278893837, or mute the thread https://github.com/notifications/unsubscribe-auth/AAhXY6XY6FZbHmJkjdXu0w1wwB8iuOGdks5rbCnwgaJpZM4DCRLW .

SeanScript commented 7 years ago

看了一大堆的吐槽,就是懒懒懒懒懒懒懒懒懒啊

JJPandari commented 7 years ago

国外的技术博客有不少都接的disqus,和多说的UI很像,不知是谁抄谁。

coolcao commented 7 years ago

这个问题很有意思。 技术人员希望的博客,大都希望简约至上吧,现在很多博客平台,都加个后台管理功能,还得找个机器单独部署,其实挺麻烦的。 我现在暂时用的方式是,使用 hexo + gitpages + travil ,每次提交了直接travil自动编译部署。唯一的不便就是,不能和其他人员进行交流。即使使用多说这样的第三方服务,帐号体系很难管理。

我觉得,是不是可以这样,git hub 有 web hook功能,写一个后台接hook,每次提交md文件后,直接拉取github上源码,然后展示。评论的话,可以接入github的帐号认证,使用github的帐号体系。这样,我们只管写md文件,然后提交了事。

atian25 commented 7 years ago

@coolcao 当年我的想法是:

atian25 commented 7 years ago

终于有人写了: https://github.com/imsun/gitment

gosongs commented 7 years ago

gitment 不错, 晚上拿来耍耍

dengnan123 commented 7 years ago

关注大神

klouskingsley commented 7 years ago

mirror也很不错

git-issue commented 7 years ago

可以试试 GitIssue

fbigun commented 6 years ago

@git-issue 没有评论,有点小遗憾

younth commented 6 years ago

看完毅然决然的奔向issue了...

lwj1989 commented 6 years ago

hexo 这种每次换电脑什么都感觉好折腾。真的不如这个好。准备转 issue。谢谢

atian25 commented 6 years ago

@lwj1989 不会的,直接丢 GitHub,配置个 CI 就自动构建发布了。你只管写 markdown 然后提交即可

reng99 commented 6 years ago

感觉gitment来做评论还可以

alwxkxk commented 6 years ago

还有个gitalk

Pines-Cheng commented 6 years ago

如果 segementfault 能提供一种方式,博主在issue发表, segementfault 自动 git hook 同步, 导点流量啥的, 大家互利。

想到一块去了。

atian25 commented 6 years ago

@Pines-Cheng 这个其实不需要官方也能做,配置一个 travis,然后用 curl 或 puppeteer 去填入 segmentfault 即可。

不过在 2018 年的今天,我是懒的搞了,感觉 SG 质量也一直上不来。

DMXL commented 6 years ago

不过在 2018 年的今天,我是懒的搞了,感觉 SG 质量也一直上不来。

历史证明,只要能坚持下来就是好博客

atian25 commented 6 years ago

2018 年更新,此时我会倾向于在 语雀 来写。

GitHub 的目录导航体验不是很好,知乎的编辑器体验太差,语雀则让我重新找到编写的兴趣。

lwj1989 commented 6 years ago

语雀确实不错。

bioinfotec commented 1 year ago

用Notion 写作体验也很不错