该标签会去拿到某个repo仓库的issue内容,用timeline标签
的形式显示出来
写法
github
1 | {% issues timeline | api=https://api.github.com/repos/yuang01/hexo-theme-bamboo/issues?sort=updated&state=closed&page=1&per_page=100 %} |
api=xxx:
yuang01
是我的github用户名
,hexo-theme-bamboo
是我的仓库名
,state=closed
,表示拿到状态为close
的issue,根据自己实际情况更改
Gitee
1 | {% issues timeline | api=https://gitee.com/api/v5/repos/yuang01/yuang01/issues %} |
api=xxx:
yuang01
是我的gitee用户名
,yuang01
是我gitee的仓库名
,其他参数请见文档
issue api
repo仓库
下面的效果是来自于这这两个仓库的issue