最近看到有人用 git 仓库的 issue 做个人 blog ,真特么鬼才;
自己试了下,还挺香;
有 md 编辑,附带评论功能,有操作历史记录
1
houzhishi 206 天前
不如 github 使用 hexo 来博客,插件用 issue 做评论
|
![]() |
2
OCD2057 206 天前 via iPhone
😂😂我就是这样做的
|
![]() |
3
MurphyChen 206 天前 via Android
挺好的,做得好还能收收 star
|
![]() |
5
lete 206 天前 ![]() 几年前就有很多大佬这么做了(滑稽
|
![]() |
6
CSGO 206 天前 via Android
那可以只有自己可以发 issue 设置吗
|
![]() |
7
RedBeanIce 206 天前 via iPhone
也不是不行,而且 github 的 issue 的 seo 还是很棒。。。自己用 github 的 heoxo 做还麻烦。
|
![]() |
8
eason1874 206 天前
何止做博客,拿 issue 做评论的都有
|
![]() |
9
junwind OP @RedBeanIce 是的,忘记说这个了,追加一条,Google 还能搜索到 issue 写的 blog
|
![]() |
11
ttionya 206 天前
issue 做博客要怎么导出?好像没看到导出全部 issue 的方式?
|
![]() |
15
Tink 206 天前
discussion 也可以
|
![]() |
16
zerofancy 206 天前
@CSGO 也许可以 github actions 自动 lock ,自动打 label ,用户看时通过 label 过滤
https://docs.github.com/cn/rest/issues/issues#lock-an-issue |
![]() |
17
Do1phln 206 天前
感觉这个想法还不错🤔
|
![]() |
18
yechentide 206 天前 via iPhone
有意思,问题是没东西可写 TAT
|
![]() |
19
fzdwx 206 天前
我用 issue 做了一个类似小记的功能,通过 github action 来提交。
原因是因为语雀要收费了,然后这样就可以在线改内容了。 供参考: https://github.com/fzdwx/add-event-to-myblog https://github.com/fzdwx/fzdwx.github.io/issues https://fzdwx.github.io/notes/ |
![]() |
20
qztx 206 天前 via Android
看到过,蝉时雨
|
21
xiebruce 206 天前
@houzhishi 理论上是可以,实际上嘛,但凡我遇到这种 hexo 博客添加了评论插件使用 github issue 来评论的,大多数都无法登录,估计都是一时兴起搭起来了后来没管,年久失修吧
|
22
jearbilove 206 天前
15 年的时候就看到有人这么干了。。
|
![]() |
23
beginor 206 天前 via Android
搭车问一下,现在在 GitHub Page 上怎么用 issue 做评论,最好不依赖第三方服务器的那种,原来是依赖第三方服务器的,都挂了
|
![]() |
24
bxb100 206 天前
https://github.com/bxb100/issueblog 写了个捡漏的 workflow 可以把它放到 README 上并且生成 RSS
|
![]() |
25
hadwin 206 天前
哈哈哈,前段时间就搞了这个。
|
![]() |
26
lambdaq 206 天前 ![]() 你知道 blog 最先怎么来的嘛?就是用留言板改的。。。
|
27
bpazy 206 天前
我是用 issue 写 blog ,然后用 github action 把最近新写的博客更新到 README 里的目录上。
要是有人和我一样,可以复用下我的 action: https://github.com/Bpazy/issue-blog-action |
![]() |
28
zerofancy 206 天前 ![]() |
![]() |
29
beginor 205 天前
@zerofancy 刚刚也在看这个,https://utteranc.es/ 不也是个第三方的域名么, 还是要依赖这个域名才能用的吧?上一次是使用 gitmit 之类的,也是依赖第三方的
|
![]() |
31
asuka02 205 天前
很多年前阿里大佬,现在语雀负责人玉伯就这样做了
|
![]() |
32
zerofancy 203 天前
@beginor 原来你是这个意思,那就得花点心思了 https://weixuanz.github.io/posts/2020/07/28/selfhost-utterances/
|