foxlog
5/8/2019 - 5:25 AM

2019年tweets

2019年tweets

2019-05-21 09:43:10

how to batch rename file with prefix in bash

for filename in *.pdf; do mv "$filename" "YOUR-PREFIX-NAME_$filename"; done;

2019-05-14 11:18:13

比特币昨夜继续疯狂

2019-05-09 12:56:28

终于可以用上github issue作为blog的评论了 https://utteranc.es/?installation_id=939187&setup_action=install

2019-05-08 17:28:38

remove discus plugin for jekyll blog

{% comment %}
{% include navbar.html %}
{% endcomment %}

2019-05-08 14:25:48

gist里面可以支持图片, 方法就是将图片拖入comment, 会自动上传产生一个链接,然后将markdown对应链接放入你的file里即可。 比如这样:

2019-05-08 13:36:16

在blog里建一个specialtopic的tag, 比如tweet、blockchain某个特别关注的主题, 有点timeline的意思。